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

/freebsd-10.0-release/sbin/init/
H A Dinit.c124 static state_func_t death_single(void);
139 static state_t current_state = death_single;
799 * - death_single if a SIGTERM was delivered to init(8).
855 if (requested_transition == death_single)
856 return (state_func_t) death_single;
1321 requested_transition = death_single;
1518 return (state_func_t) death_single;
1526 death_single(void) function

Completed in 62 milliseconds