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
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).
  /src/external/bsd/wpa/dist/src/p2p/
p2p.h 2356 } next_step; member in struct:p2p_nfc_params

Completed in 30 milliseconds