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

  /src/include/rpc/
clnt.h 157 void (*cl_destroy)(struct __rpc_client *); member in struct:__rpc_client::clnt_ops
284 #define CLNT_DESTROY(rh) ((*(rh)->cl_ops->cl_destroy)(rh))
285 #define clnt_destroy(rh) ((*(rh)->cl_ops->cl_destroy)(rh))
clnt.h 157 void (*cl_destroy)(struct __rpc_client *); member in struct:__rpc_client::clnt_ops
284 #define CLNT_DESTROY(rh) ((*(rh)->cl_ops->cl_destroy)(rh))
285 #define clnt_destroy(rh) ((*(rh)->cl_ops->cl_destroy)(rh))

Completed in 24 milliseconds