Home
last modified time | relevance | path

Searched defs:clnt_destroy (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dsvid_funcs.c87 clnt_destroy(CLIENT *cl) in clnt_destroy() function
/illumos-gate/usr/src/uts/common/rpc/
H A Dclnt.h697 #define clnt_destroy(rh) ((*(rh)->cl_ops->cl_destroy)(rh)) macro