Home
last modified time | relevance | path

Searched refs:rh (Results 1 – 1 of 1) sorted by relevance

/sunrpc/rpc/
A Dclnt.h167 #define CLNT_CALL(rh, proc, xargs, argsp, xres, resp, secs) \ argument
168 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, argsp, xres, resp, secs))
170 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, argsp, xres, resp, secs))
177 #define CLNT_ABORT(rh) ((*(rh)->cl_ops->cl_abort)(rh)) argument
178 #define clnt_abort(rh) ((*(rh)->cl_ops->cl_abort)(rh)) argument
185 #define CLNT_GETERR(rh,errp) ((*(rh)->cl_ops->cl_geterr)(rh, errp)) argument
186 #define clnt_geterr(rh,errp) ((*(rh)->cl_ops->cl_geterr)(rh, errp)) argument
196 #define CLNT_FREERES(rh,xres,resp) ((*(rh)->cl_ops->cl_freeres)(rh,xres,resp)) argument
197 #define clnt_freeres(rh,xres,resp) ((*(rh)->cl_ops->cl_freeres)(rh,xres,resp)) argument
243 #define CLNT_DESTROY(rh) ((*(rh)->cl_ops->cl_destroy)(rh)) argument
[all …]

Completed in 4 milliseconds