Searched defs:channel (Results 1 - 3 of 3) sorted by relevance
/bind-9.6-ESV-R11/bin/named/ |
H A D | logconf.c | 77 const cfg_obj_t *channel = cfg_listelt_value(element); local 78 const char *channelname = cfg_obj_asstring(channel); 85 "logging channel '%s': %s", channelname, 94 * Set up a logging channel according to the named.conf data 98 channel_fromconf(const cfg_obj_t *channel, isc_logconfig_t *logconfig) argument 113 channelname = cfg_obj_asstring(cfg_map_getname(channel)); 115 (void)cfg_map_get(channel, "file", &fileobj); 116 (void)cfg_map_get(channel, "syslog", &syslogobj); 117 (void)cfg_map_get(channel, "null", &nullobj); 118 (void)cfg_map_get(channel, "stder 286 const cfg_obj_t *channel = cfg_listelt_value(element); local [all...] |
/bind-9.6-ESV-R11/lib/isc/ |
H A D | log.c | 61 * This is the structure that holds each named channel. A simple linked 62 * list chains all of the channels together, so an individual channel is 92 isc_logchannel_t * channel; member in struct:isc_logchannellist 161 * Used when ISC_LOG_PRINTLEVEL is enabled for a channel. 213 * because its channel member is pointed to a channel that is created 228 const isc_logmodule_t *module, isc_logchannel_t *channel); 234 greatest_version(isc_logchannel_t *channel, int *greatest); 237 roll_log(isc_logchannel_t *channel); 251 #define FACILITY(channel) (channe 505 isc_logchannel_t *channel; local 707 isc_logchannel_t *channel; local 792 isc_logchannel_t *channel; local 954 isc_logchannel_t *channel; local 1033 isc_logchannel_t *channel; local 1055 assignchannel(isc_logconfig_t *lcfg, unsigned int category_id, const isc_logmodule_t *module, isc_logchannel_t *channel) argument 1143 greatest_version(isc_logchannel_t *channel, int *greatestp) argument 1214 roll_log(isc_logchannel_t *channel) argument 1318 isc_log_open(isc_logchannel_t *channel) argument 1418 isc_logchannel_t *channel; local [all...] |
/bind-9.6-ESV-R11/lib/bind9/ |
H A D | check.c | 2003 const cfg_obj_t *channel; local 2035 cfg_map_get(logobj, "channel", &channels); 2041 channel = cfg_listelt_value(element); 2042 channelname = cfg_obj_asstring(cfg_map_getname(channel)); 2044 (void)cfg_map_get(channel, "file", &fileobj); 2045 (void)cfg_map_get(channel, "syslog", &syslogobj); 2046 (void)cfg_map_get(channel, "null", &nullobj); 2047 (void)cfg_map_get(channel, "stderr", &stderrobj); 2058 cfg_obj_log(channel, logctx, ISC_LOG_ERROR, 2059 "channel ' [all...] |
Completed in 1805 milliseconds