Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/ntp/lib/isc/
H A Dbufferlist.c38 buffer = ISC_LIST_HEAD(*bl); in isc_bufferlist_usedcount()
56 buffer = ISC_LIST_HEAD(*bl); in isc_bufferlist_availablecount()
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 Dratelimiter.c183 p = ISC_LIST_HEAD(rl->pending); in ratelimiter_tick()
218 while ((ev = ISC_LIST_HEAD(rl->pending)) != NULL) { in isc_ratelimiter_shutdown()
H A Dhttpd.c358 url = ISC_LIST_HEAD(httpdmgr->urls); in httpdmgr_destroy()
363 url = ISC_LIST_HEAD(httpdmgr->urls); in httpdmgr_destroy()
706 url = ISC_LIST_HEAD(httpd->mgr->urls); in isc_httpd_recvdone()
784 httpd = ISC_LIST_HEAD(httpdmgr->running); in isc_httpdmgr_shutdown()
H A Dresult.c182 for (table = ISC_LIST_HEAD(tables); in isc_result_totext()
H A Dmem.c416 dl = ISC_LIST_HEAD(mctx->debuglist[mysize]); in add_trace_entry()
475 dl = ISC_LIST_HEAD(mctx->debuglist[size]); in delete_trace_entry()
1080 for (dl = ISC_LIST_HEAD(ctx->debuglist[i]); in destroy()
1082 dl = ISC_LIST_HEAD(ctx->debuglist[i])) { in destroy()
1397 dl = ISC_LIST_HEAD(mctx->debuglist[i]); in print_active()
1455 pool = ISC_LIST_HEAD(ctx->pools); in isc__mem_stats()
2282 for (ctx = ISC_LIST_HEAD(contexts); in isc__mem_printallactive()
2302 for (ctx = ISC_LIST_HEAD(contexts); in isc__mem_checkdestroyed()
2437 for (ctx = ISC_LIST_HEAD(contexts); in isc_mem_renderxml()
H A Dentropy.c768 source = ISC_LIST_HEAD(ent->sources); in destroy_check()
800 source = ISC_LIST_HEAD(ent->sources); in destroy()
808 source = ISC_LIST_HEAD(ent->sources); in destroy()
932 source = ISC_LIST_HEAD(ent->sources); in isc_entropy_stopcallbacksources()
H A Dtask.c1775 task = ISC_LIST_HEAD(mgr->tasks); in isc_taskmgr_renderxml()
/freebsd-12.1/contrib/ntp/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()
H A Dentropy.c153 ent->nextsource = ISC_LIST_HEAD(ent->sources); in fillpool()
181 source = ISC_LIST_HEAD(ent->sources); in fillpool()
199 source = ISC_LIST_HEAD(ent->sources); in fillpool()
H A Dsocket.c407 ldev = ISC_LIST_HEAD(sock->recv_list); in sock_dump()
414 ldev = ISC_LIST_HEAD(sock->send_list); in sock_dump()
421 ndev = ISC_LIST_HEAD(sock->accept_list); in sock_dump()
1296 dev = ISC_LIST_HEAD(sock->recv_list); in completeio_recv()
1522 dev = ISC_LIST_HEAD(sock->send_list); in consistent()
2200 dev = ISC_LIST_HEAD(sock->recv_list); in send_recvdone_abort()
2857 buffer = ISC_LIST_HEAD(*buflist); in isc__socket_recvv()
2861 buffer = ISC_LIST_HEAD(*buflist); in isc__socket_recvv()
3123 buffer = ISC_LIST_HEAD(*buflist); in isc__socket_sendtov()
3127 buffer = ISC_LIST_HEAD(*buflist); in isc__socket_sendtov()
[all …]
H A Dapp.c149 for (event = ISC_LIST_HEAD(on_run); in isc__app_run()
/freebsd-12.1/contrib/ntp/lib/isc/unix/
H A Dentropy.c318 ent->nextsource = ISC_LIST_HEAD(ent->sources); in fillpool()
348 source = ISC_LIST_HEAD(ent->sources); in fillpool()
364 source = ISC_LIST_HEAD(ent->sources); in fillpool()
401 source = ISC_LIST_HEAD(ent->sources); in wait_for_sources()
H A Dsocket.c2911 ev = ISC_LIST_HEAD(sock->recv_list); in dispatch_recv()
2945 ev = ISC_LIST_HEAD(sock->send_list); in dispatch_send()
2984 ev = ISC_LIST_HEAD(sock->accept_list); in dispatch_accept()
3353 dev = ISC_LIST_HEAD(sock->recv_list); in internal_recv()
3378 dev = ISC_LIST_HEAD(sock->recv_list); in internal_recv()
3421 dev = ISC_LIST_HEAD(sock->send_list); in internal_send()
4577 buffer = ISC_LIST_HEAD(*buflist); in isc__socket_recvv()
4581 buffer = ISC_LIST_HEAD(*buflist); in isc__socket_recvv()
4810 buffer = ISC_LIST_HEAD(*buflist); in isc__socket_sendtov()
4814 buffer = ISC_LIST_HEAD(*buflist); in isc__socket_sendtov()
[all …]
H A Dapp.c594 for (event = ISC_LIST_HEAD(ctx->on_run); in isc__app_ctxrun()
/freebsd-12.1/contrib/ntp/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