Home
last modified time | relevance | path

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

12

/freebsd/sbin/reboot/
H A Dreboot.c423 openlog("halt", 0, LOG_AUTH | LOG_CONS); in main()
426 openlog("reroot", 0, LOG_AUTH | LOG_CONS); in main()
429 openlog("reboot", 0, LOG_AUTH | LOG_CONS); in main()
432 openlog("reboot", 0, LOG_AUTH | LOG_CONS); in main()
435 openlog("reboot", 0, LOG_AUTH | LOG_CONS); in main()
/freebsd/share/examples/ses/srcs/
H A Dsesd.c116 openlog("sesd", LOG_CONS, LOG_USER); in main()
118 openlog("sesd", LOG_CONS|LOG_PERROR, LOG_USER); in main()
/freebsd/usr.sbin/nologin/
H A Dnologin.c43 openlog("nologin", LOG_CONS, LOG_AUTH); in main()
/freebsd/crypto/heimdal/lib/roken/
H A Droken-common.h107 #ifndef LOG_CONS
108 #define LOG_CONS 0 macro
/freebsd/crypto/openssl/crypto/bio/
H A Dbss_log.c354 openlog(name, LOG_PID | LOG_CONS | LOG_NDELAY, level); in xsyslog()
356 openlog(name, LOG_PID | LOG_CONS, level); in xsyslog()
/freebsd/libexec/rpc.rusersd/
H A Drusersd.c78 openlog("rpc.rusersd", LOG_CONS|LOG_PID, LOG_DAEMON); in main()
/freebsd/lib/libc/gen/
H A Dsyslog.c147 #define INTERNALLOG LOG_ERR|LOG_CONS|LOG_PERROR|LOG_PID in vsyslog1()
317 if (LogStat & LOG_CONS && in vsyslog1()
/freebsd/sys/sys/
H A Dsyslog.h169 #define LOG_CONS 0x02 /* log on the console if errors in sending */ macro
/freebsd/libexec/rpc.rstatd/
H A Drstatd.c85 openlog("rpc.rstatd", LOG_CONS|LOG_PID, LOG_DAEMON); in main()
/freebsd/contrib/openbsm/bin/auditd/
H A Dauditd_fbsd.c73 int logopts = LOG_CONS | LOG_PID; in auditd_openlog()
/freebsd/libexec/rpc.rwalld/
H A Drwalld.c100 openlog("rpc.rwalld", LOG_CONS|LOG_PID, LOG_DAEMON); in main()
/freebsd/contrib/libxo/libxo/
H A Dxo_syslog.c262 if (xo_logstat & LOG_CONS in xo_send_syslog()
505 xo_syslog(LOG_ERR | LOG_CONS | LOG_PERROR | LOG_PID, in xo_vsyslog()
/freebsd/libexec/fingerd/
H A Dfingerd.c69 openlog("fingerd", LOG_PID | LOG_CONS, LOG_DAEMON); in main()
/freebsd/contrib/sendmail/smrsh/
H A Dsmrsh.c159 openlog("smrsh", LOG_ODELAY|LOG_CONS, LOG_MAIL);
/freebsd/libexec/rpc.rquotad/
H A Drquotad.c84 openlog("rpc.rquotad", LOG_CONS|LOG_PID, LOG_DAEMON); in main()
/freebsd/sbin/shutdown/
H A Dshutdown.c257 openlog("shutdown", LOG_CONS, LOG_AUTH); in main()
/freebsd/tools/tools/net80211/wlanwds/
H A Dwlanwds.c181 openlog("wlanwds", log_stderr | LOG_PID | LOG_CONS, LOG_DAEMON); in main()
/freebsd/usr.sbin/watchdogd/
H A Dwatchdogd.c130 openlog("watchdogd", LOG_CONS|LOG_NDELAY|LOG_PERROR, in main()
/freebsd/usr.bin/su/
H A Dsu.c240 openlog("su", LOG_CONS, LOG_AUTH); in main()
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_log.c479 openlog("OpenSM", LOG_CONS | LOG_PID, LOG_USER); in osm_log_init_v2()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DHost.cpp97 openlog("lldb", LOG_CONS | LOG_PID | LOG_NDELAY, LOG_USER); in SystemLog()
/freebsd/libexec/getty/
H A Dmain.c174 openlog("getty", LOG_CONS|LOG_PID, LOG_AUTH); in main()
/freebsd/contrib/pf/pflogd/
H A Dpflogd.c713 openlog("pflogd", LOG_PID | LOG_CONS, LOG_DAEMON);
/freebsd/usr.bin/login/
H A Dlogin.c196 openlog("login", LOG_CONS, LOG_AUTH); in main()
/freebsd/usr.sbin/rpcbind/
H A Drpcbind.c191 openlog("rpcbind", LOG_CONS, LOG_DAEMON); in main()

12