Searched refs:CLNT_CALL (Results 1 – 6 of 6) sorted by relevance
| /minix3/lib/libc/rpc/ |
| H A D | rpcb_clnt.c | 581 if (CLNT_CALL(client, (rpcproc_t)RPCBPROC_SET, (xdrproc_t) xdr_rpcb, in rpcb_set() 623 if (CLNT_CALL(client, (rpcproc_t)RPCBPROC_UNSET, (xdrproc_t) xdr_rpcb, in rpcb_unset() 744 clnt_st = CLNT_CALL(client, (rpcproc_t)PMAPPROC_GETPORT, in __rpcb_findaddr() 851 clnt_st = CLNT_CALL(client, (rpcproc_t)RPCBPROC_GETADDRLIST, in __rpcb_findaddr() 913 clnt_st = CLNT_CALL(client, (rpcproc_t)RPCBPROC_GETADDR, in __rpcb_findaddr() 1032 clnt_st = CLNT_CALL(client, (rpcproc_t)RPCBPROC_DUMP, in rpcb_getmaps() 1050 if (CLNT_CALL(client, (rpcproc_t)RPCBPROC_DUMP, in rpcb_getmaps() 1108 stat = CLNT_CALL(client, (rpcproc_t)RPCBPROC_CALLIT, in rpcb_rmtcall() 1183 st = CLNT_CALL(client, (rpcproc_t)RPCBPROC_GETTIME, in rpcb_gettime() 1193 st = CLNT_CALL(client, (rpcproc_t)RPCBPROC_GETTIME, in rpcb_gettime() [all …]
|
| H A D | pmap_getmaps.c | 97 if (CLNT_CALL(client, (rpcproc_t)PMAPPROC_DUMP, in __weak_alias()
|
| H A D | pmap_getport.c | 81 if (CLNT_CALL(client, (rpcproc_t)PMAPPROC_GETPORT, (xdrproc_t)xdr_pmap, in remote_pmap_getport()
|
| H A D | pmap_rmt.c | 114 stat = CLNT_CALL(client, (rpcproc_t)PMAPPROC_CALLIT, in pmap_rmtcall()
|
| H A D | clnt_simple.c | 210 clnt_stat = CLNT_CALL(rcp->client, procnum, inproc, in, in rpc_call()
|
| /minix3/include/rpc/ |
| H A D | clnt.h | 208 #define CLNT_CALL(rh, proc, xargs, argsp, xres, resp, secs) \ macro
|