Searched refs:trivial_hash_ops_free_free (Results 1 – 4 of 4) sorted by relevance
/systemd-251/src/basic/ |
D | hash-funcs.c | 84 const struct hash_ops trivial_hash_ops_free_free = { variable
|
D | hash-funcs.h | 93 extern const struct hash_ops trivial_hash_ops_free_free;
|
/systemd-251/src/libsystemd/sd-device/ |
D | device-monitor.c | 756 …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()
|
D | device-enumerator.c | 162 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()
|