Searched refs:g_fm_hdl (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/ |
H A D | util.c | 53 fmd_hdl_vdebug(g_fm_hdl, fmt, ap); in verror() 56 fmd_hdl_debug(g_fm_hdl, ": %s\n", strerror(error)); in verror() 67 fmd_hdl_debug(g_fm_hdl, "WARNING: "); in vwarn_e() 68 fmd_hdl_vdebug(g_fm_hdl, fmt, ap); in vwarn_e() 71 fmd_hdl_debug(g_fm_hdl, ": %s\n", strerror(error)); in vwarn_e() 80 fmd_hdl_debug(g_fm_hdl, "WARNING: "); in vwarn() 81 fmd_hdl_vdebug(g_fm_hdl, fmt, ap); in vwarn() 94 fmd_hdl_vdebug(g_fm_hdl, fmt, ap); in vcont() 97 fmd_hdl_debug(g_fm_hdl, ": %s\n", strerror(error)); in vcont() 112 fmd_hdl_vdebug(g_fm_hdl, fmt, ap); in log_msg() [all …]
|
H A D | disk_monitor.c | 76 fmd_hdl_t *g_fm_hdl = NULL; variable 346 g_fm_hdl = hdl; in _fmd_init() 401 g_fm_hdl = NULL; in _fmd_fini()
|
H A D | schg_mgr.c | 230 update_configuration_from_topo(g_fm_hdl, diskp) == TOPO_SUCCESS) { in schg_update_fru_info() 473 g_schg_tid = fmd_thr_create(g_fm_hdl, disk_state_change_thread, in init_state_change_manager() 509 fmd_thr_destroy(g_fm_hdl, g_schg_tid); in cleanup_state_change_manager()
|
H A D | disk_monitor.h | 46 extern fmd_hdl_t *g_fm_hdl;
|
H A D | hotplug_mgr.c | 784 g_sysev_tid = fmd_thr_create(g_fm_hdl, dm_fmd_sysevent_thread, in init_hotplug_manager() 819 fmd_thr_destroy(g_fm_hdl, g_sysev_tid); in cleanup_hotplug_manager()
|