Home
last modified time | relevance | path

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

/systemd-251/src/libsystemd/sd-device/
Ddevice-internal.h34 OrderedHashmap *properties_db; member
Ddevice-private.c878 ORDERED_HASHMAP_FOREACH_KEY(value, property, device_src->properties_db) { in device_copy_properties()
974 if (!ordered_hashmap_isempty(device->properties_db)) in device_has_info()
1052 ORDERED_HASHMAP_FOREACH_KEY(value, property, device->properties_db) in device_update_db()
Dsd-device.c76 ordered_hashmap_free(device->properties_db); in device_free()
95 properties = &device->properties_db; in device_add_property_aux()