Searched refs:CLNT_CALL (Results 1 – 5 of 5) sorted by relevance
| /openbsd/src/lib/libc/rpc/ |
| D | pmap_clnt.c | 74 if (CLNT_CALL(client, PMAPPROC_SET, xdr_pmap, &parms, xdr_bool, &rslt, in pmap_set() 109 CLNT_CALL(client, PMAPPROC_UNSET, xdr_pmap, &parms, xdr_bool, &rslt, in pmap_unset()
|
| D | pmap_getmaps.c | 71 if (CLNT_CALL(client, PMAPPROC_DUMP, xdr_void, NULL, xdr_pmaplist, in pmap_getmaps()
|
| D | pmap_getport.c | 71 if (CLNT_CALL(client, PMAPPROC_GETPORT, xdr_pmap, &parms, in pmap_getport()
|
| D | pmap_rmt.c | 88 stat = CLNT_CALL(client, PMAPPROC_CALLIT, xdr_rmtcall_args, &a, in pmap_rmtcall()
|
| /openbsd/src/include/rpc/ |
| D | clnt.h | 162 #define CLNT_CALL(rh, proc, xargs, argsp, xres, resp, secs) \ macro
|