Home
last modified time | relevance | path

Searched defs:CLNT_DESTROY (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/stand/lib/fs/nfs/
H A Dclnt.h161 #define CLNT_DESTROY(rh) ((*(rh)->cl_ops->cl_destroy)(rh)) macro
/titanic_44/usr/src/lib/libbc/inc/include/rpc/
H A Dclnt.h203 #define CLNT_DESTROY(rh) ((*(rh)->cl_ops->cl_destroy)(rh)) macro
/titanic_44/usr/src/uts/common/rpc/
H A Dclnt.h696 #define CLNT_DESTROY(rh) ((*(rh)->cl_ops->cl_destroy)(rh)) macro
/titanic_44/usr/src/uts/common/avs/ns/
H A Dcontract.h305 void CLNT_DESTROY(void *a) { } in CLNT_DESTROY() function