Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/syslogd/
H A Dsyslogd.c205 #define HUP_LOGMSG_SUSPENDED 0x2000 /* logmsg is suspended */ macro
1354 hup_state |= HUP_LOGMSG_SUSPENDED; in logmsg()
1357 hup_state &= ~HUP_LOGMSG_SUSPENDED; in logmsg()
5037 if (hup_state & HUP_LOGMSG_SUSPENDED) in reconfigure()
5042 if ((hup_state & HUP_LOGMSG_SUSPENDED) == 0) { in reconfigure()
5056 if (hup_state & HUP_LOGMSG_SUSPENDED) in reconfigure()
5060 if ((hup_state & HUP_LOGMSG_SUSPENDED) == 0) { in reconfigure()