Searched refs:fmd_thr_create (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_api.h | 216 extern pthread_t fmd_thr_create(fmd_hdl_t *, void (*)(void *), void *);
|
H A D | fmd_api.map | 121 fmd_thr_create { TYPE = function; FLAGS = extern };
|
H A D | fmd_api.c | 1735 fmd_thr_create(fmd_hdl_t *hdl, void (*func)(void *), void *arg) in fmd_thr_create() function
|
/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/ |
H A D | schg_mgr.c | 473 g_schg_tid = fmd_thr_create(g_fm_hdl, disk_state_change_thread, in init_state_change_manager()
|
H A D | hotplug_mgr.c | 784 g_sysev_tid = fmd_thr_create(g_fm_hdl, dm_fmd_sysevent_thread, in init_hotplug_manager()
|
/illumos-gate/usr/src/cmd/fm/modules/common/ip-transport/ |
H A D | ip.c | 521 ipx->ipx_tid = fmd_thr_create(ip_hdl, ip_xprt_thread, ipx); in ip_xprt_create()
|