Home
last modified time | relevance | path

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

/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dpmap.c346 struct rmtcallargs pmap_a; /* args for pmap call */ in bpmap_rmtcall() local
353 pmap_a.prog = prog; in bpmap_rmtcall()
354 pmap_a.vers = vers; in bpmap_rmtcall()
355 pmap_a.proc = proc; in bpmap_rmtcall()
356 pmap_a.args_ptr = args; in bpmap_rmtcall()
357 pmap_a.xdr_args = in_xdr; in bpmap_rmtcall()
363 (rpcproc_t)PMAPPROC_CALLIT, xdr_rmtcall_args, (caddr_t)&pmap_a, in bpmap_rmtcall()