Searched refs:ISC_LIST_NEXT (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/ntp/libntp/lib/isc/win32/ |
H A D | condition.c | 110 threadcond = ISC_LIST_NEXT(threadcond, link)) { in find_thread_condition() 158 threadcond = ISC_LIST_NEXT(threadcond, link)) { in isc_condition_broadcast() 186 next = ISC_LIST_NEXT(threadcond, link); in isc_condition_destroy()
|
/freebsd/contrib/ntp/libntp/lib/isc/ |
H A D | log.c | 806 channel = ISC_LIST_NEXT(channel, link)) in isc_log_usechannel() 968 channel = ISC_LIST_NEXT(channel, link)) in isc_log_setdebuglevel() 1041 channel = ISC_LIST_NEXT(channel, link)) in isc_log_closefilelogs() 1491 category_channels = ISC_LIST_NEXT(category_channels, in isc_log_doit() 1499 category_channels = ISC_LIST_NEXT(category_channels, link); in isc_log_doit() 1588 new = ISC_LIST_NEXT(message, in isc_log_doit() 1618 message = ISC_LIST_NEXT(message, link); in isc_log_doit()
|
H A D | result.c | 184 table = ISC_LIST_NEXT(table, link)) { in isc_result_totext()
|
H A D | task.c | 1807 task = ISC_LIST_NEXT(task, link); in isc_taskmgr_renderxml()
|
/freebsd/contrib/ntp/libntp/lib/isc/include/isc/ |
H A D | util.h | 197 #define NEXT(elt, link) ISC_LIST_NEXT(elt, link)
|
H A D | list.h | 119 #define ISC_LIST_NEXT(elt, link) ((elt)->link.next) macro
|