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

/illumos-gate/usr/src/uts/common/rpc/
H A Dsvc.c844 * Called from svc_xprt_cleanup() to remove a master transport handle
1018 svc_xprt_cleanup(SVCMASTERXPRT *xprt, bool_t detached) function
1503 * - if the transport is closing (xp_wq is NULL) call svc_xprt_cleanup();
1522 /* svc_xprt_cleanup() unlocks xp_thread_lock or destroys xprt */
1526 svc_xprt_cleanup(xprt, FALSE);
1538 * - if the transport is closing (xp_wq is NULL) call svc_xprt_cleanup();
1558 /* svc_xprt_cleanup() unlocks xp_thread_lock or destroys xprt */
1562 svc_xprt_cleanup(xprt, TRUE);
2470 * svc_xprt_cleanup() destroys the transport
2473 svc_xprt_cleanup(xpr
[all...]

Completed in 63 milliseconds