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

/illumos-gate/usr/src/uts/common/rpc/
H A Dclnt_cots.c213 static void clnt_cots_kdestroy(CLIENT *);
348 * clnt_cots_kcreate, and freed by clnt_cots_kdestroy.
428 clnt_cots_kdestroy, /* destroy rpc handle */
744 clnt_cots_kdestroy(CLIENT *h) function
750 RPCLOG(8, "clnt_cots_kdestroy h: %p\n", (void *)h);
751 RPCLOG(8, "clnt_cots_kdestroy h: xid=0x%x\n", p->cku_xid);
754 RPCLOG(64, "clnt_cots_kdestroy h: removing call for xid 0x%x "

Completed in 77 milliseconds