Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/libntp/lib/isc/
H A Dlog.c408 ISC_LOG_TONULL, in isc_logconfig_create()
714 type == ISC_LOG_TOFILEDESC || type == ISC_LOG_TONULL); in isc_log_createchannel()
715 REQUIRE(destination != NULL || type == ISC_LOG_TONULL); in isc_log_createchannel()
765 case ISC_LOG_TONULL: in isc_log_createchannel()
1092 if (channel->type != ISC_LOG_TONULL) { in assignchannel()
1759 case ISC_LOG_TONULL: in isc_log_doit()
/freebsd/contrib/ntp/libntp/lib/isc/include/isc/
H A Dlog.h56 #define ISC_LOG_TONULL 1 macro