Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/
H A Ddm_platform.c61 static pthread_mutex_t g_ipmi_mtx = PTHREAD_MUTEX_INITIALIZER; variable
385 (void) pthread_mutex_lock(&g_ipmi_mtx); in do_action()
397 (void) pthread_mutex_unlock(&g_ipmi_mtx); in do_action()
420 (void) pthread_mutex_lock(&g_ipmi_mtx); in dm_platform_resync()
442 (void) pthread_mutex_unlock(&g_ipmi_mtx); in dm_platform_resync()