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

/illumos-gate/usr/src/cmd/init/
H A Dinit.c194 #define LVL0 SIGINT macro
239 { LVL0, MASK0, '0', LSEL_RUNLEVEL },
920 if (new_state != LVL0 && new_state != LVL5 && new_state != LVL6)
2185 (void) sigaddset(&act.sa_mask, LVL0);
2198 (void) sigaction(LVL0, &act, NULL);

Completed in 107 milliseconds