Searched refs:CLNT_CALL (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/Libinfo-449.1.3/rpc.subproj/
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_getmaps.c101 if (CLNT_CALL(client, PMAPPROC_DUMP, (xdrproc_t)xdr_void, NULL, (xdrproc_t)xdr_pmaplist, &head, minutetimeout) != RPC_SUCCESS) {
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 Dclnt.h184 * CLNT_CALL(rh, proc, xargs, argsp, xres, resp, timeout)
193 #define CLNT_CALL(rh, proc, xargs, argsp, xres, resp, secs) \ macro
H A Dpmap_rmt.c127 stat = CLNT_CALL(client, PMAPPROC_CALLIT, (xdrproc_t)xdr_rmtcall_args, &a, (xdrproc_t)xdr_rmtcallres, &r, tout);

Completed in 155 milliseconds