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

/opensolaris-onvv-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c964 static uchar_t fcp_oflag = FCP_IDLE; /* open flag */ variable
1309 if (fcp_oflag & FCP_EXCL) {
1315 if (fcp_oflag & FCP_OPEN) {
1319 fcp_oflag |= FCP_EXCL;
1321 fcp_oflag |= FCP_OPEN;
1337 if (!(fcp_oflag & FCP_OPEN)) {
1341 fcp_oflag = FCP_IDLE;
1372 if (!(fcp_oflag & FCP_OPEN)) {
1641 if (fcp_oflag & FCP_BUSY) {
1650 fcp_oflag |
[all...]

Completed in 113 milliseconds