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

/illumos-gate/usr/src/cmd/init/
H A Dinit.c200 #define LVL6 SIGFPE macro
245 { LVL6, MASK6, '6', LSEL_RUNLEVEL },
920 if (new_state != LVL0 && new_state != LVL5 && new_state != LVL6)
2191 (void) sigaddset(&act.sa_mask, LVL6);
2204 (void) sigaction(LVL6, &act, NULL);
2281 * The one exception to SI_FROMKERNEL() is SIGFPE (a.k.a. LVL6), which

Completed in 65 milliseconds