Home | Sort by: relevance | last modified time | path |
/src/include/rpc/ | |
clnt.h | 227 * CLNT_GETERR(rh); 230 #define CLNT_GETERR(rh,errp) ((*(rh)->cl_ops->cl_geterr)(rh, errp)) 231 #define clnt_geterr(rh,errp) ((*(rh)->cl_ops->cl_geterr)(rh, errp)) macro |