Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun/io/scsi/adapters/
H A Dsf.c972 if (!(target->sft_state & SF_TARGET_OFFLINE)) { in sf_detach()
982 SF_TARGET_OFFLINE)) { in sf_detach()
1034 if (!(target->sft_state & SF_TARGET_OFFLINE)) { in sf_detach()
1043 SF_TARGET_OFFLINE)) { in sf_detach()
2208 if (!(target->sft_state & SF_TARGET_OFFLINE)) in sf_statec_callback()
2370 if (!(target->sft_state & SF_TARGET_OFFLINE)) in sf_statec_callback()
2418 if (!(target->sft_state & SF_TARGET_OFFLINE)) { in sf_statec_callback()
3255 ptarget->sft_state&SF_TARGET_OFFLINE) { in sf_create_target()
3272 target->sft_state &= ~(SF_TARGET_OFFLINE| in sf_create_target()
3413 target->sft_state &= ~(SF_TARGET_OFFLINE|SF_TARGET_MARK); in sf_create_target()
[all …]
/titanic_41/usr/src/uts/sun/sys/scsi/adapters/
H A Dsfvar.h238 #define SF_TARGET_OFFLINE 0x4 macro