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

/illumos-gate/usr/src/cmd/init/
H A Dinit.c203 #define LVLb SIGSYS macro
249 { LVLb, MASKb, 'b', 0 },
768 cur_state != LVLb && cur_state != LVLc)
838 } else if (cur_state == LVLa || cur_state == LVLb ||
887 new_state == LVLb ||
1334 * spawning a LVLa, LVLb, or LVLc entry or we will be
1339 cur_state == LVLb || cur_state == LVLc)
2194 (void) sigaddset(&act.sa_mask, LVLb);
2207 (void) sigaction(LVLb, &act, NULL);

Completed in 62 milliseconds