HomeSort by: relevance | last modified time | path
    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 50 milliseconds