Searched refs:xlist (Results 1 - 2 of 2) sorted by relevance
| /src/sys/dev/dtv/ |
| H A D | dtv_math.c | 177 uint32_t xlist[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, local in function:main 185 for (i = 0; i < __arraycount(xlist); i++) 187 uint32_t x = xlist[i];
|
| /src/lib/libc/rpc/ |
| H A D | svc_generic.c | 95 struct xlist { struct in function:svc_create 97 struct xlist *next; /* Next item */ 99 static struct xlist *xprtlist; /* A link list of all the handles */
|
Completed in 3 milliseconds