hashmap_remove_value 811 src/core/transaction.c hashmap_remove_value(tr->jobs, j->unit, j); hashmap_remove_value 471 src/core/unit.c hashmap_remove_value(u->manager->units, t, u); hashmap_remove_value 1929 src/core/unit.c hashmap_remove_value(u->manager->watch_pids1, LONG_TO_PTR(pid), u); hashmap_remove_value 1930 src/core/unit.c hashmap_remove_value(u->manager->watch_pids2, LONG_TO_PTR(pid), u); hashmap_remove_value 2469 src/core/unit.c hashmap_remove_value(u->manager->watch_bus, name, u); hashmap_remove_value 89 src/machine/machine.c hashmap_remove_value(m->manager->machine_leaders, UINT_TO_PTR(m->leader), m); hashmap_remove_value 142 src/shared/hashmap.h void *hashmap_remove_value(Hashmap *h, const void *key, void *value); hashmap_remove_value 144 src/shared/hashmap.h return hashmap_remove_value((Hashmap*) h, key, value);