Home
last modified time | relevance | path

Searched refs:ISC_LIST_HEAD (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/ntp/libntp/lib/isc/
H A Dondestroy.c72 eventp = ISC_LIST_HEAD(ondest->events); in isc_ondestroy_notify()
81 eventp = ISC_LIST_HEAD(ondest->events); in isc_ondestroy_notify()
H A Dlog.c393 default_channel.channel = ISC_LIST_HEAD(lcfg->channels); in isc_logconfig_create()
481 while ((message = ISC_LIST_HEAD(lctx->messages)) != NULL) { in isc_log_destroy()
523 while ((channel = ISC_LIST_HEAD(lcfg->channels)) != NULL) { in isc_logconfig_destroy()
545 while ((item = ISC_LIST_HEAD(lcfg->channellists[i])) != NULL) { in isc_logconfig_destroy()
805 for (channel = ISC_LIST_HEAD(lcfg->channels); channel != NULL; in isc_log_usechannel()
966 for (channel = ISC_LIST_HEAD(lctx->logconfig->channels); in isc_log_setdebuglevel()
1039 for (channel = ISC_LIST_HEAD(lctx->logconfig->channels); in isc_log_closefilelogs()
1458 category_channels = ISC_LIST_HEAD(lcfg->channellists[category->id]); in isc_log_doit()
1473 category_channels != ISC_LIST_HEAD(lcfg->channellists[0])) in isc_log_doit()
1479 ISC_LIST_HEAD(lcfg->channellists[0]); in isc_log_doit()
[all …]
H A Dresult.c182 for (table = ISC_LIST_HEAD(tables); in isc_result_totext()
H A Dtask.c1775 task = ISC_LIST_HEAD(mgr->tasks); in isc_taskmgr_renderxml()
/freebsd/contrib/ntp/libntp/lib/isc/win32/
H A Dcondition.c108 for (threadcond = ISC_LIST_HEAD(cond->threadlist); in find_thread_condition()
156 for (threadcond = ISC_LIST_HEAD(cond->threadlist); in isc_condition_broadcast()
183 threadcond = ISC_LIST_HEAD(cond->threadlist); in isc_condition_destroy()
/freebsd/contrib/ntp/libntp/lib/isc/include/isc/
H A Dutil.h193 #define HEAD(list) ISC_LIST_HEAD(list)
H A Dlist.h45 #define ISC_LIST_HEAD(list) ((list).head) macro