Home
last modified time | relevance | path

Searched defs:xargs (Results 1 – 12 of 12) sorted by relevance

/freebsd/include/rpc/
H A Dsvc.h187 #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 Dclnt.h158 #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 Dclnt_bcast.c239 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 Dclnt_raw.c138 clnt_raw_call(CLIENT *h, rpcproc_t proc, xdrproc_t xargs, void *argsp, in clnt_raw_call()
H A Drpc_soc.c353 clnt_broadcast(u_long prog, u_long vers, u_long proc, xdrproc_t xargs, in clnt_broadcast()
H A Dclnt_dg.c314 clnt_dg_call(CLIENT *cl, rpcproc_t proc, xdrproc_t xargs, void *argsp, in clnt_dg_call()
/freebsd/sys/rpc/
H A Dclnt.h216 #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 Dsvc.c1441 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 Drpc_generic.c734 xdrproc_t xargs, /* xdr routine for args */ in clnt_call_private()
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_provider.c243 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 Ddt_parser.c2536 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 Dofw_machdep.c757 ofw_rendezvous_dispatch(void *xargs) in ofw_rendezvous_dispatch() argument