Home
last modified time | relevance | path

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

/netbsd-src/sbin/init/
H A Dinit.c139 static state_func_t read_ttys(void);
916 return (state_func_t)read_ttys; in runetcrc()
929 if (next_step != (state_func_t)read_ttys) in runcom()
940 if (next_step != (state_func_t)read_ttys) in runcom()
961 return (state_func_t)read_ttys; in runcom()
1171 read_ttys(void) in read_ttys() function
1376 if (s == (state_t)read_ttys) in get_runlevel()