Searched refs:xdr_pmap (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/Libinfo-459/rpc.subproj/
H A Dpmap_prot.c72 xdr_pmap(xdrs, regs) function
H A Dpmap_prot.h143 extern bool_t xdr_pmap __P((XDR *, struct pmap *));
H A Dpmap_prot2.c136 if (! xdr_reference(xdrs, (caddr_t *)rp, (u_int)sizeof(struct pmaplist), (xdrproc_t)xdr_pmap))
H A Dpmap_clnt.c126 if (CLNT_CALL(client, PMAPPROC_SET, (xdrproc_t)xdr_pmap, &parms, (xdrproc_t)xdr_bool, &rslt, set_total_timeout) != RPC_SUCCESS) return FALSE;
167 CLNT_CALL(client, PMAPPROC_UNSET, (xdrproc_t)xdr_pmap, &parms, (xdrproc_t)xdr_bool, &rslt, unset_total_timeout);
H A Dpmap_getport.c108 status = CLNT_CALL(client, PMAPPROC_GETPORT, (xdrproc_t)xdr_pmap, &parms, (xdrproc_t)xdr_u_short, &port, real_tt);
H A DMakefile.inc78 rpc.3 xdr_pmap.3 \
/macosx-10.10/Libinfo-459/xcodescripts/
H A Dinstall_files.sh215 xdr_callhdr.3 xdr_callmsg.3 xdr_opaque_auth.3 xdr_pmap.3 \

Completed in 91 milliseconds