Home
last modified time | relevance | path

Searched refs:fmd_thr_create (Results 1 – 8 of 8) sorted by relevance

/titanic_41/usr/src/cmd/fm/modules/SUNW,SPARC-Enterprise/event-transport/
H A Dex_dscp.c363 hp->h_tid = fmd_thr_create(hdl, exs_server, hp); in exs_accept()
472 Acc_tid = fmd_thr_create(hdl, exs_listen, hdl); in exs_prep_accept()
/titanic_41/usr/src/cmd/fm/fmd/common/
H A Dfmd_api.h216 extern pthread_t fmd_thr_create(fmd_hdl_t *, void (*)(void *), void *);
H A Dfmd_api.map121 fmd_thr_create { TYPE = function; FLAGS = extern };
H A Dfmd_api.c1735 fmd_thr_create(fmd_hdl_t *hdl, void (*func)(void *), void *arg) in fmd_thr_create() function
/titanic_41/usr/src/cmd/fm/modules/common/disk-monitor/
H A Dschg_mgr.c475 g_schg_tid = fmd_thr_create(g_fm_hdl, disk_state_change_thread, in init_state_change_manager()
H A Dhotplug_mgr.c784 g_sysev_tid = fmd_thr_create(g_fm_hdl, dm_fmd_sysevent_thread, in init_hotplug_manager()
/titanic_41/usr/src/cmd/fm/modules/sun4v/etm/
H A Detm.c2874 iosvc->recv_tid = fmd_thr_create(fmd_hdl, in etm_iosvc_setup()
2878 iosvc->send_tid = fmd_thr_create(fmd_hdl, in etm_iosvc_setup()
3760 etm_async_e_tid = fmd_thr_create(hdl, in _fmd_init()
3862 etm_resp_tid = fmd_thr_create(hdl, etm_responder, hdl); in _fmd_init()
3863 etm_svr_tid = fmd_thr_create(hdl, etm_server, hdl); in _fmd_init()
3897 etm_async_e_tid = fmd_thr_create(hdl, in _fmd_init()
/titanic_41/usr/src/cmd/fm/modules/common/ip-transport/
H A Dip.c521 ipx->ipx_tid = fmd_thr_create(ip_hdl, ip_xprt_thread, ipx); in ip_xprt_create()