Home
last modified time | relevance | path

Searched refs:arg_now (Results 1 – 4 of 4) sorted by relevance

/systemd-251/src/portable/
Dportablectl.c48 static bool arg_now = false; variable
595 if (!arg_now) in maybe_start_stop_restart()
634 if (!arg_enable && !arg_now) in maybe_enable_start()
682 if (!arg_enable && !arg_now) in maybe_stop_enable_restart()
758 if (!arg_enable && !arg_now) in maybe_stop_disable()
1380 arg_now = true; in parse_argv()
/systemd-251/src/systemctl/
Dsystemctl.h91 extern bool arg_now;
Dsystemctl.c106 bool arg_now = false; variable
836 arg_now = true; in systemctl_parse_argv()
Dsystemctl-enable.c260 if (arg_now && STR_IN_SET(argv[0], "enable", "disable", "mask")) { in verb_enable()