HomeSort by: relevance | last modified time | path
    Searched refs:LOG_CONS (Results 1 - 18 of 18) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/
syslog.d 49 LOG_CONS = 0x02, /* log on the console if errors in sending */
111 LOG_CONS = 0x02, /* log on the console if errors in sending */
169 LOG_CONS = 0x02, /* log on the console if errors in sending */
234 LOG_CONS = 0x02, /* log on the console if errors in sending */
299 LOG_CONS = 0x02, /* log on the console if errors in sending */
364 LOG_CONS = 0x02, /* log on the console if errors in sending */
429 LOG_CONS = 0x02, /* log on the console if errors in sending */
487 LOG_CONS = 0x02, /* log on the console if errors in sending */
547 LOG_CONS = 0x02, /* log on the console if errors in sending */
  /src/lib/libc/gen/
xsyslog.c 159 #define INTERNALLOG LOG_ERR|LOG_CONS|LOG_PERROR|LOG_PID
207 if (data->log_stat & (LOG_PERROR|LOG_CONS)) {
216 if (data->log_stat & (LOG_PERROR|LOG_CONS)) {
229 if (data->log_stat & (LOG_PERROR|LOG_CONS)) {
251 if (data->log_stat & (LOG_PERROR|LOG_CONS))
294 if (data->log_stat & (LOG_PERROR|LOG_CONS)) {
353 if (tries == MAXTRIES && (data->log_stat & LOG_CONS) &&
  /src/sbin/reboot/
reboot.c 154 openlog("halt", LOG_CONS, LOG_AUTH);
157 openlog("poweroff", LOG_CONS, LOG_AUTH);
160 openlog("reboot", LOG_CONS, LOG_AUTH);
  /src/lib/lua/syslog/
syslog.c 100 CONSTANT(LOG_CONS),
  /src/usr.bin/logger/
logger.c 81 logflags |= LOG_CONS;
  /src/external/apache2/mDNSResponder/dist/mDNSShared/
mDNSDebug.c 23 #define LOG_CONS 0x02
PlatformCommon.c 326 if (!log_inited) { openlog(ident, LOG_CONS, LOG_DAEMON); log_inited++; }
  /src/crypto/external/apache2/openssl/dist/crypto/bio/
bss_log.c 354 openlog(name, LOG_PID | LOG_CONS | LOG_NDELAY, level);
356 openlog(name, LOG_PID | LOG_CONS, level);
  /src/crypto/external/bsd/heimdal/dist/lib/roken/
roken-common.h 109 #ifndef LOG_CONS
110 #define LOG_CONS 0
syslog.hin 189 #define LOG_CONS 0x02 /* log on the console if errors in sending */
  /src/crypto/external/bsd/openssl/dist/crypto/bio/
bss_log.c 394 openlog(name, LOG_PID | LOG_CONS | LOG_NDELAY, level);
396 openlog(name, LOG_PID | LOG_CONS, level);
  /src/crypto/external/bsd/openssl.old/dist/crypto/bio/
bss_log.c 393 openlog(name, LOG_PID | LOG_CONS | LOG_NDELAY, level);
395 openlog(name, LOG_PID | LOG_CONS, level);
  /src/sys/sys/
syslog.h 166 #define LOG_CONS 0x02 /* log on the console if errors in sending */
  /src/usr.sbin/npf/npfd/
npfd.c 226 openlog(argv[0], LOG_PID | LOG_NDELAY | LOG_CONS, LOG_DAEMON);
  /src/usr.sbin/ifwatchd/
ifwatchd.c 116 openlog(argv[0], LOG_PID|LOG_CONS, LOG_DAEMON);
  /src/sbin/shutdown/
shutdown.c 245 openlog("shutdown", LOG_CONS, LOG_AUTH);
  /src/dist/pf/sbin/pflogd/
pflogd.c 684 openlog("pflogd", LOG_PID | LOG_CONS, LOG_DAEMON);
  /src/sbin/init/
init.c 272 openlog("init", LOG_CONS, LOG_AUTH);

Completed in 40 milliseconds