Home
last modified time | relevance | path

Searched refs:CLNT_CALL (Results 1 – 6 of 6) sorted by relevance

/minix3/lib/libc/rpc/
H A Drpcb_clnt.c581 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 Dpmap_getmaps.c97 if (CLNT_CALL(client, (rpcproc_t)PMAPPROC_DUMP, in __weak_alias()
H A Dpmap_getport.c81 if (CLNT_CALL(client, (rpcproc_t)PMAPPROC_GETPORT, (xdrproc_t)xdr_pmap, in remote_pmap_getport()
H A Dpmap_rmt.c114 stat = CLNT_CALL(client, (rpcproc_t)PMAPPROC_CALLIT, in pmap_rmtcall()
H A Dclnt_simple.c210 clnt_stat = CLNT_CALL(rcp->client, procnum, inproc, in, in rpc_call()
/minix3/include/rpc/
H A Dclnt.h208 #define CLNT_CALL(rh, proc, xargs, argsp, xres, resp, secs) \ macro