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

/illumos-gate/usr/src/cmd/syslogd/
H A Dsyslogd.c206 static int hup_state = HUP_ACCEPTABLE; variable
1254 * HUP_SUSP_LOGMSG_REQD bit in hup_state and wait another
1264 if ((hup_state & HUP_SUSP_LOGMSG_REQD) &&
1353 while (hup_state != HUP_COMPLETED) {
1354 hup_state |= HUP_LOGMSG_SUSPENDED;
1357 hup_state &= ~HUP_LOGMSG_SUSPENDED;
1359 hup_state = HUP_ACCEPTABLE;
1847 if ((hup_state & HUP_INPROGRESS) &&
1942 if ((hup_state & HUP_INPROGRESS) &&
4978 * Otherwise, changing hup_state wil
[all...]

Completed in 72 milliseconds