Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c968 static uchar_t fcp_oflag = FCP_IDLE; /* open flag */ variable
1313 if (fcp_oflag & FCP_EXCL) { in fcp_open()
1319 if (fcp_oflag & FCP_OPEN) { in fcp_open()
1323 fcp_oflag |= FCP_EXCL; in fcp_open()
1325 fcp_oflag |= FCP_OPEN; in fcp_open()
1341 if (!(fcp_oflag & FCP_OPEN)) { in fcp_close()
1345 fcp_oflag = FCP_IDLE; in fcp_close()
1376 if (!(fcp_oflag & FCP_OPEN)) { in fcp_ioctl()
1645 if (fcp_oflag & FCP_BUSY) { in fcp_setup_device_data_ioctl()
1654 fcp_oflag |= FCP_BUSY; in fcp_setup_device_data_ioctl()
[all …]