Searched refs:hashmap_put_strdup_full (Results 1 – 3 of 3) sorted by relevance
/systemd-251/src/basic/ |
D | hashmap.h | 161 #define hashmap_put_strdup_full(h, hash_ops, k, v) _hashmap_put_strdup_full(h, hash_ops, k, v HASH… macro 162 #define hashmap_put_strdup(h, k, v) hashmap_put_strdup_full(h, &string_hash_ops_free_free, k, v)
|
/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()
|