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

/illumos-gate/usr/src/uts/common/rpc/
H A Dclnt_clts.c83 static void clnt_clts_kdestroy(CLIENT *);
95 clnt_clts_kdestroy, /* destroy rpc handle */
198 * clnt_clts_kcreate, and freed by clnt_clts_kdestroy.
1093 clnt_clts_kdestroy(CLIENT *h) function
1101 RPCLOG(8, "clnt_clts_kdestroy h: %p\n", (void *)h);
1102 RPCLOG(8, "clnt_clts_kdestroy h: xid=0x%x\n", p->cku_xid);

Completed in 72 milliseconds