Searched defs:state_to_flags (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/init/
H A Dinit.c187 * lvlname_to_mask(), state_to_mask(), and state_to_flags().
560 static int state_to_flags(int);
779 if (state_to_flags(cur_state) & LSEL_RUNLEVEL) {
1874 * state_to_flags(): return the flags corresponding to a runlevel. These
1878 state_to_flags(int state) function

Completed in 53 milliseconds