Lines Matching full:rh
149 * CLNT_CALL(rh, proc, xargs, argsp, xres, resp, timeout)
150 * CLIENT *rh;
158 #define CLNT_CALL(rh, proc, xargs, argsp, xres, resp, secs) \ argument
159 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, \
161 #define clnt_call(rh, proc, xargs, argsp, xres, resp, secs) \ argument
162 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, \
167 * CLNT_ABORT(rh);
168 * CLIENT *rh;
170 #define CLNT_ABORT(rh) ((*(rh)->cl_ops->cl_abort)(rh)) argument
171 #define clnt_abort(rh) ((*(rh)->cl_ops->cl_abort)(rh)) argument
175 * CLNT_GETERR(rh);
176 * CLIENT *rh;
178 #define CLNT_GETERR(rh,errp) ((*(rh)->cl_ops->cl_geterr)(rh, errp)) argument
179 #define clnt_geterr(rh,errp) ((*(rh)->cl_ops->cl_geterr)(rh, errp)) argument
184 * CLNT_FREERES(rh, xres, resp);
185 * CLIENT *rh;
189 #define CLNT_FREERES(rh,xres,resp) ((*(rh)->cl_ops->cl_freeres)(rh,xres,resp)) argument
190 #define clnt_freeres(rh,xres,resp) ((*(rh)->cl_ops->cl_freeres)(rh,xres,resp)) argument
231 * CLNT_DESTROY(rh);
232 * CLIENT *rh;
234 #define CLNT_DESTROY(rh) ((*(rh)->cl_ops->cl_destroy)(rh)) argument
235 #define clnt_destroy(rh) ((*(rh)->cl_ops->cl_destroy)(rh)) argument