Lines Matching defs:rh
533 #define CLNT_CALL(rh, proc, xargs, argsp, xres, resp, secs) \ argument
535 #define clnt_call(rh, proc, xargs, argsp, xres, resp, secs) \ argument
549 #define CLNT_SEND(rh, proc, xargs, argsp) \ argument
551 #define clnt_send(rh, proc, xargs, argsp) \ argument
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
580 #define clnt_freeres(rh, xres, resp) \ argument
678 #define CLNT_SETTIMERS(rh, t, all, min, fdbck, arg, xid) \ argument
681 #define clnt_settimers(rh, t, all, min, fdbck, arg, xid) \ argument
696 #define CLNT_DESTROY(rh) ((*(rh)->cl_ops->cl_destroy)(rh)) argument
697 #define clnt_destroy(rh) ((*(rh)->cl_ops->cl_destroy)(rh)) argument