Home
last modified time | relevance | path

Searched refs:pptail (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/ntp/include/
H A Dntp_lists.h136 entrytype **pptail; \
138 pptail = &(listhead); \
139 while (*pptail != NULL) \
140 pptail = &((*pptail)->nextlink); \
143 *pptail = (pentry); \
237 : *((anchor).pptail))
271 (anchor).pptail = \
289 (anchor).pptail = NULL; \
319 (anchor).pptail = NULL; \
339 (f1).pptail = \
[all …]
/freebsd-13.1/contrib/ntp/libntp/
H A Drecvbuff.c369 gen_node **pptail; in check_gen_fifo_consistency() local
372 REQUIRE((NULL == pf->phead && NULL == pf->pptail) || in check_gen_fifo_consistency()
373 (NULL != pf->phead && NULL != pf->pptail)); in check_gen_fifo_consistency()
375 pptail = &pf->phead; in check_gen_fifo_consistency()
380 pptail = &pthis->link; in check_gen_fifo_consistency()
382 REQUIRE(NULL == pf->pptail || pptail == pf->pptail); in check_gen_fifo_consistency()
/freebsd-13.1/contrib/ntp/
H A DCommitLog124898 Maintain pptail correctly in UNLINK_FIFO(), CONCAT_FIFO().