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

12

/macosx-10.9.5/ntp-88/sntp/
H A Dlog.c21 type = LOG_CONS;
25 type = LOG_DEBUG | LOG_CONS;
29 type = LOG_WARNING | LOG_CONS;
49 | LOG_CONS, "%s", message);
/macosx-10.9.5/system_cmds-597.90.1/nologin.tproj/
H A Dnologin.c45 openlog("nologin", LOG_CONS, LOG_AUTH);
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/nologin.tproj/
H A Dnologin.c45 openlog("nologin", LOG_CONS, LOG_AUTH);
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/win32/
H A Dsyslog.h27 #define LOG_CONS 2 macro
/macosx-10.9.5/ntp-88/lib/isc/win32/
H A Dsyslog.h27 #define LOG_CONS 2 macro
/macosx-10.9.5/xnu-2422.115.4/osfmk/sys/
H A Dsyslog.h192 #define LOG_CONS 0x02 /* log on the console if errors in sending */ macro
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSShared/
H A DmDNSDebug.c32 #define LOG_CONS 0x02 macro
H A DPlatformCommon.c187 if (!log_inited) { openlog(ident, LOG_CONS, LOG_DAEMON); log_inited++; }
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/comp/
H A Dsyslog.h87 #define LOG_CONS 0x02 /* log to console if errors in sending */ macro
H A Dsyslog.c52 "/dev/console", LOG_CONS,
/macosx-10.9.5/ruby-104/ruby/ext/syslog/
H A Dsyslog.c91 * LOG_CONS:: If there is an error while sending to the system logger,
169 syslog_options = LOG_PID | LOG_CONS;
460 #ifdef LOG_CONS
461 rb_define_syslog_option(LOG_CONS);
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dsyslog.h211 #define LOG_CONS 0x02 /* log on the console if errors in sending */ macro
/macosx-10.9.5/Heimdal-323.92.1/lib/roken/
H A Droken-common.h107 #ifndef LOG_CONS
108 #define LOG_CONS 0 macro
H A Dsyslog.hin189 #define LOG_CONS 0x02 /* log on the console if errors in sending */
/macosx-10.9.5/Libc-997.90.3/gen/
H A Doldsyslog.c135 #define INTERNALLOG LOG_ERR|LOG_CONS|LOG_PERROR|LOG_PID
253 if (_sl_LogStat & LOG_CONS &&
/macosx-10.9.5/system_cmds-597.90.1/reboot.tproj/
H A Dreboot.c186 openlog("halt", 0, LOG_AUTH | LOG_CONS);
190 openlog("reboot", 0, LOG_AUTH | LOG_CONS);
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/reboot.tproj/
H A Dreboot.c186 openlog("halt", 0, LOG_AUTH | LOG_CONS);
190 openlog("reboot", 0, LOG_AUTH | LOG_CONS);
/macosx-10.9.5/adv_cmds-153/fingerd/
H A Dfingerd.c82 openlog("fingerd", LOG_PID | LOG_CONS, LOG_DAEMON);
/macosx-10.9.5/configd-596.15/configd.tproj/
H A Dconfigd.m416 int logopt = LOG_CONS|LOG_NDELAY|LOG_PID;
424 logopt |= LOG_CONS;
/macosx-10.9.5/ruby-104/ruby/test/
H A Dtest_syslog.rb40 assert_equal(Syslog::LOG_PID | Syslog::LOG_CONS, Syslog.options)
/macosx-10.9.5/eap8021x-180/eapolclient.tproj/
H A Dmain.c230 openlog("eapolclient", LOG_CONS | LOG_PID, LOG_DAEMON);
/macosx-10.9.5/launchd-842.92.1/support/
H A Dlaunchproxy.c89 openlog(getprogname(), LOG_PERROR|LOG_PID|LOG_CONS, LOG_LAUNCHD); local
/macosx-10.9.5/securityd-55199.3/src/
H A Dmain.cpp196 Syslog::open(bootstrapName, LOG_AUTHPRIV, LOG_CONS);
/macosx-10.9.5/launchd-842.92.1/SystemStarter/
H A DSystemStarter.c101 openlog(getprogname(), LOG_PID|LOG_CONS|(gDebugFlag ? LOG_PERROR : 0), LOG_DAEMON);
/macosx-10.9.5/eap8021x-180/eapolcfg_auth.tproj/
H A Deapolcfg_auth.c509 openlog("eapolcfg_auth", LOG_CONS|LOG_PID, LOG_DAEMON);

Completed in 176 milliseconds

12