Searched refs:hashmap_new (Results 1 - 25 of 34) sorted by relevance

12

/systemd/src/test/
H A Dtest-hashmap-plain.c32 m = hashmap_new(&string_hash_ops);
79 m = hashmap_new(&string_hash_ops);
115 m = hashmap_new(&string_hash_ops);
151 m = hashmap_new(&string_hash_ops);
152 n = hashmap_new(&string_hash_ops);
190 m = hashmap_new(&string_hash_ops);
191 n = hashmap_new(&string_hash_ops);
223 m = hashmap_new(&string_hash_ops);
274 m = hashmap_new(&string_hash_ops);
302 m = hashmap_new(
[all...]
H A Dtest-install.c49 h = hashmap_new(&string_hash_ops);
/systemd/src/machine/
H A Dmachined.c47 m->machines = hashmap_new(&string_hash_ops);
48 m->machine_units = hashmap_new(&string_hash_ops);
49 m->machine_leaders = hashmap_new(NULL);
H A Dimage-dbus.c337 images = hashmap_new(&string_hash_ops);
/systemd/src/core/
H A Dbus-endpoint.c104 ep->policy_hash = hashmap_new(&string_hash_ops);
H A Dtransaction.c1077 tr->jobs = hashmap_new(NULL);
/systemd/src/delta/
H A Ddelta.c280 h = hashmap_new(&string_hash_ops);
383 top = hashmap_new(&string_hash_ops);
384 bottom = hashmap_new(&string_hash_ops);
385 drops = hashmap_new(&string_hash_ops);
/systemd/src/remount-fs/
H A Dremount-fs.c70 pids = hashmap_new(NULL);
/systemd/src/basic/
H A Dconf-files.c103 fh = hashmap_new(&string_hash_ops);
H A Dhashmap.h104 #define hashmap_new(ops) internal_hashmap_new(ops HASHMAP_DEBUG_SRC_ARGS) macro
H A Dutil.c94 pids = hashmap_new(NULL);
/systemd/src/login/
H A Dlogind.c74 m->devices = hashmap_new(&string_hash_ops);
75 m->seats = hashmap_new(&string_hash_ops);
76 m->sessions = hashmap_new(&string_hash_ops);
77 m->users = hashmap_new(NULL);
78 m->inhibitors = hashmap_new(&string_hash_ops);
79 m->buttons = hashmap_new(&string_hash_ops);
81 m->user_units = hashmap_new(&string_hash_ops);
82 m->session_units = hashmap_new(&string_hash_ops);
H A Dlogind-session.c70 s->devices = hashmap_new(&devt_hash_ops);
/systemd/src/journal/
H A Dtest-catalog.c56 assert_se(h = hashmap_new(&catalog_hash_ops));
H A Dcatalog.c473 h = hashmap_new(&catalog_hash_ops);
/systemd/src/sysctl/
H A Dsysctl.c245 sysctl_options = hashmap_new(&string_hash_ops);
/systemd/src/network/
H A Dnetworkd-network.c73 network->stacked_netdevs = hashmap_new(&string_hash_ops);
77 network->addresses_by_section = hashmap_new(NULL);
81 network->routes_by_section = hashmap_new(NULL);
85 network->fdb_entries_by_section = hashmap_new(NULL);
H A Dnetworkd-manager.c1030 m->netdevs = hashmap_new(&string_hash_ops);
/systemd/src/cryptsetup/
H A Dcryptsetup-generator.c480 arg_disks = hashmap_new(&string_hash_ops);
/systemd/src/cgtop/
H A Dcgtop.c914 a = hashmap_new(&string_hash_ops);
915 b = hashmap_new(&string_hash_ops);
/systemd/src/libsystemd/sd-bus/
H A Dbus-match.c495 c->compare.children = hashmap_new(NULL);
501 c->compare.children = hashmap_new(&string_hash_ops);
/systemd/src/libsystemd-network/
H A Dsd-lldp.c709 lldp->neighbour_mib = hashmap_new(&chassis_id_hash_ops);
H A Dsd-dhcp-server.c201 server->leases_by_client_id = hashmap_new(&client_id_hash_ops);
/systemd/src/journal-remote/
H A Djournal-remote.c228 s->writers = hashmap_new(hash_ops[arg_split_mode]);
/systemd/src/shared/
H A Dlogs-show.c694 h = hashmap_new(&string_hash_ops);

Completed in 63 milliseconds

12