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))
45 CF_SCSI | CF_EMBEDDED },
52 CF_SCSI | CF_EMBEDDED },
270 if ((cur_ctype->ctype_flags & CF_SCSI) && in a_setup()
456 if ((cur_ctype->ctype_flags & CF_SCSI) && in init_globals()
137 if (cur_ctype->ctype_flags & CF_SCSI) in do_scan()
859 if (! (cur_ctype->ctype_flags & CF_SCSI) && in d_create()
846 if ((cur_ctype->ctype_flags & CF_SCSI) && !EMBEDDED_SCSI && in c_format()863 if (cur_ctype->ctype_flags & CF_SCSI) { in c_format()
791 if ((!(ctype->ctype_flags & CF_SCSI)) && (!(flags & SUP_BPT)) && in sup_setdtype()