Searched refs:nextlink (Results 1 – 3 of 3) sorted by relevance
| /src/contrib/ntp/include/ |
| H A D | ntp_lists.h | 128 #define LINK_SLIST(listhead, pentry, nextlink) \ argument 130 (pentry)->nextlink = (listhead); \ 134 #define LINK_TAIL_SLIST(listhead, pentry, nextlink, entrytype) \ argument 140 pptail = &((*pptail)->nextlink); \ 142 (pentry)->nextlink = NULL; \ 149 #define LINK_SORT_SLIST(listhead, pentry, beforecur, nextlink, \ argument 157 (pentry)->nextlink = *ppentry; \ 161 ppentry = &((*ppentry)->nextlink); \ 163 (pentry)->nextlink = NULL; \ 170 #define UNLINK_HEAD_SLIST(punlinked, listhead, nextlink) \ argument [all …]
|
| /src/sys/contrib/edk2/Include/Protocol/ |
| H A D | NetworkInterfaceIdentifier.h | 96 UNDI_CONFIG_TABLE *nextlink; ///< A pointer to the next UNDI member
|
| /src/contrib/mandoc/ |
| H A D | mandocdb.c | 1089 goto nextlink; in mlinks_undupe() 1100 goto nextlink; in mlinks_undupe() 1104 goto nextlink; in mlinks_undupe() 1108 nextlink: in mlinks_undupe()
|