Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/rpc/
H A Dpmap_rmt.h52 struct rmtcallargs { struct
62 bool_t xdr_rmtcall_args(XDR *, struct rmtcallargs *); argument
75 bool_t xdr_rmtcall_args(XDR *, struct rmtcallargs *);
H A Dpmap_prot.x150 struct rmtcallargs { struct
229 PMAPPROC_CALLIT(rmtcallargs) = 5;
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dpmap.c232 xdr_rmtcall_args(XDR *xdrs, struct rmtcallargs *cap) in xdr_rmtcall_args()
346 struct rmtcallargs pmap_a; /* args for pmap call */ in bpmap_rmtcall()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_dlinet.c195 static bool_t myxdr_rmtcall_args(XDR *, struct rmtcallargs *);
2016 struct rmtcallargs pmap_args; in pmap_rmt_call()
2100 myxdr_rmtcall_args(XDR *xdrs, struct rmtcallargs *cap) in myxdr_rmtcall_args()