Home
last modified time | relevance | path

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

/systemd-251/src/libsystemd/sd-device/
Dtest-sd-device.c291 while ((h = hashmap_steal_first_key_and_value(subsystems, (void**) &s))) { in TEST()
/systemd-251/src/basic/
Dhashmap.h330 static inline void *hashmap_steal_first_key_and_value(Hashmap *h, void **ret) { in hashmap_steal_first_key_and_value() function
/systemd-251/src/shared/
Dmount-util.c346 flags = PTR_TO_ULONG(hashmap_steal_first_key_and_value(todo, (void**) &x)); in bind_remount_recursive_with_mountinfo()
/systemd-251/src/core/
Dunit.c1064 other_deps = hashmap_steal_first_key_and_value(other->dependencies, &dt); in unit_merge_dependencies()
1113 … di_move.data = hashmap_steal_first_key_and_value(other_deps, (void**) &back); in unit_merge_dependencies()