Symbol: FCP_LUN_BUSY
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
10314
fcp_update_state(pptr, (FCP_LUN_BUSY | FCP_LUN_MARK),
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
11129
if (((plun->lun_state & FCP_LUN_BUSY) && (!(pptr->port_state &
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
11646
fcp_update_tgt_state(ptgt, FCP_SET, FCP_LUN_BUSY);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
11649
if (plun->lun_state & (FCP_LUN_OFFLINE | FCP_LUN_BUSY)) {
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
11654
fcp_update_lun_state(plun, FCP_SET, FCP_LUN_BUSY);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
11666
fcp_update_tgt_state(ptgt, FCP_RESET, FCP_LUN_BUSY);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
11767
fcp_update_tgt_state(ptgt, FCP_RESET, FCP_LUN_BUSY);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
11769
fcp_update_lun_state(plun, FCP_RESET, FCP_LUN_BUSY);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
13855
FCP_RESET, FCP_LUN_BUSY);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
13858
FCP_RESET, FCP_LUN_BUSY);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
14495
if (((plun->lun_state & (FCP_LUN_BUSY | FCP_LUN_OFFLINE)) == 0) &&
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
15008
FCP_LUN_BUSY | FCP_LUN_MARK, FCP_CAUSE_USER_CREATE);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
15158
FCP_LUN_BUSY);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
15586
plun->lun_state & FCP_LUN_BUSY) {
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
3972
plun->lun_state &= ~(FCP_LUN_OFFLINE | FCP_LUN_BUSY |
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
4411
fcp_update_state(pptr, (FCP_LUN_BUSY |
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
4448
fcp_update_state(pptr, FCP_LUN_BUSY | FCP_LUN_MARK,
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
4565
FCP_LUN_BUSY | FCP_LUN_MARK, FCP_CAUSE_TGT_CHANGE);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
4894
plun->lun_state |= (FCP_LUN_BUSY | FCP_LUN_MARK);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
6363
plun->lun_state |= (FCP_LUN_BUSY | FCP_LUN_MARK);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
7095
FCP_LUN_MARK | FCP_LUN_BUSY);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
7420
~(FCP_LUN_OFFLINE | FCP_LUN_MARK | FCP_LUN_BUSY);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
7851
plun->lun_state |= FCP_LUN_BUSY | FCP_LUN_MARK;
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
8001
FCP_LUN_BUSY);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
8087
plun->lun_state &= ~FCP_LUN_BUSY;
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
8589
plun->lun_state &= ~(FCP_LUN_INIT | FCP_LUN_BUSY | FCP_LUN_MARK);