Home
last modified time | relevance | path

Searched refs:ACTION_KEXEC (Results 1 – 7 of 7) sorted by relevance

/systemd-251/src/systemctl/
Dsystemctl-start-special.c173 } else if (a == ACTION_KEXEC) { in verb_start_special()
203 (termination_action || IN_SET(a, ACTION_KEXEC, ACTION_EXIT))) in verb_start_special()
210 ACTION_KEXEC, in verb_start_special()
Dsystemctl-compat-shutdown.c81 arg_action = ACTION_KEXEC; in shutdown_parse_argv()
87 arg_action = ACTION_KEXEC; in shutdown_parse_argv()
Dsystemctl-logind.c53 … [ACTION_KEXEC] = { "Reboot", "kexec reboot system" }, in logind_reboot()
83 SET_FLAG(flags, SD_LOGIND_REBOOT_VIA_KEXEC, a == ACTION_KEXEC); in logind_reboot()
166 ACTION_KEXEC) ? "shutdown" : "sleep")) in logind_check_inhibitors()
Dsystemctl.h17 ACTION_KEXEC, enumerator
Dsystemctl.c976 arg_action = ACTION_KEXEC; in systemctl_dispatch_parse_argv()
1148 case ACTION_KEXEC: in run()
Dsystemctl-start-unit.c217 …[ACTION_KEXEC] = { SPECIAL_KEXEC_TARGET, "kexec", …
Dsystemctl-util.c919 case ACTION_KEXEC: in halt_now()