Lines Matching refs:cl_ops
147 } *cl_ops; member
171 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, argsp, xres, resp, secs))
173 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, argsp, xres, resp, secs))
180 #define CLNT_ABORT(rh) ((*(rh)->cl_ops->cl_abort)(rh))
181 #define clnt_abort(rh) ((*(rh)->cl_ops->cl_abort)(rh))
188 #define CLNT_GETERR(rh,errp) ((*(rh)->cl_ops->cl_geterr)(rh, errp))
189 #define clnt_geterr(rh,errp) ((*(rh)->cl_ops->cl_geterr)(rh, errp))
199 #define CLNT_FREERES(rh,xres,resp) ((*(rh)->cl_ops->cl_freeres)(rh,xres,resp))
200 #define clnt_freeres(rh,xres,resp) ((*(rh)->cl_ops->cl_freeres)(rh,xres,resp))
209 #define CLNT_CONTROL(cl,rq,in) ((*(cl)->cl_ops->cl_control)(cl,rq,in))
210 #define clnt_control(cl,rq,in) ((*(cl)->cl_ops->cl_control)(cl,rq,in))
246 #define CLNT_DESTROY(rh) ((*(rh)->cl_ops->cl_destroy)(rh))
247 #define clnt_destroy(rh) ((*(rh)->cl_ops->cl_destroy)(rh))