Home
last modified time | relevance | path

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

/systemd-251/src/basic/
Dhashmap.h161 #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/
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()