Searched defs:channel (Results 1 - 3 of 3) sorted by relevance
/bind-9.11.3/bin/named/ |
H A D | logconf.c | 70 const cfg_obj_t *channel = cfg_listelt_value(element); local 71 const char *channelname = cfg_obj_asstring(channel); 78 "logging channel '%s': %s", channelname, 87 * Set up a logging channel according to the named.conf data 91 channel_fromconf(const cfg_obj_t *channel, isc_logconfig_t *logconfig) argument 106 channelname = cfg_obj_asstring(cfg_map_getname(channel)); 108 (void)cfg_map_get(channel, "file", &fileobj); 109 (void)cfg_map_get(channel, "syslog", &syslogobj); 110 (void)cfg_map_get(channel, "null", &nullobj); 111 (void)cfg_map_get(channel, "stder 299 const cfg_obj_t *channel = cfg_listelt_value(element); local [all...] |
/bind-9.11.3/lib/isc/ |
H A D | log.c | 52 * This is the structure that holds each named channel. A simple linked 53 * list chains all of the channels together, so an individual channel is 83 isc_logchannel_t * channel; member in struct:isc_logchannellist 152 * Used when ISC_LOG_PRINTLEVEL is enabled for a channel. 205 * because its channel member is pointed to a channel that is created 220 const isc_logmodule_t *module, isc_logchannel_t *channel); 240 #define FACILITY(channel) (channel->destination.facility) 241 #define FILE_NAME(channel) (channe 495 isc_logchannel_t *channel; local 697 isc_logchannel_t *channel; local 783 isc_logchannel_t *channel; local 945 isc_logchannel_t *channel; local 1024 isc_logchannel_t *channel; local 1046 assignchannel(isc_logconfig_t *lcfg, unsigned int category_id, const isc_logmodule_t *module, isc_logchannel_t *channel) argument 1303 isc_log_open(isc_logchannel_t *channel) argument 1403 isc_logchannel_t *channel; local [all...] |
/bind-9.11.3/lib/bind9/ |
H A D | check.c | 3415 const cfg_obj_t *channel; local 3447 cfg_map_get(logobj, "channel", &channels); 3453 channel = cfg_listelt_value(element); 3454 channelname = cfg_obj_asstring(cfg_map_getname(channel)); 3456 (void)cfg_map_get(channel, "file", &fileobj); 3457 (void)cfg_map_get(channel, "syslog", &syslogobj); 3458 (void)cfg_map_get(channel, "null", &nullobj); 3459 (void)cfg_map_get(channel, "stderr", &stderrobj); 3470 cfg_obj_log(channel, logctx, ISC_LOG_ERROR, 3471 "channel ' [all...] |
Completed in 81 milliseconds