/freebsd/include/rpc/ |
H A D | svc.h | 187 #define SVC_GETARGS(xprt, xargs, argsp) \ argument 189 #define svc_getargs(xprt, xargs, argsp) \ argument 197 #define SVC_FREEARGS(xprt, xargs, argsp) \ argument 199 #define svc_freeargs(xprt, xargs, argsp) \ argument
|
H A D | clnt.h | 158 #define CLNT_CALL(rh, proc, xargs, argsp, xres, resp, secs) \ argument 161 #define clnt_call(rh, proc, xargs, argsp, xres, resp, secs) \ argument
|
/freebsd/lib/libc/rpc/ |
H A D | clnt_bcast.c | 239 xdrproc_t xargs, caddr_t argsp, xdrproc_t xresults, caddr_t resultsp, in rpc_broadcast_exp() 663 rpc_broadcast(rpcprog_t prog, rpcvers_t vers, rpcproc_t proc, xdrproc_t xargs, in rpc_broadcast()
|
H A D | clnt_raw.c | 138 clnt_raw_call(CLIENT *h, rpcproc_t proc, xdrproc_t xargs, void *argsp, in clnt_raw_call()
|
H A D | rpc_soc.c | 353 clnt_broadcast(u_long prog, u_long vers, u_long proc, xdrproc_t xargs, in clnt_broadcast()
|
H A D | clnt_dg.c | 314 clnt_dg_call(CLIENT *cl, rpcproc_t proc, xdrproc_t xargs, void *argsp, in clnt_dg_call()
|
/freebsd/sys/rpc/ |
H A D | clnt.h | 216 #define CLNT_CALL_EXT(rh, ext, proc, xargs, argsp, xres, resp, secs) \ argument 231 #define CLNT_CALL(rh, proc, xargs, argsp, xres, resp, secs) \ argument 234 #define clnt_call(rh, proc, xargs, argsp, xres, resp, secs) \ argument
|
H A D | svc.c | 1441 svc_getargs(struct svc_req *rqstp, xdrproc_t xargs, void *args) in svc_getargs() 1458 svc_freeargs(struct svc_req *rqstp, xdrproc_t xargs, void *args) in svc_freeargs()
|
H A D | rpc_generic.c | 734 xdrproc_t xargs, /* xdr routine for args */ in clnt_call_private()
|
/freebsd/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 | 2536 dt_node_probe(char *s, int protoc, dt_node_t *nargs, dt_node_t *xargs) in dt_node_probe()
|
/freebsd/sys/powerpc/ofw/ |
H A D | ofw_machdep.c | 757 ofw_rendezvous_dispatch(void *xargs) in ofw_rendezvous_dispatch() argument
|