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

/opensolaris-onvv-gate/usr/src/cmd/init/
H A Dinit.c199 #define LVLa SIGSEGV macro
245 { LVLa, MASKa, 'a', 0 },
764 if (op_modes == NORMAL_MODES && cur_state != LVLa &&
835 } else if (cur_state == LVLa || cur_state == LVLb ||
883 if (new_state == LVLa ||
1331 * spawning a LVLa, LVLb, or LVLc entry or we will be
1335 if (process->p_flags & DEMANDREQUEST || cur_state == LVLa ||
2185 (void) sigaddset(&act.sa_mask, LVLa);
2198 (void) sigaction(LVLa, &act, NULL);

Completed in 121 milliseconds