Home
last modified time | relevance | path

Searched refs:entrytype (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/ntp/include/
H A Dntp_lists.h22 * LINK_TAIL_SLIST(listhead, pentry, nextlink, entrytype)
26 * LINK_SORT_SLIST(listhead, pentry, beforecur, nextlink, entrytype)
37 * UNLINK_SLIST(punlinked, listhead, ptounlink, nextlink, entrytype)
42 * UNLINK_EXPR_SLIST(punlinked, listhead, expr, nextlink, entrytype)
57 * DECL_FIFO_ANCHOR(entrytype)
134 #define LINK_TAIL_SLIST(listhead, pentry, nextlink, entrytype) \ argument
136 entrytype **pptail; \
150 entrytype) \ argument
152 entrytype **ppentry; \
183 entrytype) \ argument
208 UNLINK_SLIST(punlinked,listhead,ptounlink,nextlink,entrytype) global() argument
212 CHECK_SLIST(listhead,nextlink,entrytype) global() argument
228 DECL_FIFO_ANCHOR(entrytype) global() argument
299 UNLINK_MID_FIFO(punlinked,anchor,tounlink,nextlink,entrytype) global() argument
355 DECL_DLIST_LINK(entrytype,link) global() argument
419 ITER_DLIST_BEGIN(listhead,iter,link,entrytype) global() argument
431 REV_ITER_DLIST_BEGIN(listhead,iter,link,entrytype) global() argument
[all...]
/freebsd/usr.sbin/mptable/
H A Dmptable.c531 int oldtype, entrytype; in MPConfigTableHeader() local
592 entrytype = *entry; in MPConfigTableHeader()
593 if (entrytype != oldtype) in MPConfigTableHeader()
595 if (entrytype < oldtype) in MPConfigTableHeader()
597 switch (entrytype) { in MPConfigTableHeader()
635 printf("MPTABLE HOSED! record type = %d\n", entrytype); in MPConfigTableHeader()
638 oldtype = entrytype; in MPConfigTableHeader()