Searched refs:LogStat (Results 1 – 1 of 1) sorted by relevance
63 static int LogStat = 0; /* status bits, set by openlog() */ variable198 if (LogStat & LOG_PERROR) { in vsyslog1()277 if (LogStat & LOG_PERROR) { in vsyslog1()291 openlog_unlocked(LogTag, LogStat | LOG_NDELAY, 0); in vsyslog1()317 if (LogStat & LOG_CONS && in vsyslog1()411 LogStat = logstat; in openlog_unlocked()416 if (LogStat & LOG_NDELAY) /* open immediately */ in openlog_unlocked()473 if (LogTag == NULL || (LogStat & LOG_PID) != 0) in parse_tag()