Home
last modified time | relevance | path

Searched defs:list (Results 1 – 25 of 40) sorted by relevance

12

/systemd-251/src/libudev/
Dlibudev-list.c23 struct udev_list *list; member
58 struct udev_list *list; in udev_list_new() local
71 struct udev_list_entry *udev_list_entry_add(struct udev_list *list, const char *_name, const char *… in udev_list_entry_add()
112 void udev_list_cleanup(struct udev_list *list) { in udev_list_cleanup()
124 struct udev_list *udev_list_free(struct udev_list *list) { in udev_list_free()
138 struct udev_list_entry *udev_list_get_entry(struct udev_list *list) { in udev_list_get_entry()
Dlibudev-hwdb.c38 _cleanup_(udev_list_freep) struct udev_list *list = NULL; in udev_hwdb_new() local
Dlibudev-enumerate.c54 _cleanup_(udev_list_freep) struct udev_list *list = NULL; in udev_enumerate_new() local
Dtest-libudev.c349 _cleanup_(udev_list_freep) struct udev_list *list = NULL; in test_list() local
/systemd-251/src/shared/
Dlocal-addresses.c39 static void suppress_duplicates(struct local_address *list, size_t *n_list) { in suppress_duplicates()
69 _cleanup_free_ struct local_address *list = NULL; in local_addresses() local
180 struct local_address **list, in add_local_gateway()
215 _cleanup_free_ struct local_address *list = NULL; in local_gateways() local
370 _cleanup_free_ struct local_address *list = NULL, *gateways = NULL; in local_outbounds() local
Dserialize.c176 int deserialize_environment(const char *value, char ***list) { in deserialize_environment()
Dnet-condition.c196 Condition **list = data, *c; in config_parse_net_condition() local
/systemd-251/src/analyze/
Danalyze-cat-config.c13 char **list; in verb_cat_config() local
/systemd-251/src/pstore/
Dpstore.c107 static void pstore_entries_reset(PStoreList *list) { in pstore_entries_reset()
207 static void process_dmesg_files(PStoreList *list) { in process_dmesg_files()
324 static int list_files(PStoreList *list, const char *sourcepath) { in list_files()
/systemd-251/src/core/
Dsmack-setup.c243 _cleanup_free_ char *list = NULL; in write_onlycap_list() local
273 stpcpy(list + len, buf)[0] = ' '; in write_onlycap_list() local
Djob.c1426 static size_t sort_job_list(Job **list, size_t n) { in sort_job_list()
1446 _cleanup_free_ Job** list = NULL; in job_get_before() local
1490 _cleanup_free_ Job** list = NULL; in job_get_after() local
Ddbus-job.c72 _cleanup_free_ Job **list = NULL; in bus_job_method_get_waiting_jobs() local
/systemd-251/src/test/
Dtest-netlink-manual.c18 _cleanup_(kmod_module_unref_listp) struct kmod_list *list = NULL; in load_module() local
/systemd-251/src/libsystemd/sd-path/
Dsd-path.c441 char ***list, in search_from_environment()
514 static int get_search(uint64_t type, char ***list) { in get_search()
/systemd-251/src/network/
Dtest-networkd-conf.c71 static void test_config_parse_ether_addrs_one(const char *rvalue, const struct ether_addr* list, si… in test_config_parse_ether_addrs_one()
/systemd-251/src/mount/
Dmount-tool.c726 static int find_mount_points(const char *what, char ***list) { in find_mount_points()
918 _cleanup_strv_free_ char **list = NULL; in umount_by_device() local
1139 _cleanup_strv_free_ char **list = NULL; in acquire_mount_where_for_loop_dev() local
/systemd-251/src/libsystemd/sd-journal/
Djournal-vacuum.c128 struct vacuum_info *list = NULL; in journal_directory_vacuum() local
/systemd-251/src/basic/
Duser-util.c458 static bool gid_list_has(const gid_t *list, size_t size, gid_t val) { in gid_list_has()
920 int maybe_setgroups(size_t size, const gid_t *list) { in maybe_setgroups()
/systemd-251/src/resolve/
Dresolved-mdns.c109 _cleanup_free_ DnsResourceRecord **list = NULL; in mdns_packet_extract_matching_rrs() local
Dresolved-dns-dnssec.c779 DnsResourceRecord *list[], in dnssec_fix_rrset_ttl()
807 DnsResourceRecord **list, in dnssec_rrset_serialize_sig()
989 DnsResourceRecord **list, *rr; in dnssec_verify_rrset() local
/systemd-251/src/home/
Dhomework-fscrypt.c234 char **list; in fscrypt_setup() local
Dhomework-luks.c365 char **list; in luks_setup() local
519 char **list; in luks_open() local
3531 char **list; in home_passwd_luks() local
3684 char **list; in home_unlock_luks() local
/systemd-251/src/libsystemd-network/
Dtest-dhcp6-client.c147 _cleanup_strv_free_ char **list = NULL; in TEST() local
/systemd-251/src/locale/
Dlocalectl.c270 _cleanup_strv_free_ char **list = NULL; in list_x11_keymaps() local
/systemd-251/src/delta/
Ddelta.c197 _cleanup_strv_free_ char **list = NULL; in enumerate_dir_d() local

12