Searched refs:match_property (Results 1 - 1 of 1) sorted by relevance

/systemd/src/libsystemd/sd-device/
H A Ddevice-enumerator.c54 Hashmap *match_property; member in struct:sd_device_enumerator
100 hashmap_free_free_free(enumerator->match_property);
182 r = hashmap_ensure_allocated(&enumerator->match_property, NULL);
196 r = hashmap_put(enumerator->match_property, property, value);
386 static bool match_property(sd_device_enumerator *enumerator, sd_device *device) { function
394 if (hashmap_isempty(enumerator->match_property))
397 HASHMAP_FOREACH_KEY(value, property, enumerator->match_property, i) {
551 if (!match_property(enumerator, device))
680 if (!match_property(enumerator, device))
740 if (!match_property(enumerato
[all...]

Completed in 2196 milliseconds