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

/osnet-11/usr/src/lib/libnsl/rpc/
H A Dsvc_door.c524 SVCXPRT_LIST *xhead, *xlist; local
535 xhead = SVCEXT(parent)->my_xlist;
538 xlist->next = xhead->next;
539 xhead->next = xlist;
H A Dsvc_run.c880 SVCXPRT_LIST *xhead, *xlist; local
889 xhead = SVCEXT(parent)->my_xlist;
892 xlist->next = xhead->next;
893 xhead->next = xlist;

Completed in 21 milliseconds