Lines Matching refs:cl_ops
114 } *cl_ops; member
162 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, \
165 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, \
173 #define CLNT_ABORT(rh) ((*(rh)->cl_ops->cl_abort)(rh))
174 #define clnt_abort(rh) ((*(rh)->cl_ops->cl_abort)(rh))
181 #define CLNT_GETERR(rh,errp) ((*(rh)->cl_ops->cl_geterr)(rh, errp))
182 #define clnt_geterr(rh,errp) ((*(rh)->cl_ops->cl_geterr)(rh, errp))
192 #define CLNT_FREERES(rh,xres,resp) ((*(rh)->cl_ops->cl_freeres)(rh,xres,resp))
193 #define clnt_freeres(rh,xres,resp) ((*(rh)->cl_ops->cl_freeres)(rh,xres,resp))
202 #define CLNT_CONTROL(cl,rq,in) ((*(cl)->cl_ops->cl_control)(cl,rq,in))
203 #define clnt_control(cl,rq,in) ((*(cl)->cl_ops->cl_control)(cl,rq,in))
237 #define CLNT_DESTROY(rh) ((*(rh)->cl_ops->cl_destroy)(rh))
238 #define clnt_destroy(rh) ((*(rh)->cl_ops->cl_destroy)(rh))