Home
last modified time | relevance | path

Searched refs:fmd_thr_destroy (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_api.h217 extern void fmd_thr_destroy(fmd_hdl_t *, pthread_t);
H A Dfmd_api.map122 fmd_thr_destroy { TYPE = function; FLAGS = extern };
H A Dfmd_api.c1762 fmd_thr_destroy(fmd_hdl_t *hdl, pthread_t tid) in fmd_thr_destroy() function
/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/
H A Dschg_mgr.c509 fmd_thr_destroy(g_fm_hdl, g_schg_tid); in cleanup_state_change_manager()
H A Dhotplug_mgr.c819 fmd_thr_destroy(g_fm_hdl, g_sysev_tid); in cleanup_hotplug_manager()
/illumos-gate/usr/src/cmd/fm/modules/common/ip-transport/
H A Dip.c567 fmd_thr_destroy(ip_hdl, ipx->ipx_tid); in ip_xprt_destroy()