Searched refs:isc_categories (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/mpl/bind/dist/lib/isc/include/isc/
H A Dlog.h164 extern isc_logcategory_t isc_categories[];
174 #define ISC_LOGCATEGORY_DEFAULT (&isc_categories[0])
175 #define ISC_LOGCATEGORY_GENERAL (&isc_categories[1])
176 #define ISC_LOGCATEGORY_SSLKEYLOG (&isc_categories[2])
/netbsd-current/external/bsd/ntp/dist/lib/isc/include/isc/
H A Dlog.h153 LIBISC_EXTERNAL_DATA extern isc_logcategory_t isc_categories[];
163 #define ISC_LOGCATEGORY_DEFAULT (&isc_categories[0])
164 #define ISC_LOGCATEGORY_GENERAL (&isc_categories[1])
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
H A Dlog.h166 LIBISC_EXTERNAL_DATA extern isc_logcategory_t isc_categories[];
176 #define ISC_LOGCATEGORY_DEFAULT (&isc_categories[0])
177 #define ISC_LOGCATEGORY_GENERAL (&isc_categories[1])
/netbsd-current/external/bsd/ntp/dist/lib/isc/
H A Dlog.c194 * channellist in the log context, it must come first in isc_categories[].
196 LIBISC_EXTERNAL_DATA isc_logcategory_t isc_categories[] = { variable
305 isc_log_registercategories(lctx, isc_categories);
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/
H A Dlog.c180 * channellist in the log context, it must come first in isc_categories[].
182 LIBISC_EXTERNAL_DATA isc_logcategory_t isc_categories[] = { { "default", variable
284 isc_log_registercategories(lctx, isc_categories);
/netbsd-current/external/mpl/bind/dist/lib/isc/
H A Dlog.c184 * channellist in the log context, it must come first in isc_categories[].
186 isc_logcategory_t isc_categories[] = { { "default", 0 }, /* "default variable
287 isc_log_registercategories(lctx, isc_categories);

Completed in 171 milliseconds