hashmap_remove_and_replace   60 src/core/device.c                 hashmap_remove_and_replace(devices, d->sysfs, first->sysfs, first);
hashmap_remove_and_replace  150 src/shared/hashmap.h int hashmap_remove_and_replace(Hashmap *h, const void *old_key, const void *new_key, void *value);
hashmap_remove_and_replace  152 src/shared/hashmap.h         return hashmap_remove_and_replace((Hashmap*) h, old_key, new_key, value);