Home
last modified time | relevance | path

Searched refs:arg_all (Results 1 – 12 of 12) sorted by relevance

/systemd-251/src/systemctl/
Dsystemctl.h51 extern bool arg_all;
Dsystemctl-list-units.c197 if (arg_all || strv_contains(arg_states, "inactive")) in output_units_list()
420 if (!arg_all) in output_sockets_list()
658 if (!arg_all) in output_timers_list()
Dsystemctl-list-dependencies.c125 if (arg_all || unit_name_to_type(*c) == UNIT_TARGET) { in list_dependencies_one()
Dsystemctl.c66 bool arg_all = false; variable
577 arg_all = true; in systemctl_parse_argv()
Dsystemctl-start-unit.c334 if (!arg_all && expanded && streq(job_type, "start") && !arg_quiet) { in verb_start()
Dsystemctl-edit.c35 arg_all = true; in verb_cat()
Dsystemctl-util.c784 if (arg_all) in output_show_unit()
Dsystemctl-show.c2208 if (arg_all) in verb_show()
/systemd-251/src/coredump/
Dcoredumpctl.c59 static bool arg_all = false; variable
128 r = sd_journal_open(&j, arg_all ? 0 : SD_JOURNAL_LOCAL_ONLY); in acquire_journal()
334 arg_all = true; in parse_argv()
/systemd-251/src/network/
Dnetworkctl.c76 static bool arg_all = false; variable
796 if (arg_all || argc <= 1) in list_links()
1484 arg_all * OUTPUT_SHOW_ALL | in get_output_flags()
2390 if (arg_all || argc <= 1) in link_status()
2406 if (arg_all) in link_status()
2464 if (x & (1U << i) || arg_all) { in lldp_capabilities_legend()
2875 arg_all = true; in parse_argv()
/systemd-251/src/machine/
Dmachinectl.c65 static bool arg_all = false; variable
307 if (name[0] == '.' && !arg_all) in list_machines()
385 if (name[0] == '.' && !arg_all) in list_images()
2406 r = sd_bus_message_append(m, "s", arg_all ? "all" : "hidden"); in clean_images()
2663 arg_all = true; in parse_argv()
/systemd-251/src/journal/
Djournalctl.c92 static bool arg_all = false; variable
598 arg_all = true; in parse_argv()
2748 arg_all * OUTPUT_SHOW_ALL | in main()