Searched refs:nomatch_sysattr (Results 1 – 3 of 3) sorted by relevance
/systemd-251/src/libsystemd/sd-device/ |
D | device-util.c | 26 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()
|
D | device-enumerator.c | 42 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()
|
D | device-util.h | 82 bool device_match_sysattr(sd_device *device, Hashmap *match_sysattr, Hashmap *nomatch_sysattr);
|