Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/rpc/
H A Dpmap_rmt.h62 bool_t xdr_rmtcall_args(XDR *, struct rmtcallargs *);
64 bool_t xdr_rmtcall_args();
75 bool_t xdr_rmtcall_args(XDR *, struct rmtcallargs *);
77 bool_t xdr_rmtcall_args();
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dpmap.c232 xdr_rmtcall_args(XDR *xdrs, struct rmtcallargs *cap) in xdr_rmtcall_args() function
363 (rpcproc_t)PMAPPROC_CALLIT, xdr_rmtcall_args, (caddr_t)&pmap_a, in bpmap_rmtcall()