Home
last modified time | relevance | path

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

/systemd-251/src/systemctl/
Dsystemctl-start-special.c180 } else if (a == ACTION_EXIT && argc > 1) { in verb_start_special()
203 (termination_action || IN_SET(a, ACTION_KEXEC, ACTION_EXIT))) in verb_start_special()
230 } else if (IN_SET(a, ACTION_EXIT)) in verb_start_special()
Dsystemctl.h18 ACTION_EXIT, enumerator
Dsystemctl-start-unit.c225 …[ACTION_EXIT] = { SPECIAL_EXIT_TARGET, "exit", …
Dsystemctl.c1181 case ACTION_EXIT: in run()