Home
last modified time | relevance | path

Searched refs:ordered_hashmap_get (Results 1 – 19 of 19) sorted by relevance

/systemd-251/src/sysusers/
Dsysusers.c311 a = ordered_hashmap_get(members, gr->gr_name); in putgrent_with_members()
355 a = ordered_hashmap_get(members, sg->sg_namp); in putsgent_with_members()
429 i = ordered_hashmap_get(users, pw->pw_name); in write_temporary_passwd()
551 i = ordered_hashmap_get(users, sp->sp_namp); in write_temporary_shadow()
692 i = ordered_hashmap_get(groups, gr->gr_name); in write_temporary_group()
795 i = ordered_hashmap_get(groups, sg->sg_namp); in write_temporary_gshadow()
940 if (ordered_hashmap_get(todo_uids, UID_TO_PTR(uid))) in uid_is_ok()
948 i = ordered_hashmap_get(todo_gids, GID_TO_PTR(uid)); in uid_is_ok()
1176 if (ordered_hashmap_get(todo_gids, GID_TO_PTR(gid))) in gid_is_ok()
1180 if (ordered_hashmap_get(todo_uids, UID_TO_PTR(gid))) in gid_is_ok()
[all …]
/systemd-251/src/delta/
Ddelta.c258 h = ordered_hashmap_get(drops, unit); in enumerate_dir_d()
440 o = ordered_hashmap_get(bottom, key); in process_suffix()
455 h = ordered_hashmap_get(drops, key); in process_suffix()
/systemd-251/src/libsystemd/sd-hwdb/
Dsd-hwdb.c132 old = ordered_hashmap_get(hwdb->properties, key); in hwdb_add_property()
377 entry = ordered_hashmap_get(hwdb->properties, key); in sd_hwdb_get()
/systemd-251/src/network/netdev/
Dmacsec.c68 c = ordered_hashmap_get(s->receive_associations_by_section, n); in macsec_receive_association_new_static()
145 c = ordered_hashmap_get(s->receive_channels_by_section, n); in macsec_receive_channel_new_static()
195 a = ordered_hashmap_get(s->transmit_associations_by_section, n); in macsec_transmit_association_new_static()
1101 c = ordered_hashmap_get(a->macsec->receive_channels, &a->sci.as_uint64); in macsec_receive_association_verify()
Dl2tp-tunnel.c71 s = ordered_hashmap_get(t->sessions_by_section, n); in l2tp_session_new_static()
/systemd-251/src/basic/
Dordered-set.h46 return ordered_hashmap_get((OrderedHashmap*) s, p); in ordered_set_get()
Dhashmap.h178 static inline void *ordered_hashmap_get(OrderedHashmap *h, const void *key) { in ordered_hashmap_get() function
/systemd-251/src/sysctl/
Dsysctl.c255 existing = ordered_hashmap_get(*sysctl_options, p); in parse_file()
/systemd-251/src/network/
Dnetworkd-dhcp-common.c873 old6 = ordered_hashmap_get(*options, UINT_TO_PTR(u16)); in config_parse_dhcp_send_option()
894 old4 = ordered_hashmap_get(*options, UINT_TO_PTR(u8)); in config_parse_dhcp_send_option()
Dnetworkd-network.c770 network = ordered_hashmap_get(manager->networks, name); in network_get_by_name()
Dnetworkd-address.c92 address = ordered_hashmap_get(network->addresses_by_section, n); in address_new_static()
/systemd-251/src/shared/
Dnetif-sriov.c50 existing = ordered_hashmap_get(*sr_iov_by_section, n); in sr_iov_new_static()
Dinstall.c1062 i = ordered_hashmap_get(ctx->have_processed, name); in install_info_find()
1066 return ordered_hashmap_get(ctx->will_process, name); in install_info_find()
/systemd-251/src/libsystemd/sd-journal/
Dcatalog.c164 prev = ordered_hashmap_get(h, i); in finish_item()
Dsd-journal.c1312 f = ordered_hashmap_get(j->files, path); in add_any_file()
1413 f = ordered_hashmap_get(j->files, path); in remove_file_by_name()
Djournal-file.c2233 ci = ordered_hashmap_get(f->chain_cache, &first); in generic_array_get()
2392 ci = ordered_hashmap_get(f->chain_cache, &first); in generic_array_bisect()
/systemd-251/src/tmpfiles/
Dtmpfiles.c647 if (ordered_hashmap_get(items, sub_path)) { in dir_cleanup()
3268 existing = ordered_hashmap_get(h, i.path); in parse_line()
3678 j = ordered_hashmap_get(items, prefix); in link_parent()
3680 j = ordered_hashmap_get(globs, prefix); in link_parent()
/systemd-251/src/libsystemd/sd-device/
Dsd-device.c1999 value = ordered_hashmap_get(device->properties, key); in sd_device_get_property_value()
/systemd-251/src/journal/
Djournald-server.c444 f = ordered_hashmap_get(s->user_journals, UID_TO_PTR(uid)); in find_journal()