Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/rpc/
H A Drpcb_prot.c88 XDR_SETPOS(xdrs, lenposition); in xdr_rpcb_rmtcallargs()
91 XDR_SETPOS(xdrs, position); in xdr_rpcb_rmtcallargs()
H A Dclnt_rdma.c362 XDR_SETPOS(xdrs, CKU_HDRSIZE); in clnt_compose_rpcmsg()
376 XDR_SETPOS(xdrs, 0); in clnt_compose_rpcmsg()
423 XDR_SETPOS(*xdrs, sizeof (uint32_t)); in clnt_compose_rdma_header()
1017 XDR_SETPOS(rdmahdr_i_xdrs, sizeof (uint32_t)); in clnt_rdma_kcallit()
H A Dsvc_cots.c519 XDR_SETPOS(xdrs, (uint_t)(mp->b_rptr - mp->b_datap->db_base)); in svc_cots_ksend()
667 XDR_SETPOS(xdrs, (uint_t)(mp->b_rptr - mp->b_datap->db_base)); in svc_cots_kgetres()
H A Dsvc_clts.c488 (void) XDR_SETPOS(xdrs, 512); in svc_clts_ksend()
691 (void) XDR_SETPOS(xdrs, 512); in svc_clts_kgetres()
H A Dsvc_rdma.c476 XDR_SETPOS(xdrs, sizeof (uint32_t)); in svc_rdma_krecv()
983 XDR_SETPOS(&xdrs_rhdr, sizeof (uint32_t)); in svc_rdma_ksend()
H A Dxdr.h249 #define XDR_SETPOS(xdrs, pos) \ macro
H A Dclnt_clts.c532 XDR_SETPOS(xdrs, CKU_HDRSIZE); in clnt_clts_kcallit_addr()
550 XDR_SETPOS(xdrs, 0); in clnt_clts_kcallit_addr()
H A Dclnt_cots.c1074 XDR_SETPOS(xdrs, (uint_t)(mp->b_rptr - mp->b_datap->db_base + in clnt_cots_kcallit()
1097 XDR_SETPOS(xdrs, (uint_t)(mp->b_rptr - mp->b_datap->db_base)); in clnt_cots_kcallit()
H A Drpcib.c1218 XDR_SETPOS(xdrs, sizeof (uint32_t)); in rib_clnt_rcq_handler()
1358 XDR_SETPOS(xdrs, sizeof (uint32_t)); in rib_svc_rcq_handler()
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dpmap.c247 (void) XDR_SETPOS(xdrs, lenposition); in xdr_rmtcall_args()
250 (void) XDR_SETPOS(xdrs, position); in xdr_rmtcall_args()
300 (void) XDR_SETPOS(xdrs, lenposition); in xdr_rpcb_rmtcallargs()
303 (void) XDR_SETPOS(xdrs, position); in xdr_rpcb_rmtcallargs()
H A Dauth_unix.c215 (void) XDR_SETPOS(&xdrs, 0); in authunix_refresh()
H A Dclnt_budp.c258 (void) XDR_SETPOS(xdrs, cu->cu_xdrpos); in clntbudp_call()
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dpmap_prot.c205 XDR_SETPOS(xdrs, lenposition); in xdr_rmtcallargs()
208 XDR_SETPOS(xdrs, position); in xdr_rmtcallargs()
H A Drpcb_prot.c233 XDR_SETPOS(xdrs, lenposition); in xdr_rpcb_rmtcallargs()
236 XDR_SETPOS(xdrs, position); in xdr_rpcb_rmtcallargs()
H A Dauth_sys.c309 XDR_SETPOS(&xdrs, 0); in authsys_refresh()
H A Dclnt_dg.c304 XDR_SETPOS(xdrs, 0); in clnt_dg_call()
642 XDR_SETPOS(xdrs, 0); in clnt_dg_send()
H A Dsvc_dg.c417 XDR_SETPOS(xdrs, 0); in svc_dg_recv()
496 XDR_SETPOS(xdrs, 0); in svc_dg_reply()
H A Dclnt_door.c212 XDR_SETPOS(&xdrs, cu->cu_xdrpos); in clnt_door_call()
/illumos-gate/usr/src/ucblib/librpcsoc/
H A Dsvc_udp.c208 XDR_SETPOS(xdrs, 0);
234 XDR_SETPOS(xdrs, 0);
H A Dclnt_udp.c255 XDR_SETPOS(xdrs, cu->cu_xdrpos);
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_dlinet.c2117 XDR_SETPOS(xdrs, lenposition); in myxdr_rmtcall_args()
2120 XDR_SETPOS(xdrs, position); in myxdr_rmtcall_args()
H A Dnfs_xdr.c1453 return (XDR_SETPOS(xdrs, curpos)); in xdr_fastshorten()