/systemd-251/src/resolve/ |
D | resolved-dns-search-domain.c | 110 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()
|
D | resolved-dns-server.c | 179 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/ |
D | update-dbus-docs.py | 239 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
|
D | make-directive-index.py | 40 name.tail = '' 60 name.tail = '' 83 name.tail = '' 116 b.tail = ', ' 123 entry.tail = '\n\n'
|
D | make-man-index.py | 79 b.tail = MDASH + purpose # + ' (' + p + ')'
|
/systemd-251/src/timesync/ |
D | timesyncd-server.c | 22 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/ |
D | list.h | 78 #define LIST_FIND_TAIL(name,item,tail) \ argument 82 (tail) = NULL; \ 86 (tail) = _item; \
|
D | unit-file.c | 339 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/ |
D | macros.h | 113 #define LIST_FIND_TAIL(name,item,tail) \ argument 117 (tail) = NULL; \ 121 (tail) = _item; \
|
/systemd-251/test/ |
D | test-sysusers.sh.in | 155 $SYSUSERS --root=$TESTDIR 2>&1 | tail -n1 > $TESTDIR/err
|
D | test-functions | 184 tail
|
/systemd-251/src/udev/ |
D | udev-rules.c | 1500 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/ |
D | journalctl | 43 --no-tail -q --quiet --setup-keys --verify
|
/systemd-251/shell-completion/zsh/ |
D | _journalctl | 101 '--no-tail[Show all lines, even in follow mode]' \
|
/systemd-251/src/libsystemd/sd-journal/ |
D | journal-file.c | 109 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/ |
D | journalctl.c | 1336 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/ |
D | testsuite-50.sh | 199 VERITY_UUID="$(systemd-id128 -u show "$(tail -c 32 "${image}.roothash")" -u | tail -n 1 | cut -b 6-…
|
/systemd-251/src/core/ |
D | load-fragment.c | 556 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/ |
D | JOURNAL_FILE_FORMAT.md | 521 offsets to the head and tail of the singly linked list of the DATA and FIELD
|