/freebsd/lib/libc/rpc/ |
H A D | rpcb_clnt.c | 560 CLNT_CALL(client, (rpcproc_t)RPCBPROC_SET, (xdrproc_t) xdr_rpcb, in rpcb_set() 601 CLNT_CALL(client, (rpcproc_t)RPCBPROC_UNSET, (xdrproc_t) xdr_rpcb, in rpcb_unset() 775 clnt_st = CLNT_CALL(client, (rpcproc_t)PMAPPROC_GETPORT, in __rpcb_findaddr_timed() 882 clnt_st = CLNT_CALL(client, (rpcproc_t)RPCBPROC_GETADDRLIST, in __rpcb_findaddr_timed() 943 clnt_st = CLNT_CALL(client, (rpcproc_t)RPCBPROC_GETADDR, in __rpcb_findaddr_timed() 1061 clnt_st = CLNT_CALL(client, (rpcproc_t)RPCBPROC_DUMP, in rpcb_getmaps() 1079 if (CLNT_CALL(client, (rpcproc_t)RPCBPROC_DUMP, in rpcb_getmaps() 1137 stat = CLNT_CALL(client, (rpcproc_t)RPCBPROC_CALLIT, in rpcb_rmtcall() 1216 st = CLNT_CALL(client, (rpcproc_t)RPCBPROC_GETTIME, in rpcb_gettime() 1226 st = CLNT_CALL(client, (rpcproc_t)RPCBPROC_GETTIME, in rpcb_gettime() [all …]
|
H A D | pmap_getmaps.c | 83 if (CLNT_CALL(client, (rpcproc_t)PMAPPROC_DUMP, in pmap_getmaps()
|
H A D | pmap_getport.c | 82 if (CLNT_CALL(client, (rpcproc_t)PMAPPROC_GETPORT, in pmap_getport()
|
H A D | pmap_rmt.c | 98 stat = CLNT_CALL(client, (rpcproc_t)PMAPPROC_CALLIT, in pmap_rmtcall()
|
H A D | clnt_simple.c | 194 clnt_stat = CLNT_CALL(rcp->client, procnum, inproc, (char *) in, in rpc_call()
|
/freebsd/usr.bin/rpcinfo/ |
H A D | rpcinfo.c | 390 rpc_stat = CLNT_CALL(client, NULLPROC, (xdrproc_t) xdr_void, 414 rpc_stat = CLNT_CALL(client, NULLPROC, (xdrproc_t) xdr_void, 442 rpc_stat = CLNT_CALL(client, NULLPROC, (xdrproc_t) xdr_void, 499 clnt_st = CLNT_CALL(client, PMAPPROC_DUMP, (xdrproc_t) xdr_void, 712 clnt_st = CLNT_CALL(client, RPCBPROC_DUMP, (xdrproc_t) xdr_void, 724 clnt_st = CLNT_CALL(client, RPCBPROC_DUMP, 738 clnt_st = CLNT_CALL(client, PMAPPROC_DUMP, 932 if (CLNT_CALL(client, RPCBPROC_GETADDRLIST, (xdrproc_t) xdr_rpcb, 1015 if (CLNT_CALL(client, RPCBPROC_GETSTAT, (xdrproc_t) xdr_void, NULL, 1284 rpc_stat = CLNT_CALL(client, NULLPROC, (xdrproc_t) xdr_void, [all …]
|
/freebsd/sys/rpc/ |
H A D | rpcb_clnt.c | 125 CLNT_CALL(rpcb_clnt, (rpcproc_t)RPCBPROC_SET, (xdrproc_t) xdr_rpcb, in rpcb_set() 165 CLNT_CALL(rpcb_clnt, (rpcproc_t)RPCBPROC_UNSET, (xdrproc_t) xdr_rpcb, in rpcb_unset()
|
H A D | clnt.h | 231 #define CLNT_CALL(rh, proc, xargs, argsp, xres, resp, secs) \ macro
|
/freebsd/include/rpc/ |
H A D | clnt.h | 158 #define CLNT_CALL(rh, proc, xargs, argsp, xres, resp, secs) \ macro
|
/freebsd/usr.sbin/ypbind/ |
H A D | yp_ping.c | 123 if (CLNT_CALL(client, PMAPPROC_GETPORT, in __pmap_getport()
|
/freebsd/sys/nlm/ |
H A D | nlm_prot_impl.c | 405 stat = CLNT_CALL(rpcb, (rpcprog_t) RPCBPROC_GETADDR, in nlm_get_rpc() 446 stat = CLNT_CALL(rpcb, (rpcprog_t) PMAPPROC_GETPORT, in nlm_get_rpc() 1171 stat = CLNT_CALL(nlm_nsm, SM_UNMON, in nlm_host_unmonitor() 1236 stat = CLNT_CALL(nlm_nsm, SM_MON, in nlm_host_monitor() 1629 stat = CLNT_CALL(nlm_nsm, SM_UNMON_ALL, in nlm_server_main()
|
/freebsd/tools/regression/rpcsec_gss/ |
H A D | rpctest.c | 151 stat = CLNT_CALL(client, 1, in test_client()
|