Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/syslogd/
H A Dsyslogd.c199 #define HUP_ACCEPTABLE 0x0000 /* can start SIGHUP process */ macro
204 static int hup_state = HUP_ACCEPTABLE;
1349 hup_state = HUP_ACCEPTABLE; in logmsg()
4976 if (hup_state == HUP_ACCEPTABLE) in reconfigure()
4980 if (hup_state != HUP_ACCEPTABLE) { in reconfigure()