Home
last modified time | relevance | path

Searched refs:my_xlist (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dsvc_run.c847 SVCXPRT_LIST *xlist = SVCEXT(parent)->my_xlist; in make_xprt_copy()
890 xhead = SVCEXT(parent)->my_xlist; in _svc_done_private()
892 xlist = SVCEXT(xprt)->my_xlist; in _svc_done_private()
H A Dsvc_door.c497 SVCXPRT_LIST *xlist = SVCEXT(parent)->my_xlist; in get_xprt_copy()
538 xhead = SVCEXT(parent)->my_xlist; in return_xprt_copy()
540 xlist = SVCEXT(xprt)->my_xlist; in return_xprt_copy()
H A Dsvc.c1508 xt->my_xlist = xlist; in svc_xprt_alloc()
1541 SVCXPRT_LIST *my_xlist = xt ? xt->my_xlist: NULL; in svc_xprt_free() local
1550 if (my_xlist) in svc_xprt_free()
1551 free(my_xlist); in svc_xprt_free()
1577 for (xlist = SVCEXT(xprt)->my_xlist; xlist != NULL; xlist = xnext) { in svc_xprt_destroy()
/illumos-gate/usr/src/uts/common/rpc/
H A Dsvc_mt.h105 SVCXPRT_LIST *my_xlist; /* list header for this copy */ member