Searched refs:channel (Results 1 - 15 of 15) sorted by relevance

/bind-9.11.3/lib/isc/
H A Dlog.c52 * 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/bin/tests/system/logfileconfig/ns1/
H A Dnamed.plain26 channel default_log {
33 channel query_log {
H A Dnamed.unlimited24 channel default_log {
33 channel query_log {
H A Dnamed.versconf24 channel default_log {
33 channel query_log {
H A Dnamed.dirconf26 channel default_log {
H A Dnamed.pipeconf26 channel default_log {
H A Dnamed.symconf26 channel default_log {
/bind-9.11.3/bin/named/
H A Dlogconf.c70 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/bin/tests/system/rrl/ns2/
H A Dnamed.conf49 channel debug {
53 channel queries {
/bind-9.11.3/bin/tests/system/rrl/ns4/
H A Dnamed.conf50 channel debug {
54 channel queries {
/bind-9.11.3/conftools/perllib/dnsconf/
H A Dnamed1.conf24 channel "channel" { file "/dev/null"; };
/bind-9.11.3/bin/tests/
H A Dnamed.conf431 channel syslog_errors { // this channel will send errors or
436 channel stderr_errors {
442 * greater than or equal to the channel's level will be logged on
443 * the channel. In order of decreasing severity, the levels are:
458 * channel default_syslog {
463 * channel default_debug {
475 * channel null { // this is the bit bucket;
476 * file "/dev/null"; // any logging to this channel
480 * channel default_stder
[all...]
/bind-9.11.3/bin/tests/startperf/
H A Dsetup.sh57 channel basic {
/bind-9.11.3/lib/bind9/
H A Dcheck.c3415 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...]
/bind-9.11.3/
H A Dconfigure1835 channel of the Freenode IRC service.

Completed in 112 milliseconds