Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_solaris.c5968 if (hba->ioctl_flags & EMLXS_OPEN_EXCLUSIVE) { in emlxs_open()
5974 if (hba->ioctl_flags & EMLXS_OPEN) { in emlxs_open()
5979 hba->ioctl_flags |= EMLXS_OPEN_EXCLUSIVE; in emlxs_open()
5982 hba->ioctl_flags |= EMLXS_OPEN; in emlxs_open()
6011 if (!(hba->ioctl_flags & EMLXS_OPEN)) { in emlxs_close()
6016 hba->ioctl_flags &= ~EMLXS_OPEN; in emlxs_close()
6017 hba->ioctl_flags &= ~EMLXS_OPEN_EXCLUSIVE; in emlxs_close()
6053 if (!(hba->ioctl_flags & EMLXS_OPEN)) { in emlxs_ioctl()
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h1995 uint32_t ioctl_flags; member