Home
last modified time | relevance | path

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

/freebsd/sbin/init/
H A Dinit.c112 static state_func_t read_ttys(void);
1027 return (state_func_t) read_ttys; in runcom()
1388 read_ttys(void) in read_ttys() function
1609 if (current_state == read_ttys) in get_current_state()
1664 if (current_state == read_ttys || current_state == multi_user || in transition_handler()
1678 if (current_state == read_ttys || current_state == multi_user || in transition_handler()
1685 if (current_state == runcom || current_state == read_ttys || in transition_handler()