Lines Matching refs:cl_ops
154 } *cl_ops; member
175 } *cl_ops;
216 #define CLNT_CLOSE(rh) ((*(rh)->cl_ops->cl_close)(rh))
235 ((*(rh)->cl_ops->cl_call)(rh, ext, proc, mreq, mrepp, secs))
274 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, \
277 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, \
286 #define CLNT_ABORT(rh) ((*(rh)->cl_ops->cl_abort)(rh))
287 #define clnt_abort(rh) ((*(rh)->cl_ops->cl_abort)(rh))
294 #define CLNT_GETERR(rh,errp) ((*(rh)->cl_ops->cl_geterr)(rh, errp))
295 #define clnt_geterr(rh,errp) ((*(rh)->cl_ops->cl_geterr)(rh, errp))
305 #define CLNT_FREERES(rh,xres,resp) ((*(rh)->cl_ops->cl_freeres)(rh,xres,resp))
306 #define clnt_freeres(rh,xres,resp) ((*(rh)->cl_ops->cl_freeres)(rh,xres,resp))
315 #define CLNT_CONTROL(cl,rq,in) ((*(cl)->cl_ops->cl_control)(cl,rq,in))
316 #define clnt_control(cl,rq,in) ((*(cl)->cl_ops->cl_control)(cl,rq,in))
376 #define CLNT_DESTROY(rh) ((*(rh)->cl_ops->cl_destroy)(rh))
377 #define clnt_destroy(rh) ((*(rh)->cl_ops->cl_destroy)(rh))