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

/illumos-gate/usr/src/cmd/init/
H A Dinit.c202 #define LVLa SIGSEGV macro
248 { LVLa, MASKa, 'a', 0 },
767 if (op_modes == NORMAL_MODES && cur_state != LVLa &&
838 } else if (cur_state == LVLa || cur_state == LVLb ||
886 if (new_state == LVLa ||
1334 * spawning a LVLa, LVLb, or LVLc entry or we will be
1338 if (process->p_flags & DEMANDREQUEST || cur_state == LVLa ||
2193 (void) sigaddset(&act.sa_mask, LVLa);
2206 (void) sigaction(LVLa, &act, NULL);

Completed in 74 milliseconds