hashmap_new 910 src/analyze/analyze.c h = hashmap_new(&string_hash_ops); hashmap_new 700 src/cgtop/cgtop.c a = hashmap_new(&string_hash_ops); hashmap_new 701 src/cgtop/cgtop.c b = hashmap_new(&string_hash_ops); hashmap_new 58 src/core/bus-endpoint.c ep->policy_hash = hashmap_new(&string_hash_ops); hashmap_new 1402 src/core/dbus-manager.c h = hashmap_new(&string_hash_ops); hashmap_new 1146 src/core/transaction.c tr->jobs = hashmap_new(NULL); hashmap_new 3465 src/core/unit.c u->manager->units_requiring_mounts_for = hashmap_new(&string_hash_ops); hashmap_new 270 src/delta/delta.c h = hashmap_new(&string_hash_ops); hashmap_new 374 src/delta/delta.c top = hashmap_new(&string_hash_ops); hashmap_new 375 src/delta/delta.c bottom = hashmap_new(&string_hash_ops); hashmap_new 376 src/delta/delta.c drops = hashmap_new(&string_hash_ops); hashmap_new 232 src/journal-remote/journal-remote.c s->writers = hashmap_new(hash_ops[arg_split_mode]); hashmap_new 415 src/journal/catalog.c h = hashmap_new(&catalog_hash_ops); hashmap_new 1706 src/journal/sd-journal.c j->directories_by_wd = hashmap_new(NULL); hashmap_new 1733 src/journal/sd-journal.c j->directories_by_path = hashmap_new(&string_hash_ops); hashmap_new 166 src/libsystemd-network/sd-dhcp-server.c server->leases_by_client_id = hashmap_new(&client_id_hash_ops); hashmap_new 453 src/libsystemd/sd-bus/bus-match.c c->compare.children = hashmap_new(NULL); hashmap_new 459 src/libsystemd/sd-bus/bus-match.c c->compare.children = hashmap_new(&string_hash_ops); hashmap_new 79 src/libsystemd/sd-bus/busctl.c names = hashmap_new(&string_hash_ops); hashmap_new 64 src/login/logind-session.c s->devices = hashmap_new(&devt_hash_ops); hashmap_new 67 src/login/logind.c m->devices = hashmap_new(&string_hash_ops); hashmap_new 68 src/login/logind.c m->seats = hashmap_new(&string_hash_ops); hashmap_new 69 src/login/logind.c m->sessions = hashmap_new(&string_hash_ops); hashmap_new 70 src/login/logind.c m->users = hashmap_new(NULL); hashmap_new 71 src/login/logind.c m->inhibitors = hashmap_new(&string_hash_ops); hashmap_new 72 src/login/logind.c m->buttons = hashmap_new(&string_hash_ops); hashmap_new 74 src/login/logind.c m->user_units = hashmap_new(&string_hash_ops); hashmap_new 75 src/login/logind.c m->session_units = hashmap_new(&string_hash_ops); hashmap_new 48 src/machine/machined.c m->machines = hashmap_new(&string_hash_ops); hashmap_new 49 src/machine/machined.c m->machine_units = hashmap_new(&string_hash_ops); hashmap_new 50 src/machine/machined.c m->machine_leaders = hashmap_new(NULL); hashmap_new 118 src/network/networkd-manager.c m->netdevs = hashmap_new(&string_hash_ops); hashmap_new 66 src/network/networkd-network.c network->stacked_netdevs = hashmap_new(&string_hash_ops); hashmap_new 70 src/network/networkd-network.c network->addresses_by_section = hashmap_new(NULL); hashmap_new 74 src/network/networkd-network.c network->routes_by_section = hashmap_new(NULL); hashmap_new 285 src/readahead/readahead-collect.c files = hashmap_new(&string_hash_ops); hashmap_new 67 src/remount-fs/remount-fs.c pids = hashmap_new(NULL); hashmap_new 112 src/shared/conf-files.c fh = hashmap_new(&string_hash_ops); hashmap_new 208 src/shared/hashmap.c q = hashmap_new(hash_ops); hashmap_new 875 src/shared/hashmap.c copy = hashmap_new(h->hash_ops); hashmap_new 85 src/shared/hashmap.h Hashmap *hashmap_new(const struct hash_ops *hash_ops); hashmap_new 87 src/shared/hashmap.h return (OrderedHashmap*) hashmap_new(hash_ops); hashmap_new 702 src/shared/logs-show.c h = hashmap_new(&string_hash_ops); hashmap_new 34 src/shared/set.c return MAKE_SET(hashmap_new(hash_ops)); hashmap_new 3923 src/shared/util.c pids = hashmap_new(NULL); hashmap_new 303 src/sysctl/sysctl.c sysctl_options = hashmap_new(&string_hash_ops); hashmap_new 1355 src/systemctl/systemctl.c h = hashmap_new(&string_hash_ops); hashmap_new 950 src/sysv-generator/sysv-generator.c all_services = hashmap_new(&string_hash_ops); hashmap_new 1615 src/tmpfiles/tmpfiles.c items = hashmap_new(&string_hash_ops); hashmap_new 1616 src/tmpfiles/tmpfiles.c globs = hashmap_new(&string_hash_ops);