Home
last modified time | relevance | path

Searched refs:LOG_PERROR (Results 1 – 25 of 32) sorted by relevance

12

/freebsd-12-stable/lib/libc/gen/
Dsyslog.c153 #define INTERNALLOG LOG_ERR|LOG_CONS|LOG_PERROR|LOG_PID in vsyslog1()
204 if (LogStat & LOG_PERROR) { in vsyslog1()
283 if (LogStat & LOG_PERROR) { in vsyslog1()
/freebsd-12-stable/lib/libcasper/services/cap_syslog/
Dcap_syslog.c91 if (logopt & LOG_PERROR) { in cap_openlog()
163 if (logopt & LOG_PERROR) { in slog_openlog()
/freebsd-12-stable/contrib/libxo/libxo/
Dxo_syslog.c505 xo_syslog(LOG_ERR | LOG_CONS | LOG_PERROR | LOG_PID, in xo_vsyslog()
555 if (xo_logstat & LOG_PERROR) { in xo_vsyslog()
676 if (xo_logstat & LOG_PERROR) in xo_vsyslog()
/freebsd-12-stable/contrib/libxo/tests/core/
Dtest_11.c71 xo_open_log("test-program", LOG_PERROR, 0); in main()
/freebsd-12-stable/usr.sbin/bluetooth/sdpd/
Dlog.c41 openlog(prog, LOG_PID|LOG_NDELAY|(log2stderr? LOG_PERROR:0), LOG_USER); in log_open()
/freebsd-12-stable/sys/sys/
Dsyslog.h177 #define LOG_PERROR 0x20 /* log to stderr as well */ macro
/freebsd-12-stable/share/examples/ses/srcs/
Dsesd.c119 openlog("sesd", LOG_CONS|LOG_PERROR, LOG_USER); in main()
/freebsd-12-stable/contrib/openbsm/bin/auditd/
Dauditd_fbsd.c76 logopts |= LOG_PERROR; in auditd_openlog()
/freebsd-12-stable/usr.sbin/bluetooth/bthidd/
Dbthidd.c126 openlog(BTHIDD_IDENT, LOG_PID|LOG_PERROR|LOG_NDELAY, LOG_USER); in main()
/freebsd-12-stable/usr.sbin/bluetooth/btpand/
Dbtpand.c210 openlog(getprogname(), LOG_NDELAY | LOG_PERROR | LOG_PID, LOG_DAEMON); in main()
/freebsd-12-stable/usr.sbin/bluetooth/bt3cfw/
Dbt3cfw.c105 openlog(BT3CFW_IDENT, LOG_NDELAY|LOG_PID|LOG_PERROR, LOG_USER); in main()
/freebsd-12-stable/usr.sbin/bluetooth/bcmfw/
Dbcmfw.c101 openlog(BCMFW, LOG_NDELAY|LOG_PERROR|LOG_PID, LOG_USER); in main()
/freebsd-12-stable/sbin/adjkerntz/
Dadjkerntz.c127 openlog("adjkerntz", LOG_PID|LOG_PERROR, LOG_DAEMON); in main()
/freebsd-12-stable/contrib/ofed/infiniband-diags/src/
Drdma-ndd.c387 openlog("rdma-ndd", LOG_PID | LOG_PERROR, LOG_DAEMON); in main()
/freebsd-12-stable/usr.sbin/bluetooth/rfcomm_pppd/
Drfcomm_pppd.c169 openlog(RFCOMM_PPPD, LOG_PID | LOG_PERROR | LOG_NDELAY, LOG_USER); in main()
/freebsd-12-stable/usr.bin/bluetooth/rfcomm_sppd/
Drfcomm_sppd.c291 openlog(SPPD_IDENT, LOG_NDELAY|LOG_PERROR|LOG_PID, LOG_DAEMON); in main()
/freebsd-12-stable/usr.bin/logger/
Dlogger.c146 logflags |= LOG_PERROR; in main()
/freebsd-12-stable/usr.sbin/bluetooth/hcsecd/
Dhcsecd.c137 openlog(HCSECD_IDENT, LOG_NDELAY|LOG_PERROR|LOG_PID, LOG_DAEMON); in main()
/freebsd-12-stable/tools/tools/net80211/wlanwds/
Dwlanwds.c121 log_stderr = LOG_PERROR; in main()
/freebsd-12-stable/usr.sbin/watchdogd/
Dwatchdogd.c132 openlog("watchdogd", LOG_CONS|LOG_NDELAY|LOG_PERROR, in main()
/freebsd-12-stable/usr.sbin/apmd/
Dapmd.c674 logopt |= LOG_PERROR; in main()
/freebsd-12-stable/libexec/pppoed/
Dpppoed.c635 openlog(prog, LOG_PID | (optF ? LOG_PERROR : 0), LOG_DAEMON); in main()
/freebsd-12-stable/sbin/iscontrol/
Dfsm.c430 openlog("iscontrol", LOG_CONS|LOG_PERROR|LOG_PID|LOG_NDELAY, LOG_KERN); in supervise()
/freebsd-12-stable/sbin/savecore/
Dsavecore.c940 openlog("savecore", LOG_PERROR, LOG_DAEMON); in main()
/freebsd-12-stable/usr.sbin/nfsd/
Dnfsd.c445 openlog("nfsd", LOG_PID | (debug ? LOG_PERROR : 0), LOG_DAEMON); in main()

12