Home
last modified time | relevance | path

Searched refs:ordered_hashmap_ensure_allocated (Results 1 – 10 of 10) sorted by relevance

/systemd-251/src/sysctl/
Dsysctl.c252 if (ordered_hashmap_ensure_allocated(sysctl_options, &option_hash_ops) < 0) in parse_file()
/systemd-251/src/network/
Dnetworkd-dhcp-common.c868 r = ordered_hashmap_ensure_allocated(options, &dhcp6_option_hash_ops); in config_parse_dhcp_send_option()
889 r = ordered_hashmap_ensure_allocated(options, &dhcp_option_hash_ops); in config_parse_dhcp_send_option()
/systemd-251/src/libsystemd/sd-hwdb/
Dsd-hwdb.c169 r = ordered_hashmap_ensure_allocated(&hwdb->properties, &string_hash_ops); in hwdb_add_property()
/systemd-251/src/basic/
Dhashmap.h142 #define ordered_hashmap_ensure_allocated(h, ops) _ordered_hashmap_ensure_allocated(h, ops HASHMAP_… macro
/systemd-251/src/sysusers/
Dsysusers.c1672 r = ordered_hashmap_ensure_allocated(&users, &item_hash_ops); in parse_line()
1727 r = ordered_hashmap_ensure_allocated(&groups, &item_hash_ops); in parse_line()
/systemd-251/src/resolve/
Dresolved-dns-scope.c1215 r = ordered_hashmap_ensure_allocated(&scope->conflict_queue, &dns_resource_key_hash_ops); in dns_scope_notify_conflict()
/systemd-251/src/shared/
Dinstall.c2104 r = ordered_hashmap_ensure_allocated(&ctx->have_processed, &string_hash_ops); in install_context_apply()
2175 r = ordered_hashmap_ensure_allocated(&ctx->have_processed, &string_hash_ops); in install_context_mark_for_removal()
/systemd-251/src/libsystemd/sd-device/
Dsd-device.c104 r = ordered_hashmap_ensure_allocated(properties, &string_hash_ops_free_free); in device_add_property_aux()
/systemd-251/src/libsystemd-network/
Dsd-dhcp-client.c665 r = ordered_hashmap_ensure_allocated(&client->vendor_options, &dhcp_option_hash_ops); in sd_dhcp_client_add_vendor_option()
/systemd-251/src/libsystemd/sd-bus/
Dsd-bus.c2266 r = ordered_hashmap_ensure_allocated(&bus->reply_callbacks, &uint64_hash_ops); in sd_bus_call_async()