Home
last modified time | relevance | path

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

/freebsd-14.2/sbin/init/
H A Dinit.c124 static state_func_t read_ttys(void);
1039 return (state_func_t) read_ttys; in runcom()
1400 read_ttys(void) in read_ttys() function
1621 if (current_state == read_ttys) in get_current_state()
1676 if (current_state == read_ttys || current_state == multi_user || in transition_handler()
1690 if (current_state == read_ttys || current_state == multi_user || in transition_handler()
1697 if (current_state == runcom || current_state == read_ttys || in transition_handler()