Home
last modified time | relevance | path

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

/src/sbin/init/
H A Dinit.c117 static state_func_t death_single(void);
133 static state_t current_state = death_single;
1149 if (requested_transition == death_single || in run_script()
1627 if (current_state == death_single) in get_current_state()
1690 requested_transition = death_single; in transition_handler()
1898 return (state_func_t) death_single; in death()
1906 death_single(void) in death_single() function