Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_solaris.c5981 if (hba->ioctl_flags & EMLXS_OPEN_EXCLUSIVE) { in emlxs_open()
5987 if (hba->ioctl_flags & EMLXS_OPEN) { in emlxs_open()
5992 hba->ioctl_flags |= EMLXS_OPEN_EXCLUSIVE; in emlxs_open()
5995 hba->ioctl_flags |= EMLXS_OPEN; in emlxs_open()
6024 if (!(hba->ioctl_flags & EMLXS_OPEN)) { in emlxs_close()
6029 hba->ioctl_flags &= ~EMLXS_OPEN; in emlxs_close()
6030 hba->ioctl_flags &= ~EMLXS_OPEN_EXCLUSIVE; in emlxs_close()
6066 if (!(hba->ioctl_flags & EMLXS_OPEN)) { in emlxs_ioctl()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h2009 uint32_t ioctl_flags; member