Home
last modified time | relevance | path

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

/src/contrib/ntp/include/
H A Dntp_lists.h134 #define LINK_TAIL_SLIST(listhead, pentry, nextlink, entrytype) \ argument
136 entrytype **pptail; \
150 entrytype) \ argument
152 entrytype **ppentry; \
183 entrytype) \ argument
185 entrytype **ppentry; \
210 entrytype) \ argument
212 U_E_S_CUR(), nextlink, entrytype)
214 #define CHECK_SLIST(listhead, nextlink, entrytype) \ argument
216 entrytype *pentry; \
[all …]
/src/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()