Lines Matching refs:rh
533 #define CLNT_CALL(rh, proc, xargs, argsp, xres, resp, secs) \ argument
534 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, argsp, xres, resp, secs))
535 #define clnt_call(rh, proc, xargs, argsp, xres, resp, secs) \ argument
536 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, argsp, xres, resp, secs))
549 #define CLNT_SEND(rh, proc, xargs, argsp) \ argument
550 ((*(rh)->cl_ops->cl_send)(rh, proc, xargs, argsp))
551 #define clnt_send(rh, proc, xargs, argsp) \ argument
552 ((*(rh)->cl_ops->cl_send)(rh, proc, xargs, argsp))
560 #define CLNT_ABORT(rh) ((*(rh)->cl_ops->cl_abort)(rh)) argument
561 #define clnt_abort(rh) ((*(rh)->cl_ops->cl_abort)(rh)) argument
568 #define CLNT_GETERR(rh, errp) ((*(rh)->cl_ops->cl_geterr)(rh, errp)) argument
569 #define clnt_geterr(rh, errp) ((*(rh)->cl_ops->cl_geterr)(rh, errp)) argument
578 #define CLNT_FREERES(rh, xres, resp) \ argument
579 ((*(rh)->cl_ops->cl_freeres)(rh, xres, resp))
580 #define clnt_freeres(rh, xres, resp) \ argument
581 ((*(rh)->cl_ops->cl_freeres)(rh, xres, resp))
678 #define CLNT_SETTIMERS(rh, t, all, min, fdbck, arg, xid) \ argument
679 ((*(rh)->cl_ops->cl_settimers)(rh, t, all, min, \
681 #define clnt_settimers(rh, t, all, min, fdbck, arg, xid) \ argument
682 ((*(rh)->cl_ops->cl_settimers)(rh, t, all, min, \
696 #define CLNT_DESTROY(rh) ((*(rh)->cl_ops->cl_destroy)(rh)) argument
697 #define clnt_destroy(rh) ((*(rh)->cl_ops->cl_destroy)(rh)) argument