Searched refs:ordered_hashmap_ensure_put (Results 1 – 11 of 11) sorted by relevance
/systemd-251/src/network/netdev/ ! |
D | macsec.c | 85 …r = ordered_hashmap_ensure_put(&s->receive_associations_by_section, &config_section_hash_ops, c->s… in macsec_receive_association_new_static() 157 …r = ordered_hashmap_ensure_put(&s->receive_channels_by_section, &config_section_hash_ops, c->secti… in macsec_receive_channel_new_static() 212 …r = ordered_hashmap_ensure_put(&s->transmit_associations_by_section, &config_section_hash_ops, a->… in macsec_transmit_association_new_static() 1019 …r = ordered_hashmap_ensure_put(&c->macsec->receive_channels, &uint64_hash_ops, &c->sci.as_uint64, … in macsec_receive_channel_verify() 1109 …r = ordered_hashmap_ensure_put(&a->macsec->receive_channels, &uint64_hash_ops, &new_channel->sci.a… in macsec_receive_association_verify()
|
D | l2tp-tunnel.c | 87 … r = ordered_hashmap_ensure_put(&t->sessions_by_section, &config_section_hash_ops, s->section, s); in l2tp_session_new_static()
|
/systemd-251/src/sysusers/ ! |
D | sysusers.c | 1155 r = ordered_hashmap_ensure_put(&todo_uids, NULL, UID_TO_PTR(i->uid), i); in add_user() 1327 r = ordered_hashmap_ensure_put(&todo_gids, NULL, GID_TO_PTR(i->gid), i); in add_group() 1420 r = ordered_hashmap_ensure_put(&users, &item_hash_ops, j->name, j); in add_implicit() 1443 r = ordered_hashmap_ensure_put(&groups, &item_hash_ops, j->name, j); in add_implicit()
|
/systemd-251/src/shared/ ! |
D | netif-sriov.c | 60 r = ordered_hashmap_ensure_put(sr_iov_by_section, &config_section_hash_ops, n, sr_iov); in sr_iov_new_static()
|
D | install.c | 1163 r = ordered_hashmap_ensure_put(&ctx->will_process, &string_hash_ops, i->name, i); in install_info_add()
|
/systemd-251/src/basic/ ! |
D | hashmap.h | 145 #define ordered_hashmap_ensure_put(s, ops, key, value) _ordered_hashmap_ensure_put(s, ops, key, val… macro
|
/systemd-251/src/network/ ! |
D | networkd-network.c | 569 r = ordered_hashmap_ensure_put(networks, &string_hash_ops, network->name, network); in network_load_one()
|
D | networkd-address.c | 111 …r = ordered_hashmap_ensure_put(&network->addresses_by_section, &config_section_hash_ops, address->… in address_new_static()
|
/systemd-251/src/udev/ ! |
D | udev-rules.c | 2127 r = ordered_hashmap_ensure_put(&event->seclabel_list, NULL, name, label); in udev_rule_apply_token_to_event() 2394 r = ordered_hashmap_ensure_put(&event->run_list, NULL, cmd, token->data); in udev_rule_apply_token_to_event()
|
/systemd-251/src/libsystemd-network/ ! |
D | sd-dhcp6-client.c | 512 …r = ordered_hashmap_ensure_put(&client->extra_options, &dhcp6_option_hash_ops, UINT_TO_PTR(v->opti… in sd_dhcp6_client_add_option()
|
D | sd-dhcp-client.c | 651 …r = ordered_hashmap_ensure_put(&client->extra_options, &dhcp_option_hash_ops, UINT_TO_PTR(v->optio… in sd_dhcp_client_add_option()
|