Lines Matching defs:argsp
519 * CLNT_CALL(rh, proc, xargs, argsp, xres, resp, timeout)
523 * caddr_t argsp;
533 #define CLNT_CALL(rh, proc, xargs, argsp, xres, resp, secs) \
534 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, argsp, xres, resp, secs))
535 #define clnt_call(rh, proc, xargs, argsp, xres, resp, secs) \
536 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, argsp, xres, resp, secs))
541 * CLNT_SEND(rh, proc, xargs, argsp)
545 * caddr_t argsp;
549 #define CLNT_SEND(rh, proc, xargs, argsp) \
550 ((*(rh)->cl_ops->cl_send)(rh, proc, xargs, argsp))
551 #define clnt_send(rh, proc, xargs, argsp) \
552 ((*(rh)->cl_ops->cl_send)(rh, proc, xargs, argsp))
1016 * rpc_broadcast(prog, vers, proc, xargs, argsp, xresults, resultsp,
1022 * caddr_t argsp; -- pointer to args
1040 * rpc_broadcast_exp(prog, vers, proc, xargs, argsp, xresults, resultsp,
1046 * caddr_t argsp; -- pointer to args