Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_solaris.c5979 mutex_enter(&EMLXS_IOCTL_LOCK); in emlxs_open()
5982 mutex_exit(&EMLXS_IOCTL_LOCK); in emlxs_open()
5988 mutex_exit(&EMLXS_IOCTL_LOCK); in emlxs_open()
5997 mutex_exit(&EMLXS_IOCTL_LOCK); in emlxs_open()
6022 mutex_enter(&EMLXS_IOCTL_LOCK); in emlxs_close()
6025 mutex_exit(&EMLXS_IOCTL_LOCK); in emlxs_close()
6032 mutex_exit(&EMLXS_IOCTL_LOCK); in emlxs_close()
6065 mutex_enter(&EMLXS_IOCTL_LOCK); in emlxs_ioctl()
6067 mutex_exit(&EMLXS_IOCTL_LOCK); in emlxs_ioctl()
6070 mutex_exit(&EMLXS_IOCTL_LOCK); in emlxs_ioctl()
[all …]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h2210 #define EMLXS_IOCTL_LOCK hba->ioctl_lock /* ioctl lock */ macro