HomeSort by: relevance | last modified time | path
    Searched defs:clnt_abort (Results 1 - 3 of 3) sorted by relevancy

  /src/include/rpc/
clnt.h 219 * CLNT_ABORT(rh);
222 #define CLNT_ABORT(rh) ((*(rh)->cl_ops->cl_abort)(rh))
223 #define clnt_abort(rh) ((*(rh)->cl_ops->cl_abort)(rh)) macro
clnt.h 219 * CLNT_ABORT(rh);
222 #define CLNT_ABORT(rh) ((*(rh)->cl_ops->cl_abort)(rh))
223 #define clnt_abort(rh) ((*(rh)->cl_ops->cl_abort)(rh)) macro
clnt.h 219 * CLNT_ABORT(rh);
222 #define CLNT_ABORT(rh) ((*(rh)->cl_ops->cl_abort)(rh))
223 #define clnt_abort(rh) ((*(rh)->cl_ops->cl_abort)(rh)) macro

Completed in 31 milliseconds