Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/comstar/port/fct/
H A Dfct.c115 static kmutex_t fct_global_mutex; variable
135 mutex_init(&fct_global_mutex, NULL, MUTEX_DRIVER, NULL); in _init()
148 mutex_destroy(&fct_global_mutex); in _fini()
330 mutex_enter(&fct_global_mutex); in fct_get_port_list()
338 mutex_exit(&fct_global_mutex); in fct_get_port_list()
348 ASSERT(mutex_owned(&fct_global_mutex)); in fct_get_iport_per_wwn()
372 mutex_exit(&fct_global_mutex); in fct_get_adapter_attr()
374 mutex_enter(&fct_global_mutex); in fct_get_adapter_attr()
434 mutex_exit(&fct_global_mutex); in fct_get_adapter_port_attr()
436 mutex_enter(&fct_global_mutex); in fct_get_adapter_port_attr()
[all …]