/freebsd/crypto/krb5/src/include/gssrpc/ |
H A D | svc.h | 133 #define SVC_GETARGS(xprt, xargs, argsp) \ argument 135 #define svc_getargs(xprt, xargs, argsp) \ argument 138 #define SVC_GETARGS_REQ(xprt, req, xargs, argsp) \ argument 140 #define svc_getargs_req(xprt, req, xargs, argsp) \ argument 153 #define SVC_FREEARGS(xprt, xargs, argsp) \ argument 155 #define svc_freeargs(xprt, xargs, argsp) \ argument
|
H A D | clnt.h | 161 #define CLNT_CALL(rh, proc, xargs, argsp, xres, resp, secs) \ argument 163 #define clnt_call(rh, proc, xargs, argsp, xres, resp, secs) \ argument
|
/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() argument
|
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/crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ |
H A D | ldap_principal2.c | 298 free_xargs(xargs_t xargs) in free_xargs() 311 process_db_args(krb5_context context, char **db_args, xargs_t *xargs, in process_db_args() 746 const xargs_t *xargs, const char *standalone_dn, in validate_xargs() 890 xargs_t xargs = {0}; in krb5_ldap_put_principal() local
|
/freebsd/crypto/krb5/src/lib/rpc/ |
H A D | clnt_raw.c | 137 xdrproc_t xargs, in clntraw_call()
|
H A D | pmap_rmt.c | 232 xdrproc_t xargs, /* xdr routine for args */ in clnt_broadcast()
|
H A D | clnt_udp.c | 231 xdrproc_t xargs, /* xdr routine for args */ in clntudp_call()
|
/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 | 2544 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
|