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

/osnet-11/usr/src/lib/libnsl/rpc/
H A Dsvc_door.c494 SVCXPRT_LIST *xlist = SVCEXT(parent)->my_xlist;
535 xhead = SVCEXT(parent)->my_xlist;
537 xlist = SVCEXT(xprt)->my_xlist;
H A Dsvc_run.c189 svcxprt_list_t::next, svcxprt_ext_t::my_xlist,
846 SVCXPRT_LIST *xlist = SVCEXT(parent)->my_xlist;
889 xhead = SVCEXT(parent)->my_xlist;
891 xlist = SVCEXT(xprt)->my_xlist;
H A Dsvc.c1502 xt->my_xlist = xlist;
1535 SVCXPRT_LIST *my_xlist = xt ? xt->my_xlist: NULL; local
1544 if (my_xlist)
1545 free(my_xlist);
1571 for (xlist = SVCEXT(xprt)->my_xlist; xlist != NULL; xlist = xnext) {

Completed in 28 milliseconds