Searched refs:xlist (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/lib/libc/rpc/
H A Dsvc_generic.c84 struct xlist { struct
86 struct xlist *next; /* Next item */
88 static struct xlist *xprtlist; /* A link list of all the handles */
121 l = (struct xlist *)malloc(sizeof (*l));

Completed in 47 milliseconds