Searched refs:ordered_hashmap_ensure_allocated (Results 1 – 10 of 10) sorted by relevance
/systemd-251/src/sysctl/ |
D | sysctl.c | 252 if (ordered_hashmap_ensure_allocated(sysctl_options, &option_hash_ops) < 0) in parse_file()
|
/systemd-251/src/network/ |
D | networkd-dhcp-common.c | 868 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/ |
D | sd-hwdb.c | 169 r = ordered_hashmap_ensure_allocated(&hwdb->properties, &string_hash_ops); in hwdb_add_property()
|
/systemd-251/src/basic/ |
D | hashmap.h | 142 #define ordered_hashmap_ensure_allocated(h, ops) _ordered_hashmap_ensure_allocated(h, ops HASHMAP_… macro
|
/systemd-251/src/sysusers/ |
D | sysusers.c | 1672 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/ |
D | resolved-dns-scope.c | 1215 r = ordered_hashmap_ensure_allocated(&scope->conflict_queue, &dns_resource_key_hash_ops); in dns_scope_notify_conflict()
|
/systemd-251/src/shared/ |
D | install.c | 2104 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/ |
D | sd-device.c | 104 r = ordered_hashmap_ensure_allocated(properties, &string_hash_ops_free_free); in device_add_property_aux()
|
/systemd-251/src/libsystemd-network/ |
D | sd-dhcp-client.c | 665 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/ |
D | sd-bus.c | 2266 r = ordered_hashmap_ensure_allocated(&bus->reply_callbacks, &uint64_hash_ops); in sd_bus_call_async()
|