hashmap_ensure_allocated  350 src/bus-proxyd/bus-policy.c                                         r = hashmap_ensure_allocated(&p->user_items, NULL);
hashmap_ensure_allocated  382 src/bus-proxyd/bus-policy.c                                         r = hashmap_ensure_allocated(&p->group_items, NULL);
hashmap_ensure_allocated  307 src/core/device.c                 r = hashmap_ensure_allocated(&m->devices_by_sysfs, &string_hash_ops);
hashmap_ensure_allocated  569 src/core/manager.c         r = hashmap_ensure_allocated(&m->units, &string_hash_ops);
hashmap_ensure_allocated  573 src/core/manager.c         r = hashmap_ensure_allocated(&m->jobs, NULL);
hashmap_ensure_allocated  577 src/core/manager.c         r = hashmap_ensure_allocated(&m->cgroup_unit, &string_hash_ops);
hashmap_ensure_allocated  581 src/core/manager.c         r = hashmap_ensure_allocated(&m->watch_bus, &string_hash_ops);
hashmap_ensure_allocated   81 src/core/swap.c         r = hashmap_ensure_allocated(&UNIT(s)->manager->swaps_by_devnode, &string_hash_ops);
hashmap_ensure_allocated 1905 src/core/unit.c         r = hashmap_ensure_allocated(&u->manager->watch_pids1, NULL);
hashmap_ensure_allocated 1911 src/core/unit.c                 r = hashmap_ensure_allocated(&u->manager->watch_pids2, NULL);
hashmap_ensure_allocated  733 src/journal-remote/journal-remote.c         r = hashmap_ensure_allocated(&s->daemons, &uint64_hash_ops);
hashmap_ensure_allocated  197 src/journal/coredump-vacuum.c                         r = hashmap_ensure_allocated(&h, NULL);
hashmap_ensure_allocated  230 src/journal/mmap-cache.c         r = hashmap_ensure_allocated(&m->contexts, NULL);
hashmap_ensure_allocated  284 src/journal/mmap-cache.c         r = hashmap_ensure_allocated(&m->fds, NULL);
hashmap_ensure_allocated 1403 src/libsystemd/sd-bus/bus-objects.c         r = hashmap_ensure_allocated(&bus->nodes, &string_hash_ops);
hashmap_ensure_allocated 1606 src/libsystemd/sd-bus/bus-objects.c         r = hashmap_ensure_allocated(&bus->vtable_methods, &vtable_member_hash_ops);
hashmap_ensure_allocated 1610 src/libsystemd/sd-bus/bus-objects.c         r = hashmap_ensure_allocated(&bus->vtable_properties, &vtable_member_hash_ops);
hashmap_ensure_allocated  169 src/libsystemd/sd-bus/bus-track.c         r = hashmap_ensure_allocated(&track->names, &string_hash_ops);
hashmap_ensure_allocated  418 src/libsystemd/sd-bus/bus-util.c         r = hashmap_ensure_allocated(registry, NULL);
hashmap_ensure_allocated 1060 src/libsystemd/sd-event/sd-event.c         r = hashmap_ensure_allocated(&e->child_sources, NULL);
hashmap_ensure_allocated  560 src/libsystemd/sd-rtnl/sd-rtnl.c         r = hashmap_ensure_allocated(&nl->reply_callbacks, &uint64_hash_ops);
hashmap_ensure_allocated  209 src/network/networkd-link.c         r = hashmap_ensure_allocated(&manager->links, NULL);
hashmap_ensure_allocated   37 src/network/networkd-wait-online-link.c         r = hashmap_ensure_allocated(&m->links, NULL);
hashmap_ensure_allocated   41 src/network/networkd-wait-online-link.c         r = hashmap_ensure_allocated(&m->links_by_name, &string_hash_ops);
hashmap_ensure_allocated  189 src/resolve/resolved-dns-cache.c         r = hashmap_ensure_allocated(&c->by_key, &dns_resource_key_hash_ops);
hashmap_ensure_allocated  436 src/resolve/resolved-dns-packet.c                         r = hashmap_ensure_allocated(&p->names, &dns_name_hash_ops);
hashmap_ensure_allocated   81 src/resolve/resolved-dns-transaction.c         r = hashmap_ensure_allocated(&s->manager->dns_transactions, NULL);
hashmap_ensure_allocated  129 src/resolve/resolved-dns-zone.c         r = hashmap_ensure_allocated(&z->by_key, &dns_resource_key_hash_ops);
hashmap_ensure_allocated  133 src/resolve/resolved-dns-zone.c         r = hashmap_ensure_allocated(&z->by_name, &dns_name_hash_ops);
hashmap_ensure_allocated   36 src/resolve/resolved-link.c         r = hashmap_ensure_allocated(&m->links, NULL);
hashmap_ensure_allocated  105 src/shared/hashmap.h int hashmap_ensure_allocated(Hashmap **h, const struct hash_ops *hash_ops);
hashmap_ensure_allocated  107 src/shared/hashmap.h         return hashmap_ensure_allocated((Hashmap**) h, hash_ops);
hashmap_ensure_allocated   46 src/shared/set.c         return hashmap_ensure_allocated((Hashmap**) s, hash_ops);
hashmap_ensure_allocated  110 src/sysusers/sysusers.c         r = hashmap_ensure_allocated(&database_user, &string_hash_ops);
hashmap_ensure_allocated  114 src/sysusers/sysusers.c         r = hashmap_ensure_allocated(&database_uid, NULL);
hashmap_ensure_allocated  162 src/sysusers/sysusers.c         r = hashmap_ensure_allocated(&database_group, &string_hash_ops);
hashmap_ensure_allocated  166 src/sysusers/sysusers.c         r = hashmap_ensure_allocated(&database_gid, NULL);
hashmap_ensure_allocated  994 src/sysusers/sysusers.c         r = hashmap_ensure_allocated(&todo_uids, NULL);
hashmap_ensure_allocated 1147 src/sysusers/sysusers.c         r = hashmap_ensure_allocated(&todo_gids, NULL);
hashmap_ensure_allocated 1235 src/sysusers/sysusers.c                         r = hashmap_ensure_allocated(&groups, &string_hash_ops);
hashmap_ensure_allocated 1262 src/sysusers/sysusers.c                                 r = hashmap_ensure_allocated(&users, &string_hash_ops);
hashmap_ensure_allocated 1567 src/sysusers/sysusers.c                 r = hashmap_ensure_allocated(&members, &string_hash_ops);
hashmap_ensure_allocated 1609 src/sysusers/sysusers.c                 r = hashmap_ensure_allocated(&users, &string_hash_ops);
hashmap_ensure_allocated 1659 src/sysusers/sysusers.c                 r = hashmap_ensure_allocated(&groups, &string_hash_ops);