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

/opensolaris-onvv-gate/usr/src/cmd/init/
H A Dinit.c196 #define LVL5 SIGEMT macro
241 { LVL5, MASK5, '5', LSEL_RUNLEVEL },
917 if (new_state != LVL0 && new_state != LVL5 && new_state != LVL6)
2182 (void) sigaddset(&act.sa_mask, LVL5);
2195 (void) sigaction(LVL5, &act, NULL);

Completed in 102 milliseconds