Searched defs:facility (Results 1 - 4 of 4) sorted by relevance

/bind-9.6-ESV-R11/bin/named/
H A Dlogconf.c163 int facility = LOG_DAEMON; local
170 &facility);
172 dest.facility = facility;
/bind-9.6-ESV-R11/contrib/zkt/
H A Dlog.c188 int lg_str2syslog (const char *facility) argument
192 dbg_val1 ("lg_str2syslog (%s)\n", facility);
193 if ( !facility )
197 if ( strcasecmp (facility, p->str) == 0 )
248 ** lg_open (prog, facility, syslevel, path, file, filelevel)
254 int lg_open (const char *progname, const char *facility, const char *syslevel, const char *path, const char *file, const char *filelevel) argument
258 dbg_val6 ("lg_open (%s, %s, %s, %s, %s, %s)\n", progname, facility, syslevel, path, file, filelevel);
263 sysfacility = lg_str2syslog (facility);
267 dbg_val2 ("lg_open: openlog (%s, LOG_NDELAY, %d)\n", progname, lg_str2syslog (facility));
268 openlog (progname, LOG_NDELAY, lg_str2syslog (facility));
[all...]
/bind-9.6-ESV-R11/lib/isc/include/isc/
H A Dlog.h140 int facility; /* XXXDCL NT */ member in union:isc_logdestination
222 * - log to syslog's daemon facility #ISC_LOG_INFO or higher
805 isc_log_opensyslog(const char *tag, int options, int facility);
823 * facility: The default syslog facility. This is irrelevant
825 * declared facility.
/bind-9.6-ESV-R11/lib/isc/
H A Dlog.c251 #define FACILITY(channel) (channel->destination.facility)
368 destination.facility = LOG_DAEMON;
740 FACILITY(channel) = destination->facility;
1027 isc_log_opensyslog(const char *tag, int options, int facility) { argument
1028 (void)openlog(tag, options, facility);

Completed in 1609 milliseconds