Searched defs:xdr_pmap (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/libnsl/rpc/ |
H A D | pmap_prot.c | 50 xdr_pmap(XDR *xdrs, struct pmap *objp) function 146 (uint_t)sizeof (struct pmaplist), (xdrproc_t)xdr_pmap))
|
/illumos-gate/usr/src/stand/lib/fs/nfs/ |
H A D | pmap.c | 204 xdr_pmap(XDR *xdrs, struct pmap *regs) function 456 xdr_pmap, (caddr_t)&pmap_send, xdr_u_short,
|
/illumos-gate/usr/src/uts/common/rpc/ |
H A D | rpc_subr.c | 416 * XXX: xdr_pmap is here, because it's the only XDR function 421 xdr_pmap(XDR *xdrs, PMAP *objp) function 478 xdr_pmap, (char *)&parms,
|
Completed in 47 milliseconds