Home
last modified time | relevance | path

Searched refs:hup_state (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/cmd/syslogd/
H A Dsyslogd.c206 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()
[all …]