HomeSort by: relevance | last modified time | path
    Searched defs:xprtlist (Results 1 - 1 of 1) sorted by relevancy

  /src/lib/libc/rpc/
svc_generic.c 99 static struct xlist *xprtlist; /* A link list of all the handles */ local in function:svc_create
105 /* VARIABLES PROTECTED BY xprtlist_lock: xprtlist */
113 for (l = xprtlist; l; l = l->next) {
139 l->next = xprtlist;
140 xprtlist = l;

Completed in 12 milliseconds