Symbol: FCP_TGT_OFFLINE
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
11315
if (ptgt->tgt_state & (FCP_TGT_OFFLINE | FCP_TGT_BUSY)) {
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
11641
if (ptgt->tgt_state & (FCP_TGT_OFFLINE | FCP_TGT_BUSY)) {
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
1601
if (ptgt->tgt_state & FCP_TGT_OFFLINE) {
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
4685
!(ptgt->tgt_state & FCP_TGT_OFFLINE)) {
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
4779
if (!(ptgt->tgt_state & FCP_TGT_OFFLINE)) {
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
4815
if (!(ptgt->tgt_state & FCP_TGT_OFFLINE)) {
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
5015
ptgt->tgt_state &= ~(FCP_TGT_OFFLINE | FCP_TGT_MARK);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
5081
ptgt->tgt_state &= ~FCP_TGT_OFFLINE;
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
5452
if (!(ptgt->tgt_state & FCP_TGT_OFFLINE)) {
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
5500
if (!(plun->lun_state & FCP_TGT_OFFLINE)) {
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
6314
ptgt->tgt_state &= ~(FCP_TGT_OFFLINE |
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
7977
if (!(ptgt->tgt_state & FCP_TGT_OFFLINE)) {
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
8302
ASSERT(!(ptgt->tgt_state & FCP_TGT_OFFLINE));
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
8348
ptgt->tgt_state = FCP_TGT_OFFLINE;
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
8501
!(elem->plun->lun_state & FCP_TGT_OFFLINE)) {
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
8558
FCP_TGT_OFFLINE)) {
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
9306
if (!(ptgt->tgt_state & FCP_TGT_OFFLINE)) {
usr/src/uts/common/sys/fibre-channel/ulp/fcpvar.h
1121
#define FCP_LUN_OFFLINE FCP_TGT_OFFLINE