Home
last modified time | relevance | path

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

/freebsd/sbin/init/
H A Dinit.c117 static state_func_t death_single(void);
133 static state_t current_state = death_single;
1141 if (requested_transition == death_single || in run_script()
1619 if (current_state == death_single) in get_current_state()
1682 requested_transition = death_single; in transition_handler()
1890 return (state_func_t) death_single; in death()
1898 death_single(void) in death_single() function