Home
last modified time | relevance | path

Searched refs:_ACTION_MAX (Results 1 – 5 of 5) sorted by relevance

/systemd-251/src/systemctl/
Dsystemctl-start-unit.c213 const struct action_metadata action_table[_ACTION_MAX] = {
233 for (enum action i = 0; i < _ACTION_MAX; i++) in verb_to_action()
313 assert(arg_action >= 0 && arg_action < _ACTION_MAX); in verb_start()
Dsystemctl-sysv-compat.c254 static const char table[_ACTION_MAX] = { in action_to_runlevel()
265 assert(arg_action >= 0 && arg_action < _ACTION_MAX); in action_to_runlevel()
Dsystemctl-start-unit.h14 extern const struct action_metadata action_table[_ACTION_MAX];
Dsystemctl.h36 _ACTION_MAX, enumerator
Dsystemctl-logind.c50 } actions[_ACTION_MAX] = { in logind_reboot()
67 if (a < 0 || a >= _ACTION_MAX || !actions[a].method) in logind_reboot()