Searched refs:LogStat (Results 1 – 2 of 2) sorted by relevance
67 #define LogStat (_syslog->_LogStat) macro90 LogStat = 0; /* status bits, set by openlog() */ in allocstatic()132 openlog(LogTag, LogStat | LOG_NDELAY, 0); in vsyslog()150 if (LogStat & LOG_PID) { in vsyslog()204 if (!(LogStat & LOG_CONS)) in vsyslog()231 if (!(LogStat & LOG_NOWAIT)) in vsyslog()246 LogStat = logstat; in openlog()254 if (LogStat & LOG_NDELAY) { in openlog()
128 #define LogStat (__syslog._LogStat) macro230 openlog(LogTag, LogStat|LOG_NDELAY|showpid, 0); in vsyslog()269 if (LogStat & LOG_PID) { in vsyslog()344 if (!(LogStat & LOG_CONS)) in vsyslog()359 nowait = (LogStat & LOG_NOWAIT); in vsyslog()438 LogStat = logstat; in openlog()450 if (LogStat & LOG_NDELAY) { in openlog()480 LogStat = 0; in closelog()