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

/illumos-gate/usr/src/cmd/init/
H A Dinit.c193 #define LVLQ SIGHUP macro
237 { LVLQ, 0, 'Q', 0 },
238 { LVLQ, 0, 'q', 0 },
2184 (void) sigaddset(&act.sa_mask, LVLQ);
2197 (void) sigaction(LVLQ, &act, NULL);
2221 * only called on startup and when explicitly requested via LVLQ.
2302 * If the signal received is a LVLQ signal, do not really
2304 * signal is not a LVLQ, set the new level to the signal
2307 if (sig == LVLQ) {

Completed in 65 milliseconds