Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/rpc/
H A Dsvc_rdma.c649 XDR xdrslong; in svc_process_long_reply() local
659 bzero(&xdrslong, sizeof (xdrslong)); in svc_process_long_reply()
687 xdrmem_create(&xdrslong, memp, alloc_len, XDR_ENCODE); in svc_process_long_reply()
691 if (!(xdr_replymsg(&xdrslong, msg) && in svc_process_long_reply()
692 (!has_args || SVCAUTH_WRAP(&clone_xprt->xp_auth, &xdrslong, in svc_process_long_reply()
699 *final_len = XDR_GETPOS(&xdrslong); in svc_process_long_reply()