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

  /src/include/rpc/
clnt.h 149 void (*cl_abort)(struct __rpc_client *); member in struct:__rpc_client::clnt_ops
222 #define CLNT_ABORT(rh) ((*(rh)->cl_ops->cl_abort)(rh))
223 #define clnt_abort(rh) ((*(rh)->cl_ops->cl_abort)(rh))
clnt.h 149 void (*cl_abort)(struct __rpc_client *); member in struct:__rpc_client::clnt_ops
222 #define CLNT_ABORT(rh) ((*(rh)->cl_ops->cl_abort)(rh))
223 #define clnt_abort(rh) ((*(rh)->cl_ops->cl_abort)(rh))
clnt.h 149 void (*cl_abort)(struct __rpc_client *); member in struct:__rpc_client::clnt_ops
222 #define CLNT_ABORT(rh) ((*(rh)->cl_ops->cl_abort)(rh))
223 #define clnt_abort(rh) ((*(rh)->cl_ops->cl_abort)(rh))

Completed in 36 milliseconds