Home
last modified time | relevance | path

Searched refs:nomatch_sysattr (Results 1 – 3 of 3) sorted by relevance

/systemd-251/src/libsystemd/sd-device/
Ddevice-util.c26 bool device_match_sysattr(sd_device *device, Hashmap *match_sysattr, Hashmap *nomatch_sysattr) { in device_match_sysattr() argument
36 HASHMAP_FOREACH_KEY(value, sysattr, nomatch_sysattr) in device_match_sysattr()
Ddevice-enumerator.c42 Hashmap *nomatch_sysattr; member
97 hashmap_free(enumerator->nomatch_sysattr); in device_enumerator_free()
158 hashmap = &enumerator->nomatch_sysattr; in sd_device_enumerator_add_match_sysattr()
577 if (!device_match_sysattr(device, enumerator->match_sysattr, enumerator->nomatch_sysattr)) in test_matches()
834 … if (!device_match_sysattr(device, enumerator->match_sysattr, enumerator->nomatch_sysattr)) in enumerator_scan_devices_tag()
895 if (!device_match_sysattr(device, enumerator->match_sysattr, enumerator->nomatch_sysattr)) in parent_add_child()
Ddevice-util.h82 bool device_match_sysattr(sd_device *device, Hashmap *match_sysattr, Hashmap *nomatch_sysattr);