Searched defs:more (Results 1 - 4 of 4) sorted by relevance
/systemd/src/shared/ |
H A D | cgroup-show.c | 14 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 D | resolved-dns-packet.h | 16 Lesser General Public License for more details. 92 DnsPacket *more; member in struct:DnsPacket
|
/systemd/src/boot/efi/ |
H A D | boot.c | 10 * Lesser General Public License for more details. 1200 BOOLEAN more; local 1203 more = FALSE; 1212 more = TRUE; 1214 if (!more)
|
/systemd/src/core/ |
H A D | cgroup.c | 14 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 */
|
Completed in 2097 milliseconds