Home
last modified time | relevance | path

Searched refs:XDR_CONTROL (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/rpc/
H A Dclnt_rdma.c444 XDR_CONTROL(call_xdrp, XDR_RDMA_GET_RLIST, &rclp); in clnt_setup_rlist()
451 XDR_CONTROL(call_xdrp, XDR_RDMA_SET_FLAGS, &xdr_flag); in clnt_setup_rlist()
472 XDR_CONTROL(call_xdrp, XDR_RDMA_GET_WLIST, &wlist); in clnt_setup_wlist()
512 XDR_CONTROL(call_xdrp, XDR_RDMA_SET_FLAGS, &xdr_flag); in clnt_setup_wlist()
774 XDR_CONTROL(call_xdrp, XDR_RDMA_GET_CHUNK_LEN, &rcil); in clnt_rdma_kcallit()
831 XDR_CONTROL(call_xdrp, XDR_RDMA_GET_RLIST, &cl); in clnt_rdma_kcallit()
1052 XDR_CONTROL(reply_xdrp, XDR_RDMA_SET_WLIST, cl_rpcreply_wlist); in clnt_rdma_kcallit()
H A Dsvc_rdma.c579 XDR_CONTROL(xdrs, XDR_RDMA_SET_FLAGS, &flg); in svc_rdma_krecv()
587 XDR_CONTROL(xdrs, XDR_RDMA_SET_WLIST, crdp->cl_wlist); in svc_rdma_krecv()
588 XDR_CONTROL(xdrs, XDR_RDMA_SET_FLAGS, &flg); in svc_rdma_krecv()
H A Dxdr.h264 #define XDR_CONTROL(xdrs, req, op) \ macro
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs3_xdr.c110 if (!XDR_CONTROL(xdrs, XDR_SKIPBYTES, &size)) in xdr_string3()
276 if (!XDR_CONTROL(xdrs, XDR_SKIPBYTES, &fhsize)) in xdr_decode_nfs_fh3()
1218 XDR_CONTROL(xdrs, XDR_RDMA_ADD_CHUNK, &rci); in xdr_READLINK3args()
1275 (void) XDR_CONTROL(xdrs, XDR_RDMA_ADD_CHUNK, &rci); in xdr_READ3args()
1295 return (XDR_CONTROL(xdrs, XDR_RDMA_ADD_CHUNK, &rci)); in xdr_READ3args()
1299 (void) XDR_CONTROL(xdrs, XDR_RDMA_GET_WCINFO, &rwci); in xdr_READ3args()
1429 XDR_CONTROL(xdrs, XDR_RDMA_GET_WLIST, &cl); in xdr_READ3vres()
1495 if (!XDR_CONTROL(xdrs, XDR_SKIPBYTES, &fattr3_len)) in xdr_READ3uiores()
1546 XDR_CONTROL(xdrs, XDR_RDMA_GET_WLIST, &cl); in xdr_READ3uiores()
1996 XDR_CONTROL(xdrs, XDR_RDMA_ADD_CHUNK, &rci); in xdr_READDIR3args()
[all …]
H A Dnfs_xdr.c368 XDR_CONTROL(xdrs, XDR_RDMA_ADD_CHUNK, &rci); in xdr_readlink()
440 (void) XDR_CONTROL(xdrs, XDR_RDMA_ADD_CHUNK, &rci); in xdr_readargs()
453 return (XDR_CONTROL(xdrs, XDR_RDMA_ADD_CHUNK, &rci)); in xdr_readargs()
457 (void) XDR_CONTROL(xdrs, XDR_RDMA_GET_WCINFO, &rwci); in xdr_readargs()
510 XDR_CONTROL(xdrs, XDR_RDMA_GET_WLIST, &cl); in xdr_rrok()
688 XDR_CONTROL(xdrs, XDR_RDMA_ADD_CHUNK, &rci); in xdr_rddirargs()
H A Dnfs4_xdr.c194 return (XDR_CONTROL(xdrs, XDR_SKIPBYTES, &size)); in xdr_bitmap4()
484 if (!XDR_CONTROL(xdrs, XDR_SKIPBYTES, &fhsize)) in xdr_decode_nfs_fh4()
2327 if (!XDR_CONTROL(xdrs, XDR_SKIPBYTES, &namelen)) in xdr_READDIR4res_clnt()
2395 if (!XDR_CONTROL(xdrs, XDR_SKIPBYTES, &attrlen)) in xdr_READDIR4res_clnt()
3374 (void) XDR_CONTROL(xdrs, XDR_RDMA_ADD_CHUNK, &rci); in xdr_READ4args()
3393 return (XDR_CONTROL(xdrs, XDR_RDMA_ADD_CHUNK, &rci)); in xdr_READ4args()
3397 (void) XDR_CONTROL(xdrs, XDR_RDMA_GET_WCINFO, &rwci); in xdr_READ4args()
3548 XDR_CONTROL(xdrs, XDR_RDMA_GET_WLIST, &cl); in xdr_READ4res_clnt()
3634 XDR_CONTROL(xdrs, XDR_RDMA_GET_WLIST, &cl); in xdr_READ4res_clnt()
3683 XDR_CONTROL(xdrs, XDR_RDMA_ADD_CHUNK, &rci); in xdr_READDIR4args()
[all …]