Searched refs:hashmap_ensure_allocated (Results 1 - 25 of 35) sorted by relevance
12
/systemd/src/network/ |
H A D | networkd-wait-online-link.c | 34 r = hashmap_ensure_allocated(&m->links, NULL); 38 r = hashmap_ensure_allocated(&m->links_by_name, &string_hash_ops);
|
H A D | networkd-network.c | 155 r = hashmap_ensure_allocated(&manager->networks_by_name, &string_hash_ops);
|
/systemd/src/sysusers/ |
H A D | sysusers.c | 97 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 D | curl-util.c | 99 r = hashmap_ensure_allocated(&g->ios, &trivial_hash_ops); 105 r = hashmap_ensure_allocated(&g->translate_fds, &trivial_hash_ops);
|
H A D | importd.c | 161 r = hashmap_ensure_allocated(&m->transfers, &trivial_hash_ops);
|
/systemd/src/libsystemd/sd-netlink/ |
H A D | netlink-socket.c | 80 r = hashmap_ensure_allocated(&nl->broadcast_group_refs, NULL); 173 r = hashmap_ensure_allocated(&nl->broadcast_group_refs, NULL);
|
H A D | sd-netlink.c | 532 r = hashmap_ensure_allocated(&nl->reply_callbacks, &uint64_hash_ops);
|
/systemd/src/coredump/ |
H A D | coredump-vacuum.c | 195 r = hashmap_ensure_allocated(&h, NULL);
|
/systemd/src/libsystemd/sd-bus/ |
H A D | bus-track.c | 172 r = hashmap_ensure_allocated(&track->names, &string_hash_ops);
|
H A D | bus-objects.c | 1424 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 D | image-dbus.c | 280 r = hashmap_ensure_allocated(&m->image_cache, &string_hash_ops);
|
/systemd/src/libsystemd/sd-device/ |
H A D | device-enumerator.c | 149 r = hashmap_ensure_allocated(hashmap, NULL); 182 r = hashmap_ensure_allocated(&enumerator->match_property, NULL);
|
/systemd/src/resolve/ |
H A D | resolved-dns-trust-anchor.c | 61 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 D | resolved-dns-zone.c | 125 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 D | resolved-etc-hosts.c | 153 r = hashmap_ensure_allocated(&m->etc_hosts_by_name, &dns_name_hash_ops);
|
H A D | resolved-dns-cache.c | 229 r = hashmap_ensure_allocated(&c->by_key, &dns_resource_key_hash_ops);
|
H A D | resolved-link.c | 38 r = hashmap_ensure_allocated(&m->links, NULL);
|
/systemd/src/basic/ |
H A D | hashmap.h | 138 #define hashmap_ensure_allocated(h, ops) internal_hashmap_ensure_allocated(h, ops HASHMAP_DEBUG_SRC_ARGS) macro
|
/systemd/src/bus-proxyd/ |
H A D | bus-xml-policy.c | 377 r = hashmap_ensure_allocated(&p->user_items, NULL); 409 r = hashmap_ensure_allocated(&p->group_items, NULL);
|
/systemd/src/test/ |
H A D | test-hashmap-plain.c | 253 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 D | device.c | 79 r = hashmap_ensure_allocated(&UNIT(d)->manager->devices_by_sysfs, &string_hash_ops);
|
H A D | manager.c | 608 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 D | mmap-cache.c | 316 r = hashmap_ensure_allocated(&m->fds, NULL);
|
/systemd/src/journal-remote/ |
H A D | journal-remote.c | 733 r = hashmap_ensure_allocated(&s->daemons, &uint64_hash_ops);
|
/systemd/src/libsystemd/sd-event/ |
H A D | sd-event.c | 653 r = hashmap_ensure_allocated(&e->signal_data, &uint64_hash_ops); 1215 r = hashmap_ensure_allocated(&e->child_sources, NULL);
|
Completed in 86 milliseconds
12