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

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

Completed in 65 milliseconds