Home
last modified time | relevance | path

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

/systemd-251/src/resolve/
Dresolved-dns-search-domain.c110 DnsSearchDomain *tail; in dns_search_domain_move_back_and_unmark() local
126 LIST_FIND_TAIL(domains, d, tail); in dns_search_domain_move_back_and_unmark()
128 LIST_INSERT_AFTER(domains, d->link->search_domains, tail, d); in dns_search_domain_move_back_and_unmark()
132 LIST_FIND_TAIL(domains, d, tail); in dns_search_domain_move_back_and_unmark()
134 LIST_INSERT_AFTER(domains, d->manager->search_domains, tail, d); in dns_search_domain_move_back_and_unmark()
Dresolved-dns-server.c179 DnsServer *tail; in dns_server_move_back_and_unmark() local
198 LIST_FIND_TAIL(servers, s, tail); in dns_server_move_back_and_unmark()
200 LIST_INSERT_AFTER(servers, s->link->dns_servers, tail, s); in dns_server_move_back_and_unmark()
204 LIST_FIND_TAIL(servers, s, tail); in dns_server_move_back_and_unmark()
206 LIST_INSERT_AFTER(servers, s->manager->dns_servers, tail, s); in dns_server_move_back_and_unmark()
210 LIST_FIND_TAIL(servers, s, tail); in dns_server_move_back_and_unmark()
212 LIST_INSERT_AFTER(servers, s->manager->fallback_dns_servers, tail, s); in dns_server_move_back_and_unmark()
/systemd-251/tools/
Dupdate-dbus-docs.py239 the_tail = programlisting.tail #tail is erased by addnext, so save it here.
242 programlisting.tail = the_tail
251 prev_element.tail = the_tail
265 prev_element.tail = the_tail
270 prev_element.tail = the_tail
271 last_element.tail = the_tail
276 comment.tail = programlisting.tail
Dmake-directive-index.py40 name.tail = ''
60 name.tail = ''
83 name.tail = ''
116 b.tail = ', '
123 entry.tail = '\n\n'
Dmake-man-index.py79 b.tail = MDASH + purpose # + ' (' + p + ')'
/systemd-251/src/timesync/
Dtimesyncd-server.c22 ServerAddress *a, *tail; in server_address_new() local
40 LIST_FIND_TAIL(addresses, n->addresses, tail); in server_address_new()
41 LIST_INSERT_AFTER(addresses, n->addresses, tail, a); in server_address_new()
/systemd-251/src/basic/
Dlist.h78 #define LIST_FIND_TAIL(name,item,tail) \ argument
82 (tail) = NULL; \
86 (tail) = _item; \
Dunit-file.c339 const char *tail = path_startswith_strv(simplified, search_path); in unit_file_resolve_symlink() local
340 if (tail) { /* An alias */ in unit_file_resolve_symlink()
350 if (is_path(tail)) in unit_file_resolve_symlink()
369 return !tail; /* true if linked unit file */ in unit_file_resolve_symlink()
/systemd-251/coccinelle/
Dmacros.h113 #define LIST_FIND_TAIL(name,item,tail) \ argument
117 (tail) = NULL; \
121 (tail) = _item; \
/systemd-251/test/
Dtest-sysusers.sh.in155 $SYSUSERS --root=$TESTDIR 2>&1 | tail -n1 > $TESTDIR/err
Dtest-functions184 tail
/systemd-251/src/udev/
Dudev-rules.c1500 const char *tail; in attr_subst_subdir() local
1506 tail = strstr(attr, "/*/"); in attr_subst_subdir()
1507 if (!tail) in attr_subst_subdir()
1510 len = tail - attr + 1; /* include slash at the end */ in attr_subst_subdir()
1511 tail += 2; /* include slash at the beginning */ in attr_subst_subdir()
1527 strscpyl_full(p, size, &truncated, de->d_name, tail, NULL); in attr_subst_subdir()
/systemd-251/shell-completion/bash/
Djournalctl43 --no-tail -q --quiet --setup-keys --verify
/systemd-251/shell-completion/zsh/
D_journalctl101 '--no-tail[Show all lines, even in follow mode]' \
/systemd-251/src/libsystemd/sd-journal/
Djournal-file.c109 Object tail; in journal_file_tail_end_by_pread() local
112 r = journal_file_read_object_header(f, OBJECT_UNUSED, p, &tail); in journal_file_tail_end_by_pread()
116 sz = le64toh(tail.object.size); in journal_file_tail_end_by_pread()
146 Object *tail; in journal_file_tail_end_by_mmap() local
149 r = journal_file_move_to_object(f, OBJECT_UNUSED, p, &tail); in journal_file_tail_end_by_mmap()
153 sz = le64toh(READ_NOW(tail->object.size)); in journal_file_tail_end_by_mmap()
/systemd-251/src/journal/
Djournalctl.c1336 BootId *head = NULL, *tail = NULL; in get_boots() local
1434 LIST_INSERT_AFTER(boot_list, head, tail, current); in get_boots()
1435 tail = TAKE_PTR(current); in get_boots()
/systemd-251/test/units/
Dtestsuite-50.sh199 VERITY_UUID="$(systemd-id128 -u show "$(tail -c 32 "${image}.roothash")" -u | tail -n 1 | cut -b 6-…
/systemd-251/src/core/
Dload-fragment.c556 SocketPort *tail; in config_parse_socket_listen() local
660 LIST_FIND_TAIL(port, s->ports, tail); in config_parse_socket_listen()
661 LIST_INSERT_AFTER(port, s->ports, tail, p); in config_parse_socket_listen()
/systemd-251/docs/
DJOURNAL_FILE_FORMAT.md521 offsets to the head and tail of the singly linked list of the DATA and FIELD