Lines Matching refs:xres
199 * CLNT_CALL(rh, proc, xargs, argsp, xres, resp, timeout)
204 * xdrproc_t xres;
208 #define CLNT_CALL(rh, proc, xargs, argsp, xres, resp, secs) \
210 (const char *)(const void *)(argsp), (xdrproc_t)xres, \
212 #define clnt_call(rh, proc, xargs, argsp, xres, resp, secs) \
214 (const char *)(const void *)(argsp), (xdrproc_t)xres, \
236 * CLNT_FREERES(rh, xres, resp);
238 * xdrproc_t xres;
241 #define CLNT_FREERES(rh,xres,resp) ((*(rh)->cl_ops->cl_freeres)(rh,xres,resp))
242 #define clnt_freeres(rh,xres,resp) ((*(rh)->cl_ops->cl_freeres)(rh,xres,resp))