Searched defs:rh (Results 1 – 1 of 1) sorted by relevance
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/rpc/ |
| H A D | clnt.h | 170 #define CLNT_CALL(rh, proc, xargs, argsp, xres, resp, secs) \ argument 172 #define clnt_call(rh, proc, xargs, argsp, xres, resp, secs) \ argument 180 #define CLNT_ABORT(rh) ((*(rh)->cl_ops->cl_abort)(rh)) argument 181 #define clnt_abort(rh) ((*(rh)->cl_ops->cl_abort)(rh)) argument 188 #define CLNT_GETERR(rh,errp) ((*(rh)->cl_ops->cl_geterr)(rh, errp)) argument 189 #define clnt_geterr(rh,errp) ((*(rh)->cl_ops->cl_geterr)(rh, errp)) argument 199 #define CLNT_FREERES(rh,xres,resp) ((*(rh)->cl_ops->cl_freeres)(rh,xres,resp)) argument 200 #define clnt_freeres(rh,xres,resp) ((*(rh)->cl_ops->cl_freeres)(rh,xres,resp)) argument 246 #define CLNT_DESTROY(rh) ((*(rh)->cl_ops->cl_destroy)(rh)) argument 247 #define clnt_destroy(rh) ((*(rh)->cl_ops->cl_destroy)(rh)) argument
|