Home
last modified time | relevance | path

Searched refs:LIST_APPEND (Results 1 – 17 of 17) sorted by relevance

/systemd-251/src/timesync/
Dtimesyncd-server.c91 LIST_APPEND(names, m->system_servers, n); in server_name_new()
94 LIST_APPEND(names, m->link_servers, n); in server_name_new()
97 LIST_APPEND(names, m->fallback_servers, n); in server_name_new()
100 LIST_APPEND(names, m->runtime_servers, n); in server_name_new()
/systemd-251/src/resolve/
Dresolved-dns-search-domain.c51 LIST_APPEND(domains, l->search_domains, d); in dns_search_domain_new()
56 LIST_APPEND(domains, m->search_domains, d); in dns_search_domain_new()
Dresolved-dns-server.c78 LIST_APPEND(servers, l->dns_servers, s); in dns_server_new()
83 LIST_APPEND(servers, m->dns_servers, s); in dns_server_new()
88 LIST_APPEND(servers, m->fallback_dns_servers, s); in dns_server_new()
/systemd-251/src/libsystemd-network/
Dsd-radv.c624 LIST_APPEND(prefix, ra->prefixes, p); in sd_radv_add_prefix()
634 LIST_APPEND(prefix, ra->prefixes, p); in sd_radv_add_prefix()
725 LIST_APPEND(prefix, ra->route_prefixes, p); in sd_radv_add_route_prefix()
734 LIST_APPEND(prefix, ra->route_prefixes, p); in sd_radv_add_route_prefix()
/systemd-251/src/libudev/
Dlibudev-list.c105 LIST_APPEND(entries, list->entries, entry); in udev_list_entry_add()
/systemd-251/src/core/
Ddbus-util.c210 LIST_APPEND(mount_options, options, TAKE_PTR(o)); in bus_read_mount_options()
Ddbus-socket.c413 LIST_APPEND(port, s->ports, TAKE_PTR(p)); in bus_socket_set_transient_property()
Dload-fragment.c1691 LIST_APPEND(mount_options, options, TAKE_PTR(o)); in config_parse_root_image_options()
5362 LIST_APPEND(mount_options, options, o); in config_parse_mount_images()
5386 LIST_APPEND(mount_options, options, o); in config_parse_mount_images()
5505 LIST_APPEND(mount_options, options, o); in config_parse_extension_images()
5528 LIST_APPEND(mount_options, options, o); in config_parse_extension_images()
Dnamespace.c2602 LIST_APPEND(mount_options, options, TAKE_PTR(o)); in mount_image_add()
Dcgroup.c2468 LIST_APPEND(cgroup_realize_queue, u->manager->cgroup_realize_queue, u); in unit_add_to_cgroup_realize_queue()
/systemd-251/src/basic/
Dlist.h41 #define LIST_APPEND(name,head,item) \ macro
/systemd-251/src/udev/
Dudev-rules.c406 LIST_APPEND(tokens, rule_line->current_token, token); in rule_line_append_token()
408 LIST_APPEND(tokens, rule_line->tokens, token); in rule_line_append_token()
1111 LIST_APPEND(rule_lines, rule_file->current_line, rule_line); in rule_add_line()
1113 LIST_APPEND(rule_lines, rule_file->rule_lines, rule_line); in rule_add_line()
1213 LIST_APPEND(rule_files, rules->current_file, rule_file); in udev_rules_parse_file()
1215 LIST_APPEND(rule_files, rules->rule_files, rule_file); in udev_rules_parse_file()
Dudevd.c1175 LIST_APPEND(event, manager->events, event); in event_queue_insert()
/systemd-251/src/rfkill/
Drfkill.c224 LIST_APPEND(queue, c->write_queue, item); in save_state_queue()
/systemd-251/coccinelle/
Dmacros.h82 #define LIST_APPEND(name,head,item) \ macro
/systemd-251/src/test/
Dtest-list.c186 LIST_APPEND(item, head, &items[i]); in main()
/systemd-251/src/timedate/
Dtimedated.c157 LIST_APPEND(units, c->units, unit); in context_add_ntp_service()