Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libnsl/rpc/
H A Dsvc_run.c885 SVCXPRT_LIST *xhead, *xlist; in _svc_done_private() local
894 xhead = SVCEXT(parent)->my_xlist; in _svc_done_private()
897 xlist->next = xhead->next; in _svc_done_private()
898 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()