Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fcoe/
H A Dfcoe.h209 #define FCOE_IOCTL_FLAG_OPEN 0x01 macro
H A Dfcoe.c478 if (ss->ss_ioctl_flags & FCOE_IOCTL_FLAG_OPEN) { in fcoe_open()
489 ss->ss_ioctl_flags |= FCOE_IOCTL_FLAG_OPEN; in fcoe_open()
513 if ((ss->ss_ioctl_flags & FCOE_IOCTL_FLAG_OPEN) == 0) { in fcoe_close()
542 if ((ss->ss_ioctl_flags & FCOE_IOCTL_FLAG_OPEN) == 0) { in fcoe_ioctl()