Home
last modified time | relevance | path

Searched refs:ctype_flags (Results 1 – 11 of 11) sorted by relevance

/titanic_44/usr/src/cmd/format/
H A Dglobal.h207 #define SMD (cur_ctype->ctype_flags & CF_SMD_DEFS)
208 #define SCSI (cur_ctype->ctype_flags & CF_SCSI)
209 #define EMBEDDED_SCSI ((cur_ctype->ctype_flags & (CF_SCSI|CF_EMBEDDED)) == \
H A Ddefect.c85 if (cur_ctype->ctype_flags & CF_NOWLIST) { in read_list()
92 if (cur_ctype->ctype_flags & CF_WLIST) { in read_list()
336 if (cur_ctype->ctype_flags & CF_NOWLIST) { in write_deflist()
343 if (cur_ctype->ctype_flags & CF_WLIST) { in write_deflist()
H A Dmain.c420 if (cur_ctype->ctype_flags & CF_APC)
431 if ((cur_ctype->ctype_flags & CF_SCSI) &&
505 if (!(cur_ctype->ctype_flags & CF_CONFIRM)) {
622 if (cur_ctype->ctype_flags & CF_SMD_DEFS) { in get_disk_characteristics()
H A Dmenu_defect.c137 if (!(cur_ctype->ctype_flags & CF_CONFIRM) && in d_original()
207 if (! (cur_ctype->ctype_flags & CF_CONFIRM) && in d_extract()
868 if (! (cur_ctype->ctype_flags & CF_SCSI) && in d_create()
H A Dhardware_structs.h156 int ctype_flags; /* flags for gotchas */ member
H A Dmenu_command.c837 if ((cur_ctype->ctype_flags & CF_SCSI) && !EMBEDDED_SCSI && in c_format()
838 (cur_ctype->ctype_flags & CF_DEFECTS) && in c_format()
854 if (cur_ctype->ctype_flags & CF_SCSI) { in c_format()
1404 } else if (cur_ctype->ctype_flags & CF_WLIST) { in c_repair()
1913 if (cur_ctype->ctype_flags & CF_BLABEL) in c_backup()
2180 if (cur_ctype->ctype_flags & CF_BLABEL) in c_verify()
H A Danalyze.c149 if (cur_ctype->ctype_flags & CF_SCSI)
555 } else if (cur_ctype->ctype_flags & CF_WLIST) {
H A Dmenu_analyze.c272 if ((cur_ctype->ctype_flags & CF_SCSI) && in a_setup()
H A Dprompts.c430 if (cur_ctype->ctype_flags & CF_SMD_DEFS) { in get_bps()
H A Dstartup.c771 if ((!(ctype->ctype_flags & CF_SCSI)) && (!(flags & SUP_BPT)) && in sup_setdtype()
772 (!(ctype->ctype_flags & CF_NOFORMAT))) { in sup_setdtype()
776 if ((ctype->ctype_flags & CF_SMD_DEFS) && (!(flags & SUP_BPS))) { in sup_setdtype()
1705 tctlr->ctype_flags = CF_WLIST; in add_device_to_disklist()
H A Dlabel.c440 if (cur_ctype->ctype_flags & CF_BLABEL) in write_label()