Home
last modified time | relevance | path

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

/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dpmap.c334 xdrproc_t in_xdr, /* routine to serialize arguments */ in bpmap_rmtcall() argument
357 pmap_a.xdr_args = in_xdr; in bpmap_rmtcall()
387 rpcb_a.xdr_args = in_xdr; in bpmap_rmtcall()
H A Drpc.c190 xdrproc_t in_xdr, /* routine to serialize arguments */ in brpc_call() argument
322 ((*in_xdr)(&xmit_xdrs, args) == FALSE)) { in brpc_call()