Searched refs:fmd_thr_create (Results 1 - 7 of 7) 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.c | 1735 fmd_thr_create(fmd_hdl_t *hdl, void (*func)(void *), void *arg) function
|
/illumos-gate/usr/src/cmd/fm/modules/SUNW,SPARC-Enterprise/event-transport/ |
H A D | ex_dscp.c | 363 hp->h_tid = fmd_thr_create(hdl, exs_server, hp); 472 Acc_tid = fmd_thr_create(hdl, exs_listen, hdl);
|
/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/ |
H A D | schg_mgr.c | 475 g_schg_tid = fmd_thr_create(g_fm_hdl, disk_state_change_thread,
|
H A D | hotplug_mgr.c | 784 g_sysev_tid = fmd_thr_create(g_fm_hdl, dm_fmd_sysevent_thread,
|
/illumos-gate/usr/src/cmd/fm/modules/sun4v/etm/ |
H A D | etm.c | 2874 iosvc->recv_tid = fmd_thr_create(fmd_hdl, 2878 iosvc->send_tid = fmd_thr_create(fmd_hdl, 3760 etm_async_e_tid = fmd_thr_create(hdl, 3862 etm_resp_tid = fmd_thr_create(hdl, etm_responder, hdl); 3863 etm_svr_tid = fmd_thr_create(hdl, etm_server, hdl); 3897 etm_async_e_tid = fmd_thr_create(hdl,
|
/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);
|
Completed in 83 milliseconds