OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:next_step
(Results
1 - 2
of
2
) sorted by relevancy
/src/sbin/init/
init.c
925
state_func_t
next_step
;
local in function:runcom
928
next_step
= runetcrc(0);
929
if (
next_step
!= (state_func_t)read_ttys)
930
return (state_func_t)
next_step
;
939
next_step
= runetcrc(1);
940
if (
next_step
!= (state_func_t)read_ttys)
941
return (state_func_t)
next_step
;
951
* It's time to spawn gettys (ie.
next_step
's value at this point).
init.c
925
state_func_t
next_step
;
local in function:runcom
928
next_step
= runetcrc(0);
929
if (
next_step
!= (state_func_t)read_ttys)
930
return (state_func_t)
next_step
;
939
next_step
= runetcrc(1);
940
if (
next_step
!= (state_func_t)read_ttys)
941
return (state_func_t)
next_step
;
951
* It's time to spawn gettys (ie.
next_step
's value at this point).
Completed in 23 milliseconds
Indexes created Thu Oct 02 07:10:07 GMT 2025