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

/freebsd-10.0-release/sbin/init/
H A Dinit.c114 typedef long (*state_func_t)(void); typedef
115 typedef state_func_t (*state_t)(void);
117 static state_func_t single_user(void);
118 static state_func_t runcom(void);
119 static state_func_t read_ttys(void);
120 static state_func_t multi_user(void);
121 static state_func_t clean_ttys(void);
122 static state_func_t catatonia(void);
123 static state_func_t death(void);
124 static state_func_t death_singl
[all...]

Completed in 76 milliseconds