Home
last modified time | relevance | path

Searched refs:CF_SCSI (Results 1 – 9 of 9) sorted by relevance

/titanic_41/usr/src/cmd/format/
H A Dglobal.h176 #define CF_SCSI 0x0040 /* ctlr is for SCSI disks */ macro
202 #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))
H A Dinit_csparc.c47 CF_SCSI | CF_EMBEDDED },
H A Dinit_ci386.c54 CF_SCSI | CF_EMBEDDED },
H A Dmenu_analyze.c272 if ((cur_ctype->ctype_flags & CF_SCSI) && in a_setup()
H A Dmain.c431 if ((cur_ctype->ctype_flags & CF_SCSI) &&
H A Danalyze.c149 if (cur_ctype->ctype_flags & CF_SCSI)
H A Dmenu_defect.c868 if (! (cur_ctype->ctype_flags & CF_SCSI) && in d_create()
H A Dmenu_command.c837 if ((cur_ctype->ctype_flags & CF_SCSI) && !EMBEDDED_SCSI && in c_format()
854 if (cur_ctype->ctype_flags & CF_SCSI) { in c_format()
H A Dstartup.c771 if ((!(ctype->ctype_flags & CF_SCSI)) && (!(flags & SUP_BPT)) && in sup_setdtype()