Searched refs:LVLQ (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/cmd/init/ |
H A D | init.c | 193 #define LVLQ SIGHUP macro 237 { LVLQ, 0, 'Q', 0 }, 238 { LVLQ, 0, 'q', 0 }, 2184 (void) sigaddset(&act.sa_mask, LVLQ); in init_signals() 2197 (void) sigaction(LVLQ, &act, NULL); in init_signals() 2307 if (sig == LVLQ) { in siglvl()
|