Searched refs:CF_SCSI (Results 1 – 9 of 9) sorted by relevance
176 #define CF_SCSI 0x0040 /* ctlr is for SCSI disks */ macro202 #define CF_CONFIRM (CF_SCSI|CF_IPI)208 #define SCSI (cur_ctype->ctype_flags & CF_SCSI)209 #define EMBEDDED_SCSI ((cur_ctype->ctype_flags & (CF_SCSI|CF_EMBEDDED)) == \210 (CF_SCSI|CF_EMBEDDED))
47 CF_SCSI | CF_EMBEDDED },
54 CF_SCSI | CF_EMBEDDED },
272 if ((cur_ctype->ctype_flags & CF_SCSI) && in a_setup()
431 if ((cur_ctype->ctype_flags & CF_SCSI) &&
149 if (cur_ctype->ctype_flags & CF_SCSI)
868 if (! (cur_ctype->ctype_flags & CF_SCSI) && in d_create()
837 if ((cur_ctype->ctype_flags & CF_SCSI) && !EMBEDDED_SCSI && in c_format()854 if (cur_ctype->ctype_flags & CF_SCSI) { in c_format()
771 if ((!(ctype->ctype_flags & CF_SCSI)) && (!(flags & SUP_BPT)) && in sup_setdtype()