Home
last modified time | relevance | path

Searched refs:ACTION_REBOOT (Results 1 – 10 of 10) sorted by relevance

/systemd-251/src/systemctl/
Dsystemctl-compat-halt.c42 arg_action == ACTION_REBOOT ? " [ARG]" : "", in halt_help()
44 arg_action == ACTION_REBOOT ? "Reboot" : in halt_help()
95 if (arg_action != ACTION_REBOOT) in halt_parse_argv()
100 arg_action = ACTION_REBOOT; in halt_parse_argv()
135 if (arg_action == ACTION_REBOOT && (argc == optind || argc == optind + 1)) { in halt_parse_argv()
Dsystemctl-start-special.c155 if (a == ACTION_REBOOT) { in verb_start_special()
198 ACTION_REBOOT); in verb_start_special()
209 ACTION_REBOOT, in verb_start_special()
Dsystemctl.h16 ACTION_REBOOT, enumerator
Dsystemctl-logind.c52 … [ACTION_REBOOT] = { "Reboot", "reboot system" }, in logind_reboot()
165 ACTION_REBOOT, in logind_check_inhibitors()
Dsystemctl-compat-shutdown.c83 arg_action = ACTION_REBOOT; in shutdown_parse_argv()
Dsystemctl-compat-telinit.c62 { '6', ACTION_REBOOT }, in telinit_parse_argv()
Dsystemctl-sysv-compat.c257 [ACTION_REBOOT] = '6', in action_to_runlevel()
Dsystemctl.c978 arg_action = ACTION_REBOOT; in systemctl_dispatch_parse_argv()
1147 case ACTION_REBOOT: in run()
Dsystemctl-start-unit.c216 …[ACTION_REBOOT] = { SPECIAL_REBOOT_TARGET, "reboot", …
Dsystemctl-util.c920 case ACTION_REBOOT: in halt_now()