Home
last modified time | relevance | path

Searched defs:argsp (Results 1 – 17 of 17) sorted by relevance

/freebsd-14.2/include/rpc/
H A Dsvc.h190 #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 Dclnt.h161 #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 Dclnt.h249 #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 Dsvc.h474 #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 Drpc_generic.c743 void *argsp, /* pointer to args */ in clnt_call_private()
/freebsd-14.2/lib/libc/rpc/
H A Dpmap_rmt.c79 xdrproc_t xdrargs, caddr_t argsp, xdrproc_t xdrres, caddr_t resp, in pmap_rmtcall()
H A Dclnt_bcast.c243 xdrproc_t xargs, caddr_t argsp, xdrproc_t xresults, caddr_t resultsp, in rpc_broadcast_exp()
668 caddr_t argsp, xdrproc_t xresults, caddr_t resultsp, in rpc_broadcast()
H A Dclnt_raw.c142 clnt_raw_call(CLIENT *h, rpcproc_t proc, xdrproc_t xargs, void *argsp, in clnt_raw_call()
H A Drpc_soc.c359 void *argsp, xdrproc_t xresults, void *resultsp, resultproc_t eachresult) in clnt_broadcast()
H A Dclnt_dg.c318 clnt_dg_call(CLIENT *cl, rpcproc_t proc, xdrproc_t xargs, void *argsp, in clnt_dg_call()
H A Drpcb_clnt.c1115 rpcvers_t vers, rpcproc_t proc, xdrproc_t xdrargs, caddr_t argsp, in rpcb_rmtcall()
/freebsd-14.2/sys/rpc/rpcsec_gss/
H A Drpcsec_gss_prot.c117 xdr_rpc_gss_wrap_data(struct mbuf **argsp, in xdr_rpc_gss_wrap_data()
/freebsd-14.2/sys/powerpc/powerpc/
H A Dnexus.c354 struct resource_map_request *argsp, struct resource_map *map) in nexus_map_resource()
/freebsd-14.2/sys/riscv/riscv/
H A Dnexus.c370 struct resource_map_request *argsp, struct resource_map *map) in nexus_map_resource()
/freebsd-14.2/sys/arm64/arm64/
H A Dnexus.c411 struct resource_map_request *argsp, struct resource_map *map) in nexus_map_resource()
/freebsd-14.2/sys/x86/x86/
H A Dnexus.c380 struct resource_map_request *argsp, struct resource_map *map) in nexus_map_resource()
/freebsd-14.2/bin/ps/
H A Dps.c1295 char *argsp; in saveuser() local