Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_solaris.c5830 mutex_enter(&EMLXS_PM_LOCK); in emlxs_power()
5834 mutex_exit(&EMLXS_PM_LOCK); in emlxs_power()
5903 mutex_exit(&EMLXS_PM_LOCK); in emlxs_power()
6181 mutex_init(&EMLXS_PM_LOCK, NULL, MUTEX_DRIVER, in emlxs_lock_init()
6304 mutex_destroy(&EMLXS_PM_LOCK); in emlxs_lock_destroy()
7296 mutex_enter(&EMLXS_PM_LOCK); in emlxs_hba_attach()
7304 mutex_exit(&EMLXS_PM_LOCK); in emlxs_hba_attach()
7426 mutex_enter(&EMLXS_PM_LOCK); in emlxs_hba_attach()
7429 mutex_exit(&EMLXS_PM_LOCK); in emlxs_hba_attach()
7431 mutex_enter(&EMLXS_PM_LOCK); in emlxs_hba_attach()
[all …]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h2212 #define EMLXS_PM_LOCK hba->pm_lock /* pm lock */ macro