HomeSort by relevance Sort by last modified time
    Searched defs:CLNT_DESTROY (Results 1 - 4 of 4) sorted by null

  /onnv/onnv-gate/usr/src/stand/lib/fs/nfs/
clnt.h 148 #define CLSET_FD_CLOSE 8 /* close fd while clnt_destroy */
149 #define CLSET_FD_NCLOSE 9 /* Do not close fd while clnt_destroy */
158 * CLNT_DESTROY(rh);
161 #define CLNT_DESTROY(rh) ((*(rh)->cl_ops->cl_destroy)(rh))
  /onnv/onnv-gate/usr/src/lib/libbc/inc/include/rpc/
clnt.h 190 #define CLSET_FD_CLOSE 8 /* close fd while clnt_destroy */
191 #define CLSET_FD_NCLOSE 9 /* Do not close fd while clnt_destroy */
200 * CLNT_DESTROY(rh);
203 #define CLNT_DESTROY(rh) ((*(rh)->cl_ops->cl_destroy)(rh))
204 #define clnt_destroy(rh) ((*(rh)->cl_ops->cl_destroy)(rh)) macro
  /onnv/onnv-gate/usr/src/uts/common/avs/ns/
contract.h 305 void CLNT_DESTROY(void *a) { }
  /onnv/onnv-gate/usr/src/uts/common/rpc/
clnt.h 607 #define CLSET_FD_CLOSE 8 /* close fd while clnt_destroy */
608 #define CLSET_FD_NCLOSE 9 /* Do not close fd while clnt_destroy */
688 * CLNT_DESTROY(rh);
692 * CLNT_DESTROY
696 #define CLNT_DESTROY(rh) ((*(rh)->cl_ops->cl_destroy)(rh))
697 #define clnt_destroy(rh) ((*(rh)->cl_ops->cl_destroy)(rh)) macro

Completed in 180 milliseconds