Home
last modified time | relevance | path

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

/illumos-gate/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.c45 CF_SCSI | CF_EMBEDDED },
H A Dinit_ci386.c52 CF_SCSI | CF_EMBEDDED },
H A Dmenu_analyze.c270 if ((cur_ctype->ctype_flags & CF_SCSI) && in a_setup()
H A Dmain.c456 if ((cur_ctype->ctype_flags & CF_SCSI) && in init_globals()
H A Danalyze.c137 if (cur_ctype->ctype_flags & CF_SCSI) in do_scan()
H A Dmenu_defect.c859 if (! (cur_ctype->ctype_flags & CF_SCSI) && in d_create()
H A Dmenu_command.c846 if ((cur_ctype->ctype_flags & CF_SCSI) && !EMBEDDED_SCSI && in c_format()
863 if (cur_ctype->ctype_flags & CF_SCSI) { in c_format()
H A Dstartup.c791 if ((!(ctype->ctype_flags & CF_SCSI)) && (!(flags & SUP_BPT)) && in sup_setdtype()