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()268 if (LogStat & LOG_PID) { in vsyslog()343 if (!(LogStat & LOG_CONS)) in vsyslog()358 nowait = (LogStat & LOG_NOWAIT); in vsyslog()437 LogStat = logstat; in openlog()449 if (LogStat & LOG_NDELAY) { in openlog()479 LogStat = 0; in closelog()