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

/illumos-gate/usr/src/cmd/init/
H A Dinit.c204 #define LVLc SIGPIPE macro
250 { LVLc, MASKc, 'c', 0 }
768 cur_state != LVLb && cur_state != LVLc)
839 cur_state == LVLc) {
888 new_state == LVLc) {
1334 * spawning a LVLa, LVLb, or LVLc entry or we will be
1339 cur_state == LVLb || cur_state == LVLc)
2195 (void) sigaddset(&act.sa_mask, LVLc);
2208 (void) sigaction(LVLc, &act, NULL);

Completed in 84 milliseconds