CF_SCSI
if (cur_ctype->ctype_flags & CF_SCSI)
#define CF_CONFIRM (CF_SCSI|CF_IPI)
#define SCSI (cur_ctype->ctype_flags & CF_SCSI)
#define EMBEDDED_SCSI ((cur_ctype->ctype_flags & (CF_SCSI|CF_EMBEDDED)) == \
(CF_SCSI|CF_EMBEDDED))
CF_SCSI | CF_EMBEDDED },
CF_SCSI | CF_EMBEDDED },
if ((cur_ctype->ctype_flags & CF_SCSI) &&
if ((cur_ctype->ctype_flags & CF_SCSI) &&
if ((cur_ctype->ctype_flags & CF_SCSI) && !EMBEDDED_SCSI &&
if (cur_ctype->ctype_flags & CF_SCSI) {
if (! (cur_ctype->ctype_flags & CF_SCSI) &&
if ((!(ctype->ctype_flags & CF_SCSI)) && (!(flags & SUP_BPT)) &&