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

12

/freebsd-10-stable/usr.sbin/nologin/
H A Dnologin.c45 openlog("nologin", LOG_CONS, LOG_AUTH);
/freebsd-10-stable/contrib/ntp/lib/isc/win32/
H A Dsyslog.h27 #define LOG_CONS 2 macro
/freebsd-10-stable/sbin/reboot/
H A Dreboot.c151 openlog("halt", 0, LOG_AUTH | LOG_CONS);
154 openlog("reroot", 0, LOG_AUTH | LOG_CONS);
157 openlog("reboot", 0, LOG_AUTH | LOG_CONS);
/freebsd-10-stable/share/examples/ses/srcs/
H A Dsesd.c117 openlog("sesd", LOG_CONS, LOG_USER);
119 openlog("sesd", LOG_CONS|LOG_PERROR, LOG_USER);
/freebsd-10-stable/libexec/rpc.rusersd/
H A Drusersd.c81 openlog("rpc.rusersd", LOG_CONS|LOG_PID, LOG_DAEMON);
/freebsd-10-stable/libexec/rpc.rstatd/
H A Drstatd.c88 openlog("rpc.rstatd", LOG_CONS|LOG_PID, LOG_DAEMON);
/freebsd-10-stable/sys/sys/
H A Dsyslog.h171 #define LOG_CONS 0x02 /* log on the console if errors in sending */ macro
/freebsd-10-stable/contrib/openbsm/bin/auditd/
H A Dauditd_fbsd.c73 int logopts = LOG_CONS | LOG_PID;
/freebsd-10-stable/crypto/heimdal/lib/roken/
H A Droken-common.h107 #ifndef LOG_CONS
108 #define LOG_CONS 0 macro
/freebsd-10-stable/crypto/openssl/crypto/bio/
H A Dbss_log.c435 openlog(name, LOG_PID | LOG_CONS | LOG_NDELAY, level);
437 openlog(name, LOG_PID | LOG_CONS, level);
/freebsd-10-stable/lib/libc/gen/
H A Dsyslog.c144 #define INTERNALLOG LOG_ERR|LOG_CONS|LOG_PERROR|LOG_PID
308 if (LogStat & LOG_CONS &&
/freebsd-10-stable/libexec/fingerd/
H A Dfingerd.c78 openlog("fingerd", LOG_PID | LOG_CONS, LOG_DAEMON);
/freebsd-10-stable/libexec/rpc.rwalld/
H A Drwalld.c100 openlog("rpc.rwalld", LOG_CONS|LOG_PID, LOG_DAEMON);
/freebsd-10-stable/contrib/ofed/management/opensm/opensm/
H A Dosm_log.c313 openlog("OpenSM", LOG_CONS | LOG_PID, LOG_USER);
/freebsd-10-stable/contrib/sendmail/smrsh/
H A Dsmrsh.c159 openlog("smrsh", LOG_ODELAY|LOG_CONS, LOG_MAIL);
/freebsd-10-stable/libexec/rpc.rquotad/
H A Drquotad.c73 openlog("rpc.rquotad", LOG_CONS|LOG_PID, LOG_DAEMON);
/freebsd-10-stable/usr.sbin/wpa/ndis_events/
H A Dndis_events.c303 openlog(PROGNAME, LOG_PID | LOG_CONS, LOG_DAEMON);
/freebsd-10-stable/sbin/shutdown/
H A Dshutdown.c241 openlog("shutdown", LOG_CONS, LOG_AUTH);
/freebsd-10-stable/libexec/rlogind/
H A Drlogind.c137 openlog("rlogind", LOG_PID | LOG_CONS, LOG_AUTH);
/freebsd-10-stable/tools/tools/net80211/wlanwds/
H A Dwlanwds.c159 openlog("wlanwds", LOG_PID | LOG_CONS, LOG_DAEMON);
/freebsd-10-stable/usr.sbin/watchdogd/
H A Dwatchdogd.c138 openlog("watchdogd", LOG_CONS|LOG_NDELAY|LOG_PERROR,
/freebsd-10-stable/usr.bin/su/
H A Dsu.c253 openlog("su", LOG_CONS, LOG_AUTH);
/freebsd-10-stable/libexec/getty/
H A Dmain.c190 openlog("getty", LOG_ODELAY|LOG_CONS|LOG_PID, LOG_AUTH);
/freebsd-10-stable/release/picobsd/tinyware/oinit/
H A Doinit.c886 openlog("init",LOG_CONS|LOG_ODELAY,LOG_AUTH);
/freebsd-10-stable/usr.sbin/timed/timed/
H A Dtimed.c361 openlog("timed", LOG_CONS|LOG_PID, LOG_DAEMON);

Completed in 302 milliseconds

12