Lines Matching refs:hup_state
206 static int hup_state = HUP_ACCEPTABLE; variable
1264 if ((hup_state & HUP_SUSP_LOGMSG_REQD) && in logmsg()
1353 while (hup_state != HUP_COMPLETED) { in logmsg()
1354 hup_state |= HUP_LOGMSG_SUSPENDED; in logmsg()
1357 hup_state &= ~HUP_LOGMSG_SUSPENDED; in logmsg()
1359 hup_state = HUP_ACCEPTABLE; in logmsg()
1847 if ((hup_state & HUP_INPROGRESS) && in writemsg()
1942 if ((hup_state & HUP_INPROGRESS) && in writemsg()
4991 if (hup_state == HUP_ACCEPTABLE) in reconfigure()
4995 if (hup_state != HUP_ACCEPTABLE) { in reconfigure()
5009 hup_state = HUP_INPROGRESS; in reconfigure()
5037 if (hup_state & HUP_LOGMSG_SUSPENDED) in reconfigure()
5042 if ((hup_state & HUP_LOGMSG_SUSPENDED) == 0) { in reconfigure()
5052 hup_state |= HUP_SUSP_LOGMSG_REQD; in reconfigure()
5056 if (hup_state & HUP_LOGMSG_SUSPENDED) in reconfigure()
5060 if ((hup_state & HUP_LOGMSG_SUSPENDED) == 0) { in reconfigure()
5294 hup_state = HUP_COMPLETED; in reconfigure()