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

/opensolaris-onvv-gate/usr/src/cmd/init/
H A Dinit.c191 #define LVL0 SIGINT macro
236 { LVL0, MASK0, '0', LSEL_RUNLEVEL },
917 if (new_state != LVL0 && new_state != LVL5 && new_state != LVL6)
2177 (void) sigaddset(&act.sa_mask, LVL0);
2190 (void) sigaction(LVL0, &act, NULL);

Completed in 158 milliseconds