Home
last modified time | relevance | path

Searched refs:ISC_LOG_TONULL (Results 1 – 4 of 4) sorted by relevance

/minix/external/bsd/bind/dist/bin/named/
H A Dlog.c172 ISC_LOG_TONULL, in ns_log_setsafechannels()
H A Dlogconf.c139 type = ISC_LOG_TONULL; in channel_fromconf()
/minix/external/bsd/bind/dist/lib/isc/
H A Dlog.c411 ISC_LOG_TONULL, in isc_logconfig_create()
717 type == ISC_LOG_TOFILEDESC || type == ISC_LOG_TONULL); in isc_log_createchannel()
718 REQUIRE(destination != NULL || type == ISC_LOG_TONULL); in isc_log_createchannel()
768 case ISC_LOG_TONULL: in isc_log_createchannel()
1095 if (channel->type != ISC_LOG_TONULL) { in assignchannel()
1765 case ISC_LOG_TONULL: in isc_log_doit()
/minix/external/bsd/bind/dist/lib/isc/include/isc/
H A Dlog.h58 #define ISC_LOG_TONULL 1 macro