Searched refs:LOG_CONS (Results 1 - 25 of 32) sorted by relevance

12

/freebsd-9.3-release/usr.sbin/nologin/
H A Dnologin.c45 openlog("nologin", LOG_CONS, LOG_AUTH);
/freebsd-9.3-release/contrib/ntp/lib/isc/win32/
H A Dsyslog.h27 #define LOG_CONS 2 macro
/freebsd-9.3-release/share/examples/ses/srcs/
H A Dsesd.c117 openlog("sesd", LOG_CONS, LOG_USER);
119 openlog("sesd", LOG_CONS|LOG_PERROR, LOG_USER);
/freebsd-9.3-release/libexec/rpc.rusersd/
H A Drusersd.c85 openlog("rpc.rusersd", LOG_CONS|LOG_PID, LOG_DAEMON);
/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Droken-common.h105 #ifndef LOG_CONS
106 #define LOG_CONS 0 macro
/freebsd-9.3-release/sbin/reboot/
H A Dreboot.c138 openlog("halt", 0, LOG_AUTH | LOG_CONS);
141 openlog("reboot", 0, LOG_AUTH | LOG_CONS);
/freebsd-9.3-release/libexec/rpc.rstatd/
H A Drstatd.c92 openlog("rpc.rstatd", LOG_CONS|LOG_PID, LOG_DAEMON);
/freebsd-9.3-release/sys/sys/
H A Dsyslog.h171 #define LOG_CONS 0x02 /* log on the console if errors in sending */ macro
/freebsd-9.3-release/contrib/openbsm/bin/auditd/
H A Dauditd_fbsd.c75 int logopts = LOG_CONS | LOG_PID;
/freebsd-9.3-release/libexec/rpc.sprayd/
H A Dsprayd.c104 openlog("rpc.sprayd", LOG_CONS|LOG_PID, LOG_DAEMON);
/freebsd-9.3-release/lib/libc/gen/
H A Dsyslog.c144 #define INTERNALLOG LOG_ERR|LOG_CONS|LOG_PERROR|LOG_PID
302 if (LogStat & LOG_CONS &&
/freebsd-9.3-release/libexec/fingerd/
H A Dfingerd.c82 openlog("fingerd", LOG_PID | LOG_CONS, LOG_DAEMON);
/freebsd-9.3-release/libexec/rpc.rwalld/
H A Drwalld.c100 openlog("rpc.rwalld", LOG_CONS|LOG_PID, LOG_DAEMON);
/freebsd-9.3-release/usr.sbin/mount_portalfs/
H A Dmount_portalfs.c188 openlog("portald", LOG_CONS|LOG_PID, LOG_DAEMON);
/freebsd-9.3-release/crypto/openssl/crypto/bio/
H A Dbss_log.c434 openlog(name, LOG_PID | LOG_CONS | LOG_NDELAY, level);
436 openlog(name, LOG_PID | LOG_CONS, level);
/freebsd-9.3-release/contrib/ofed/management/opensm/opensm/
H A Dosm_log.c313 openlog("OpenSM", LOG_CONS | LOG_PID, LOG_USER);
/freebsd-9.3-release/contrib/sendmail/smrsh/
H A Dsmrsh.c159 openlog("smrsh", LOG_ODELAY|LOG_CONS, LOG_MAIL);
/freebsd-9.3-release/libexec/rpc.rquotad/
H A Drquotad.c73 openlog("rpc.rquotad", LOG_CONS|LOG_PID, LOG_DAEMON);
/freebsd-9.3-release/usr.sbin/wpa/ndis_events/
H A Dndis_events.c303 openlog(PROGNAME, LOG_PID | LOG_CONS, LOG_DAEMON);
/freebsd-9.3-release/sbin/shutdown/
H A Dshutdown.c241 openlog("shutdown", LOG_CONS, LOG_AUTH);
/freebsd-9.3-release/libexec/rlogind/
H A Drlogind.c141 openlog("rlogind", LOG_PID | LOG_CONS, LOG_AUTH);
/freebsd-9.3-release/tools/tools/net80211/wlanwds/
H A Dwlanwds.c159 openlog("wlanwds", LOG_PID | LOG_CONS, LOG_DAEMON);
/freebsd-9.3-release/usr.bin/su/
H A Dsu.c253 openlog("su", LOG_CONS, LOG_AUTH);
/freebsd-9.3-release/contrib/pf/pflogd/
H A Dpflogd.c705 openlog("pflogd", LOG_PID | LOG_CONS, LOG_DAEMON);
/freebsd-9.3-release/libexec/getty/
H A Dmain.c194 openlog("getty", LOG_ODELAY|LOG_CONS|LOG_PID, LOG_AUTH);

Completed in 235 milliseconds

12