Searched defs:arg_all (Results 1 - 6 of 6) sorted by relevance

/systemd/src/cgls/
H A Dcgls.c43 static bool arg_all = false; variable
98 arg_all = true;
193 arg_all * OUTPUT_SHOW_ALL |
/systemd/src/login/
H A Dloginctl.c50 static bool arg_all = false; variable
86 arg_all * OUTPUT_SHOW_ALL |
712 if (arg_all || !isempty(s))
768 r = bus_print_property(name, m, arg_all);
777 if (arg_all)
1430 arg_all = true;
1435 arg_all = true;
/systemd/src/network/
H A Dnetworkctl.c51 static bool arg_all = false; variable
677 if (argc <= 1 && !arg_all) {
709 if (arg_all) {
1071 arg_all = true;
/systemd/src/journal/
H A Djournalctl.c88 static bool arg_all = false; variable
498 arg_all = true;
2451 arg_all * OUTPUT_SHOW_ALL |
/systemd/src/machine/
H A Dmachinectl.c63 static bool arg_all = false; variable
106 arg_all * OUTPUT_SHOW_ALL |
161 if (name[0] == '.' && !arg_all)
265 if (name[0] == '.' && !arg_all)
691 r = bus_print_all_properties(bus, "org.freedesktop.machine1", path, arg_property, arg_all);
940 r = bus_print_all_properties(bus, "org.freedesktop.machine1", path, arg_property, arg_all);
2489 arg_all = true;
2493 arg_all = true;
/systemd/src/systemctl/
H A Dsystemctl.c90 static bool arg_all = false; variable
245 arg_all * OUTPUT_SHOW_ALL |
348 if (arg_all)
510 if (arg_all)
874 if (!arg_all)
1155 if (!arg_all)
1653 if (arg_all || unit_name_to_type(*c) == UNIT_TARGET) {
4108 else if (arg_all)
4120 if (arg_all || !isempty(s))
4132 if (arg_all || !isempt
[all...]

Completed in 134 milliseconds