Home
last modified time | relevance | path

Searched refs:xhead (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dsvc_run.c881 SVCXPRT_LIST *xhead, *xlist; in _svc_done_private() local
890 xhead = SVCEXT(parent)->my_xlist; in _svc_done_private()
893 xlist->next = xhead->next; in _svc_done_private()
894 xhead->next = xlist; in _svc_done_private()
H A Dsvc_door.c527 SVCXPRT_LIST *xhead, *xlist; in return_xprt_copy() local
538 xhead = SVCEXT(parent)->my_xlist; in return_xprt_copy()
541 xlist->next = xhead->next; in return_xprt_copy()
542 xhead->next = xlist; in return_xprt_copy()