Home
last modified time | relevance | path

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

/systemd-251/src/basic/
Dhash-funcs.c84 const struct hash_ops trivial_hash_ops_free_free = { variable
Dhash-funcs.h93 extern const struct hash_ops trivial_hash_ops_free_free;
/systemd-251/src/libsystemd/sd-device/
Ddevice-monitor.c756 …r = hashmap_put_strdup_full(&m->subsystem_filter, &trivial_hash_ops_free_free, subsystem, devtype); in sd_device_monitor_filter_add_match_subsystem_devtype()
790 return hashmap_put_strdup_full(hashmap, &trivial_hash_ops_free_free, sysattr, value); in sd_device_monitor_filter_add_match_sysattr()
Ddevice-enumerator.c162 r = hashmap_put_strdup_full(hashmap, &trivial_hash_ops_free_free, sysattr, value); in sd_device_enumerator_add_match_sysattr()
179 …r = hashmap_put_strdup_full(&enumerator->match_property, &trivial_hash_ops_free_free, property, va… in sd_device_enumerator_add_match_property()