Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/rpc/
H A Drpc_rdma.h564 extern bool_t xdr_decode_reply_wchunk(XDR *, struct clist **);
H A Dclnt_rdma.c1041 (void) xdr_decode_reply_wchunk(rdmahdr_i_xdrs, &cl_rdma_reply); in clnt_rdma_kcallit()
H A Dsvc_rdma.c501 (void) xdr_decode_reply_wchunk(xdrs, &crdp->cl_reply); in svc_rdma_krecv()
H A Dxdr_rdma.c1176 xdr_decode_reply_wchunk(XDR *xdrs, struct clist **clist) in xdr_decode_reply_wchunk() function