Home
last modified time | relevance | path

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

/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dpmap.c348 struct rpcb_rmtcallargs rpcb_a; /* args for rpcb call */ in bpmap_rmtcall() local
383 rpcb_a.prog = prog; in bpmap_rmtcall()
384 rpcb_a.vers = vers; in bpmap_rmtcall()
385 rpcb_a.proc = proc; in bpmap_rmtcall()
386 rpcb_a.args_ptr = args; in bpmap_rmtcall()
387 rpcb_a.xdr_args = in_xdr; in bpmap_rmtcall()
393 (rpcproc_t)RPCBPROC_CALLIT, xdr_rpcb_rmtcallargs, (caddr_t)&rpcb_a, in bpmap_rmtcall()