Searched defs:clnt_destroy (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dsvid_funcs.c46 #undef clnt_destroy macro
89 clnt_destroy(CLIENT *cl) function
/illumos-gate/usr/src/lib/libbc/inc/include/rpc/
H A Dclnt.h190 #define CLSET_FD_CLOSE 8 /* close fd while clnt_destroy */
191 #define CLSET_FD_NCLOSE 9 /* Do not close fd while clnt_destroy */
204 #define clnt_destroy(rh) ((*(rh)->cl_ops->cl_destroy)(rh)) macro
/illumos-gate/usr/src/uts/common/rpc/
H A Dclnt.h607 #define CLSET_FD_CLOSE 8 /* close fd while clnt_destroy */
608 #define CLSET_FD_NCLOSE 9 /* Do not close fd while clnt_destroy */
697 #define clnt_destroy(rh) ((*(rh)->cl_ops->cl_destroy)(rh)) macro
/illumos-gate/usr/src/man/man3nsl/
H A DMakefile119 clnt_destroy.3nsl \
390 clnt_destroy.3nsl := LINKSRC = rpc_clnt_create.3nsl

Completed in 50 milliseconds