Searched refs:more (Results 1 - 7 of 7) sorted by relevance

/systemd/src/shared/
H A Dcgroup-show.c14 Lesser General Public License for more details.
50 static void show_pid_array(pid_t pids[], unsigned n_pids, const char *prefix, unsigned n_columns, bool extra, bool more, bool kernel_threads, OutputFlags flags) { argument
83 printf("%s%s", prefix, draw_special_char(((more || i < n_pids-1) ? DRAW_TREE_BRANCH : DRAW_TREE_RIGHT)));
90 static int show_cgroup_one_by_path(const char *path, const char *prefix, unsigned n_columns, bool more, bool kernel_threads, OutputFlags flags) { argument
123 show_pid_array(pids, n, prefix, n_columns, false, more, kernel_threads, flags);
/systemd/src/resolve/
H A Dresolved-dns-packet.h16 Lesser General Public License for more details.
92 DnsPacket *more; member in struct:DnsPacket
H A Dresolved-dns-cache.c14 Lesser General Public License for more details.
27 /* Never cache more than 4K entries. RFC 1536, Section 5 suggests to
151 * add more RRs to the cache than CACHE_MAX at once. In that
1010 r = dns_packet_new_query(&p->more, p->protocol, 0, true);
1015 p = p->more;
H A Dresolved-dns-scope.c14 Lesser General Public License for more details.
283 if (p->more) {
292 p = p->more;
H A Dresolved-dns-packet.c14 Lesser General Public License for more details.
48 /* make sure we never allocate more than useful */
173 dns_packet_unref(p->more);
/systemd/src/core/
H A Dcgroup.c14 Lesser General Public License for more details.
649 bool more; local
661 more =
672 if (more)
673 /* There's more set now than before. We
1010 * unit, we need to first create all parents, but there's more
1101 /* Dang, there's more than one daemonized PID
1271 e = endswith(m->cgroup_root, "/system"); /* even more legacy */
/systemd/src/boot/efi/
H A Dboot.c10 * Lesser General Public License for more details.
1200 BOOLEAN more; local
1203 more = FALSE;
1212 more = TRUE;
1214 if (!more)

Completed in 2578 milliseconds