Home
last modified time | relevance | path

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

/systemd-251/src/libsystemd/sd-device/
Ddevice-enumerator.c46 Set *match_tag; member
101 set_free(enumerator->match_tag); in device_enumerator_free()
217 r = set_put_strdup(&enumerator->match_tag, tag); in sd_device_enumerator_add_match_tag()
499 static bool match_tag(sd_device_enumerator *enumerator, sd_device *device) { in match_tag() function
505 SET_FOREACH(tag, enumerator->match_tag) in match_tag()
571 if (!match_tag(enumerator, device)) in test_matches()
853 SET_FOREACH(tag, enumerator->match_tag) { in enumerator_scan_devices_tags()
984 if (!set_isempty(enumerator->match_tag)) { in device_enumerator_scan_devices()
1111 if (!set_isempty(enumerator->match_tag)) in device_enumerator_scan_devices_and_subsystems()