Searched refs:ACTION_POWEROFF (Results 1 – 10 of 10) sorted by relevance
/systemd-251/src/systemctl/ |
D | systemctl-compat-shutdown.c | 76 arg_action = ACTION_POWEROFF; in shutdown_parse_argv() 92 arg_action = ACTION_POWEROFF; in shutdown_parse_argv()
|
D | systemctl-compat-halt.c | 45 arg_action == ACTION_POWEROFF ? "Power off" : in halt_help() 96 arg_action = ACTION_POWEROFF; in halt_parse_argv()
|
D | systemctl-start-special.c | 197 ACTION_POWEROFF, in verb_start_special() 208 ACTION_POWEROFF, in verb_start_special()
|
D | systemctl.h | 15 ACTION_POWEROFF, enumerator
|
D | systemctl-logind.c | 51 … [ACTION_POWEROFF] = { "PowerOff", "power off system" }, in logind_reboot() 164 ACTION_POWEROFF, in logind_check_inhibitors()
|
D | systemctl-compat-telinit.c | 61 { '0', ACTION_POWEROFF }, in telinit_parse_argv()
|
D | systemctl.c | 971 arg_action = ACTION_POWEROFF; in systemctl_dispatch_parse_argv() 982 arg_action = ACTION_POWEROFF; in systemctl_dispatch_parse_argv() 1146 case ACTION_POWEROFF: in run()
|
D | systemctl-sysv-compat.c | 256 [ACTION_POWEROFF] = '0', in action_to_runlevel()
|
D | systemctl-start-unit.c | 215 …[ACTION_POWEROFF] = { SPECIAL_POWEROFF_TARGET, "poweroff", …
|
D | systemctl-util.c | 911 case ACTION_POWEROFF: in halt_now()
|