Searched refs:hashmap_ensure_allocated (Results 1 - 25 of 35) sorted by relevance

12

/systemd/src/network/
H A Dnetworkd-wait-online-link.c34 r = hashmap_ensure_allocated(&m->links, NULL);
38 r = hashmap_ensure_allocated(&m->links_by_name, &string_hash_ops);
H A Dnetworkd-network.c155 r = hashmap_ensure_allocated(&manager->networks_by_name, &string_hash_ops);
/systemd/src/sysusers/
H A Dsysusers.c97 r = hashmap_ensure_allocated(&database_user, &string_hash_ops);
101 r = hashmap_ensure_allocated(&database_uid, NULL);
149 r = hashmap_ensure_allocated(&database_group, &string_hash_ops);
153 r = hashmap_ensure_allocated(&database_gid, NULL);
980 r = hashmap_ensure_allocated(&todo_uids, NULL);
1125 r = hashmap_ensure_allocated(&todo_gids, NULL);
1212 r = hashmap_ensure_allocated(&groups, &string_hash_ops);
1239 r = hashmap_ensure_allocated(&users, &string_hash_ops);
1536 r = hashmap_ensure_allocated(&members, &string_hash_ops);
1578 r = hashmap_ensure_allocated(
[all...]
/systemd/src/import/
H A Dcurl-util.c99 r = hashmap_ensure_allocated(&g->ios, &trivial_hash_ops);
105 r = hashmap_ensure_allocated(&g->translate_fds, &trivial_hash_ops);
H A Dimportd.c161 r = hashmap_ensure_allocated(&m->transfers, &trivial_hash_ops);
/systemd/src/libsystemd/sd-netlink/
H A Dnetlink-socket.c80 r = hashmap_ensure_allocated(&nl->broadcast_group_refs, NULL);
173 r = hashmap_ensure_allocated(&nl->broadcast_group_refs, NULL);
H A Dsd-netlink.c532 r = hashmap_ensure_allocated(&nl->reply_callbacks, &uint64_hash_ops);
/systemd/src/coredump/
H A Dcoredump-vacuum.c195 r = hashmap_ensure_allocated(&h, NULL);
/systemd/src/libsystemd/sd-bus/
H A Dbus-track.c172 r = hashmap_ensure_allocated(&track->names, &string_hash_ops);
H A Dbus-objects.c1424 r = hashmap_ensure_allocated(&bus->nodes, &string_hash_ops);
1642 r = hashmap_ensure_allocated(&bus->vtable_methods, &vtable_member_hash_ops);
1646 r = hashmap_ensure_allocated(&bus->vtable_properties, &vtable_member_hash_ops);
/systemd/src/machine/
H A Dimage-dbus.c280 r = hashmap_ensure_allocated(&m->image_cache, &string_hash_ops);
/systemd/src/libsystemd/sd-device/
H A Ddevice-enumerator.c149 r = hashmap_ensure_allocated(hashmap, NULL);
182 r = hashmap_ensure_allocated(&enumerator->match_property, NULL);
/systemd/src/resolve/
H A Dresolved-dns-trust-anchor.c61 r = hashmap_ensure_allocated(&d->positive_by_key, &dns_resource_key_hash_ops);
336 r = hashmap_ensure_allocated(&d->positive_by_key, &dns_resource_key_hash_ops);
H A Dresolved-dns-zone.c125 r = hashmap_ensure_allocated(&z->by_key, &dns_resource_key_hash_ops);
129 r = hashmap_ensure_allocated(&z->by_name, &dns_name_hash_ops);
H A Dresolved-etc-hosts.c153 r = hashmap_ensure_allocated(&m->etc_hosts_by_name, &dns_name_hash_ops);
H A Dresolved-dns-cache.c229 r = hashmap_ensure_allocated(&c->by_key, &dns_resource_key_hash_ops);
H A Dresolved-link.c38 r = hashmap_ensure_allocated(&m->links, NULL);
/systemd/src/basic/
H A Dhashmap.h138 #define hashmap_ensure_allocated(h, ops) internal_hashmap_ensure_allocated(h, ops HASHMAP_DEBUG_SRC_ARGS) macro
/systemd/src/bus-proxyd/
H A Dbus-xml-policy.c377 r = hashmap_ensure_allocated(&p->user_items, NULL);
409 r = hashmap_ensure_allocated(&p->group_items, NULL);
/systemd/src/test/
H A Dtest-hashmap-plain.c253 assert_se(hashmap_ensure_allocated(&m, &string_hash_ops) >= 0);
445 valid_hashmap = hashmap_ensure_allocated(&m, &string_hash_ops);
/systemd/src/core/
H A Ddevice.c79 r = hashmap_ensure_allocated(&UNIT(d)->manager->devices_by_sysfs, &string_hash_ops);
H A Dmanager.c608 r = hashmap_ensure_allocated(&m->units, &string_hash_ops);
612 r = hashmap_ensure_allocated(&m->jobs, NULL);
616 r = hashmap_ensure_allocated(&m->cgroup_unit, &string_hash_ops);
620 r = hashmap_ensure_allocated(&m->watch_bus, &string_hash_ops);
/systemd/src/journal/
H A Dmmap-cache.c316 r = hashmap_ensure_allocated(&m->fds, NULL);
/systemd/src/journal-remote/
H A Djournal-remote.c733 r = hashmap_ensure_allocated(&s->daemons, &uint64_hash_ops);
/systemd/src/libsystemd/sd-event/
H A Dsd-event.c653 r = hashmap_ensure_allocated(&e->signal_data, &uint64_hash_ops);
1215 r = hashmap_ensure_allocated(&e->child_sources, NULL);

Completed in 280 milliseconds

12