HomeSort by: relevance | last modified time | path
    Searched refs:FACILITY (Results 1 - 7 of 7) sorted by relevancy

  /src/external/bsd/cron/dist/
misc.c 48 #ifndef FACILITY
49 #define FACILITY LOG_CRON
500 openlog(getprogname(), LOG_PID, FACILITY);
  /src/external/bsd/nsd/include/
config.h 47 /* Define to the default facility for syslog. */
48 #define FACILITY LOG_DAEMON
  /src/external/bsd/ntp/dist/libntp/lib/isc/
log.c 254 #define FACILITY(channel) (channel->destination.facility)
371 destination.facility = LOG_DAEMON;
743 FACILITY(channel) = destination->facility;
1030 isc_log_opensyslog(const char *tag, int options, int facility) {
1031 (void)openlog(tag, options, facility);
1745 (void)syslog(FACILITY(channel) | syslog_level,
  /src/external/mpl/bind/dist/lib/isc/
log.c 232 #define FACILITY(channel) (channel->destination.facility)
308 destination.facility = LOG_DAEMON;
656 FACILITY(channel) = destination->facility;
884 isc_log_opensyslog(const char *tag, int options, int facility) {
885 (void)openlog(tag, options, facility);
1852 FACILITY(channel) | syslog_level,
  /src/external/bsd/nsd/dist/
config.h.in 46 /* Define to the default facility for syslog. */
47 #undef FACILITY
nsd.c 1402 log_open(LOG_PID, FACILITY, nsd.log_filename);
  /src/external/mpl/dhcp/bind/dist/lib/isc/
log.c 236 #define FACILITY(channel) (channel->destination.facility)
326 destination.facility = LOG_DAEMON;
680 FACILITY(channel) = destination->facility;
906 isc_log_opensyslog(const char *tag, int options, int facility) {
907 (void)openlog(tag, options, facility);
1876 FACILITY(channel) | syslog_level,

Completed in 28 milliseconds