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);
1047 return (state_func_t) read_ttys; in runcom()
1408 read_ttys(void) in read_ttys() function
1629 if (current_state == read_ttys) in get_current_state()
1684 if (current_state == read_ttys || current_state == multi_user || in transition_handler()
1698 if (current_state == read_ttys || current_state == multi_user || in transition_handler()
1705 if (current_state == runcom || current_state == read_ttys || in transition_handler()