Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/syslogd/
H A Dsyslogd.c204 static int hup_state = HUP_ACCEPTABLE; variable
1254 if ((hup_state & HUP_SUSP_LOGMSG_REQD) && in logmsg()
1343 while (hup_state != HUP_COMPLETED) { in logmsg()
1344 hup_state |= HUP_LOGMSG_SUSPENDED; in logmsg()
1347 hup_state &= ~HUP_LOGMSG_SUSPENDED; in logmsg()
1349 hup_state = HUP_ACCEPTABLE; in logmsg()
1834 if ((hup_state & HUP_INPROGRESS) && in writemsg()
1929 if ((hup_state & HUP_INPROGRESS) && in writemsg()
4976 if (hup_state == HUP_ACCEPTABLE) in reconfigure()
4980 if (hup_state != HUP_ACCEPTABLE) { in reconfigure()
[all …]