Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_ioctl.c123 if (flags & FEXCL && ha->flags & QL_OPENED) { in ql_open()
127 ha->flags |= QL_OPENED; in ql_open()
177 ha->flags &= ~QL_OPENED; in ql_close()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1938 #define QL_OPENED (uint64_t)BIT_1 macro