Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/comstar/port/fcoet/
H A Dfcoet.c355 if (ss->ss_ioctl_flags & FCOET_IOCTL_FLAG_OPEN) { in fcoet_open()
365 ss->ss_ioctl_flags |= FCOET_IOCTL_FLAG_OPEN; in fcoet_open()
389 if ((ss->ss_ioctl_flags & FCOET_IOCTL_FLAG_OPEN) == 0) { in fcoet_close()
H A Dfcoet.h241 #define FCOET_IOCTL_FLAG_OPEN 0x01 macro