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

  /src/include/rpc/
clnt.h 262 #define CLSET_FD_CLOSE 8 /* close fd while clnt_destroy */
263 #define CLSET_FD_NCLOSE 9 /* Do not close fd while clnt_destroy */
281 * CLNT_DESTROY(rh);
284 #define CLNT_DESTROY(rh) ((*(rh)->cl_ops->cl_destroy)(rh))
285 #define clnt_destroy(rh) ((*(rh)->cl_ops->cl_destroy)(rh)) macro
clnt.h 262 #define CLSET_FD_CLOSE 8 /* close fd while clnt_destroy */
263 #define CLSET_FD_NCLOSE 9 /* Do not close fd while clnt_destroy */
281 * CLNT_DESTROY(rh);
284 #define CLNT_DESTROY(rh) ((*(rh)->cl_ops->cl_destroy)(rh))
285 #define clnt_destroy(rh) ((*(rh)->cl_ops->cl_destroy)(rh)) macro
clnt.h 262 #define CLSET_FD_CLOSE 8 /* close fd while clnt_destroy */
263 #define CLSET_FD_NCLOSE 9 /* Do not close fd while clnt_destroy */
281 * CLNT_DESTROY(rh);
284 #define CLNT_DESTROY(rh) ((*(rh)->cl_ops->cl_destroy)(rh))
285 #define clnt_destroy(rh) ((*(rh)->cl_ops->cl_destroy)(rh)) macro

Completed in 33 milliseconds