Home
last modified time | relevance | path

Searched refs:ordered_hashmap_ensure_put (Results 1 – 11 of 11) sorted by relevance

/systemd-251/src/network/netdev/ !
Dmacsec.c85 …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()
Dl2tp-tunnel.c87 … 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/ !
Dsysusers.c1155 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/ !
Dnetif-sriov.c60 r = ordered_hashmap_ensure_put(sr_iov_by_section, &config_section_hash_ops, n, sr_iov); in sr_iov_new_static()
Dinstall.c1163 r = ordered_hashmap_ensure_put(&ctx->will_process, &string_hash_ops, i->name, i); in install_info_add()
/systemd-251/src/basic/ !
Dhashmap.h145 #define ordered_hashmap_ensure_put(s, ops, key, value) _ordered_hashmap_ensure_put(s, ops, key, val… macro
/systemd-251/src/network/ !
Dnetworkd-network.c569 r = ordered_hashmap_ensure_put(networks, &string_hash_ops, network->name, network); in network_load_one()
Dnetworkd-address.c111 …r = ordered_hashmap_ensure_put(&network->addresses_by_section, &config_section_hash_ops, address->… in address_new_static()
/systemd-251/src/udev/ !
Dudev-rules.c2127 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/ !
Dsd-dhcp6-client.c512 …r = ordered_hashmap_ensure_put(&client->extra_options, &dhcp6_option_hash_ops, UINT_TO_PTR(v->opti… in sd_dhcp6_client_add_option()
Dsd-dhcp-client.c651 …r = ordered_hashmap_ensure_put(&client->extra_options, &dhcp_option_hash_ops, UINT_TO_PTR(v->optio… in sd_dhcp_client_add_option()