| /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 | 391 rpc_stat = CLNT_CALL(client, NULLPROC, (xdrproc_t) xdr_void, 415 rpc_stat = CLNT_CALL(client, NULLPROC, (xdrproc_t) xdr_void, 443 rpc_stat = CLNT_CALL(client, NULLPROC, (xdrproc_t) xdr_void, 500 clnt_st = CLNT_CALL(client, PMAPPROC_DUMP, (xdrproc_t) xdr_void, 714 clnt_st = CLNT_CALL(client, RPCBPROC_DUMP, (xdrproc_t) xdr_void, 726 clnt_st = CLNT_CALL(client, RPCBPROC_DUMP, 740 clnt_st = CLNT_CALL(client, PMAPPROC_DUMP, 934 if (CLNT_CALL(client, RPCBPROC_GETADDRLIST, (xdrproc_t) xdr_rpcb, 1017 if (CLNT_CALL(client, RPCBPROC_GETSTAT, (xdrproc_t) xdr_void, NULL, 1286 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/crypto/krb5/src/lib/rpc/ |
| H A D | pmap_clnt.c | 129 if (CLNT_CALL(client, PMAPPROC_SET, (xdrproc_t)xdr_pmap, &parms, in pmap_set() 163 CLNT_CALL(client, PMAPPROC_UNSET, (xdrproc_t)xdr_pmap, &parms, in pmap_unset()
|
| H A D | pmap_getmaps.c | 80 if (CLNT_CALL(client, PMAPPROC_DUMP, xdr_void, NULL, in pmap_getmaps()
|
| H A D | pmap_getport.c | 82 if (CLNT_CALL(client, PMAPPROC_GETPORT, in pmap_getport()
|
| H A D | pmap_rmt.c | 108 stat = CLNT_CALL(client, PMAPPROC_CALLIT, in pmap_rmtcall()
|
| /freebsd/crypto/krb5/src/include/gssrpc/ |
| H A D | clnt.h | 161 #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/include/rpc/ |
| H A D | clnt.h | 158 #define CLNT_CALL(rh, proc, xargs, argsp, xres, resp, secs) \ macro
|
| /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()
|