xlist
struct xlist *next; /* Next item */
static struct xlist *xprtlist; /* A link list of all the handles */
uint32_t xlist[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13,
for (i = 0; i < __arraycount(xlist); i++)
uint32_t x = xlist[i];