Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/
H A Dsyslog.d49 LOG_CONS = 0x02, /* log on the console if errors in sending */ in version()
111 LOG_CONS = 0x02, /* log on the console if errors in sending */ in version()
169 LOG_CONS = 0x02, /* log on the console if errors in sending */ in version()
234 LOG_CONS = 0x02, /* log on the console if errors in sending */ in version()
299 LOG_CONS = 0x02, /* log on the console if errors in sending */ in version()
364 LOG_CONS = 0x02, /* log on the console if errors in sending */ in version()
429 LOG_CONS = 0x02, /* log on the console if errors in sending */ in version()
487 LOG_CONS = 0x02, /* log on the console if errors in sending */ in version()
547 LOG_CONS = 0x02, /* log on the console if errors in sending */ in version()
/netbsd-src/lib/libc/gen/
H A Dxsyslog.c159 #define INTERNALLOG LOG_ERR|LOG_CONS|LOG_PERROR|LOG_PID in _vxsyslogp_r()
207 if (data->log_stat & (LOG_PERROR|LOG_CONS)) { in _vxsyslogp_r()
216 if (data->log_stat & (LOG_PERROR|LOG_CONS)) { in _vxsyslogp_r()
229 if (data->log_stat & (LOG_PERROR|LOG_CONS)) { in _vxsyslogp_r()
251 if (data->log_stat & (LOG_PERROR|LOG_CONS)) in _vxsyslogp_r()
294 if (data->log_stat & (LOG_PERROR|LOG_CONS)) { in _vxsyslogp_r()
353 if (tries == MAXTRIES && (data->log_stat & LOG_CONS) && in _vxsyslogp_r()
/netbsd-src/sbin/reboot/
H A Dreboot.c154 openlog("halt", LOG_CONS, LOG_AUTH); in main()
157 openlog("poweroff", LOG_CONS, LOG_AUTH); in main()
160 openlog("reboot", LOG_CONS, LOG_AUTH); in main()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/bio/
H A Dbss_log.c393 openlog(name, LOG_PID | LOG_CONS | LOG_NDELAY, level); in xopenlog()
395 openlog(name, LOG_PID | LOG_CONS, level); in xopenlog()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/bio/
H A Dbss_log.c394 openlog(name, LOG_PID | LOG_CONS | LOG_NDELAY, level); in xopenlog()
396 openlog(name, LOG_PID | LOG_CONS, level); in xopenlog()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/
H A Droken-common.h109 #ifndef LOG_CONS
110 #define LOG_CONS 0 macro
H A Dsyslog.hin189 #define LOG_CONS 0x02 /* log on the console if errors in sending */
/netbsd-src/lib/lua/syslog/
H A Dsyslog.c100 CONSTANT(LOG_CONS),
/netbsd-src/usr.bin/logger/
H A Dlogger.c81 logflags |= LOG_CONS; in main()
/netbsd-src/usr.sbin/npf/npfd/
H A Dnpfd.c226 openlog(argv[0], LOG_PID | LOG_NDELAY | LOG_CONS, LOG_DAEMON); in main()
/netbsd-src/sys/sys/
H A Dsyslog.h166 #define LOG_CONS 0x02 /* log on the console if errors in sending */
167 #define LOG_CONS global() macro
/netbsd-src/sbin/shutdown/
H A Dshutdown.c245 openlog("shutdown", LOG_CONS, LOG_AUTH); in main()
/netbsd-src/usr.sbin/ifwatchd/
H A Difwatchd.c116 openlog(argv[0], LOG_PID|LOG_CONS, LOG_DAEMON); in main()
/netbsd-src/sbin/init/
H A Dinit.c272 openlog("init", LOG_CONS, LOG_AUTH); in main()
/netbsd-src/external/bsd/am-utils/dist/
H A DChangeLog1113 * libamu/xutil.c (switch_to_logfile): don't output to LOG_CONS by