Searched refs:ARB_NEXT (Results 1 – 3 of 3) sorted by relevance
/freebsd/share/man/man3/ |
H A D | Makefile | 63 arb.3 ARB_NEXT.3 \
|
/freebsd/sys/sys/ |
H A D | arb.h | 702 ((cmpelm = ARB_NEXT(name, head, elm)) != NULL && \ 720 #define ARB_NEXT(name, x, y) name##_ARB_NEXT(x, y) macro
|
/freebsd/sys/kern/ |
H A D | subr_stats.c | 3151 (void *)(ctd32 = ARB_NEXT(ctdth32, ctd32tree, ctd32)) : 3152 (void *)(ctd64 = ARB_NEXT(ctdth64, ctd64tree, ctd64)))) { 3194 (void *)(ctd32 = ARB_NEXT(ctdth32, ctd32tree, ctd32)) : 3195 (void *)(ctd64 = ARB_NEXT(ctdth64, ctd64tree, ctd64)))) {
|