SVCXPRT_LIST
extern SVCXPRT_LIST *_svc_xprtlist;
SVCXPRT_LIST *xlist = NULL;
if ((xlist = calloc(1, sizeof (SVCXPRT_LIST))) == NULL)
SVCXPRT_LIST *my_xlist = xt ? xt->my_xlist: NULL;
SVCXPRT_LIST *xlist, *xnext = NULL;
SVCXPRT_LIST *l;
__svc_rm_from_xlist(SVCXPRT_LIST **list, SVCXPRT *xprt, mutex_t *lockp)
SVCXPRT_LIST **l, *tmp;
__svc_free_xlist(SVCXPRT_LIST **list, mutex_t *lockp)
SVCXPRT_LIST *tmp;
SVCXPRT_LIST *l, *tmp = NULL;
SVCXPRT_LIST *xlist = SVCEXT(parent)->my_xlist;
SVCXPRT_LIST *xret;
SVCXPRT_LIST *xhead, *xlist;
static SVCXPRT_LIST *dxlist; /* list of door based service handles */
__svc_add_to_xlist(SVCXPRT_LIST **list, SVCXPRT *xprt, mutex_t *lockp)
SVCXPRT_LIST *l;
extern bool_t __svc_add_to_xlist(SVCXPRT_LIST **, SVCXPRT *, mutex_t *);
extern void __svc_free_xlist(SVCXPRT_LIST **, mutex_t *);
SVCXPRT_LIST *_svc_xprtlist = NULL;
SVCXPRT_LIST *xlist = SVCEXT(parent)->my_xlist;
SVCXPRT_LIST *xret;
SVCXPRT_LIST *xhead, *xlist;
SVCXPRT_LIST *my_xlist; /* list header for this copy */