| /freebsd-14.2/include/rpc/ |
| H A D | svc.h | 190 #define SVC_GETARGS(xprt, xargs, argsp) \ argument 192 #define svc_getargs(xprt, xargs, argsp) \ argument 200 #define SVC_FREEARGS(xprt, xargs, argsp) \ argument 202 #define svc_freeargs(xprt, xargs, argsp) \ argument
|
| H A D | clnt.h | 161 #define CLNT_CALL(rh, proc, xargs, argsp, xres, resp, secs) \ argument 164 #define clnt_call(rh, proc, xargs, argsp, xres, resp, secs) \ argument
|
| /freebsd-14.2/sys/rpc/ |
| H A D | clnt.h | 249 #define CLNT_CALL_EXT(rh, ext, proc, xargs, argsp, xres, resp, secs) \ argument 266 #define CLNT_CALL(rh, proc, xargs, argsp, xres, resp, secs) \ argument 269 #define clnt_call(rh, proc, xargs, argsp, xres, resp, secs) \ argument 273 #define CLNT_CALL(rh, proc, xargs, argsp, xres, resp, secs) \ argument 276 #define clnt_call(rh, proc, xargs, argsp, xres, resp, secs) \ argument
|
| H A D | svc.h | 474 #define SVC_GETARGS(xprt, xargs, argsp) \ argument 476 #define svc_getargs(xprt, xargs, argsp) \ argument 484 #define SVC_FREEARGS(xprt, xargs, argsp) \ argument 486 #define svc_freeargs(xprt, xargs, argsp) \ argument
|
| H A D | svc.c | 1445 svc_getargs(struct svc_req *rqstp, xdrproc_t xargs, void *args) in svc_getargs() 1462 svc_freeargs(struct svc_req *rqstp, xdrproc_t xargs, void *args) in svc_freeargs()
|
| H A D | rpc_generic.c | 742 xdrproc_t xargs, /* xdr routine for args */ in clnt_call_private()
|
| /freebsd-14.2/lib/libc/rpc/ |
| H A D | clnt_bcast.c | 243 xdrproc_t xargs, caddr_t argsp, xdrproc_t xresults, caddr_t resultsp, in rpc_broadcast_exp() 667 rpc_broadcast(rpcprog_t prog, rpcvers_t vers, rpcproc_t proc, xdrproc_t xargs, in rpc_broadcast()
|
| H A D | clnt_raw.c | 142 clnt_raw_call(CLIENT *h, rpcproc_t proc, xdrproc_t xargs, void *argsp, in clnt_raw_call()
|
| H A D | rpc_soc.c | 358 clnt_broadcast(u_long prog, u_long vers, u_long proc, xdrproc_t xargs, in clnt_broadcast()
|
| H A D | clnt_dg.c | 318 clnt_dg_call(CLIENT *cl, rpcproc_t proc, xdrproc_t xargs, void *argsp, in clnt_dg_call()
|
| /freebsd-14.2/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| H A D | dt_provider.c | 243 dt_node_t *xargs, *nargs; in dt_probe_discover() local 415 dt_node_t *nargs, uint_t nargc, dt_node_t *xargs, uint_t xargc) in dt_probe_create()
|
| H A D | dt_parser.c | 2513 dt_node_probe(char *s, int protoc, dt_node_t *nargs, dt_node_t *xargs) in dt_node_probe()
|
| /freebsd-14.2/sys/powerpc/ofw/ |
| H A D | ofw_machdep.c | 757 ofw_rendezvous_dispatch(void *xargs) in ofw_rendezvous_dispatch()
|