Searched refs:SHUTDOWN (Results 1 – 9 of 9) sorted by relevance
41 #define SHUTDOWN 0x40 macro315 if (x->action & (SHUTDOWN|ONCE|SYSINIT|CTRLALTDEL|WAIT)) { in run_action_from_list()318 if (x->action & (SHUTDOWN|SYSINIT|CTRLALTDEL|WAIT)) waitforpid(pid); in run_action_from_list()333 run_action_from_list(SHUTDOWN); in set_default()
477 SHUTDOWN = 2 variable in State518 elif self._state.value == State.SHUTDOWN:542 elif self._state.value == State.SHUTDOWN:648 elif self._state.value == State.SHUTDOWN:684 state.value = State.SHUTDOWN1348 elif self._state.value == State.SHUTDOWN:
1065 SHUTDOWN, enumerator1109 return SHUTDOWN; in next_phase()1110 case SHUTDOWN: in next_phase()1138 case SHUTDOWN: in do_connect_step()
481 pub const SHUTDOWN: Self = Self::from_errno(errno::ESHUTDOWN); constant
142 def SHUTDOWN : VISInst0<0b010000000, "shutdown">;
964 pub const SHUTDOWN: Self = Self(c::ESHUTDOWN); constant
178 XX(SHUTDOWN, shutdown) \