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 D | syslog.d | 49 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 D | xsyslog.c | 159 #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 D | reboot.c | 154 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 D | bss_log.c | 393 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 D | bss_log.c | 394 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 D | roken-common.h | 109 #ifndef LOG_CONS 110 #define LOG_CONS 0 macro
|
| H A D | syslog.hin | 189 #define LOG_CONS 0x02 /* log on the console if errors in sending */
|
| /netbsd-src/lib/lua/syslog/ |
| H A D | syslog.c | 100 CONSTANT(LOG_CONS),
|
| /netbsd-src/usr.bin/logger/ |
| H A D | logger.c | 81 logflags |= LOG_CONS; in main()
|
| /netbsd-src/usr.sbin/npf/npfd/ |
| H A D | npfd.c | 226 openlog(argv[0], LOG_PID | LOG_NDELAY | LOG_CONS, LOG_DAEMON); in main()
|
| /netbsd-src/sys/sys/ |
| H A D | syslog.h | 166 #define LOG_CONS 0x02 /* log on the console if errors in sending */ 167 #define LOG_CONS global() macro
|
| /netbsd-src/sbin/shutdown/ |
| H A D | shutdown.c | 245 openlog("shutdown", LOG_CONS, LOG_AUTH); in main()
|
| /netbsd-src/usr.sbin/ifwatchd/ |
| H A D | ifwatchd.c | 116 openlog(argv[0], LOG_PID|LOG_CONS, LOG_DAEMON); in main()
|
| /netbsd-src/sbin/init/ |
| H A D | init.c | 272 openlog("init", LOG_CONS, LOG_AUTH); in main()
|
| /netbsd-src/external/bsd/am-utils/dist/ |
| H A D | ChangeLog | 1113 * libamu/xutil.c (switch_to_logfile): don't output to LOG_CONS by
|