Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/
H A Dtopo_gather.c338 dm_assert(pthread_mutex_lock(&diskp->fru_mutex) == 0); in topo_add_disk()
341 dm_assert(pthread_mutex_unlock(&diskp->fru_mutex) == 0); in topo_add_disk()
510 dm_assert(pthread_mutex_lock(&diskp->fru_mutex) == 0); in topo_add_bay()
513 dm_assert(pthread_mutex_unlock(&diskp->fru_mutex) == 0); in topo_add_bay()
H A Dschg_mgr.c232 dm_assert(pthread_mutex_lock(&diskp->fru_mutex) == 0); in schg_update_fru_info()
238 dm_assert(pthread_mutex_unlock(&diskp->fru_mutex) == 0); in schg_update_fru_info()
H A Ddiskmon_conf.h180 pthread_mutex_t fru_mutex; member
H A Ddiskmon_conf.c360 dm_assert(pthread_mutex_init(&dmp->fru_mutex, NULL) == 0); in new_diskmon()