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

/illumos-gate/usr/src/cmd/init/
H A Dinit.c199 #define LVL5 SIGEMT macro
244 { LVL5, MASK5, '5', LSEL_RUNLEVEL },
920 if (new_state != LVL0 && new_state != LVL5 && new_state != LVL6)
2190 (void) sigaddset(&act.sa_mask, LVL5);
2203 (void) sigaction(LVL5, &act, NULL);

Completed in 69 milliseconds