Home
last modified time | relevance | path

Searched refs:EMBEDDED_SCSI (Results 1 – 8 of 8) sorted by relevance

/titanic_44/usr/src/cmd/format/
H A Dmenu_defect.c66 assert(!EMBEDDED_SCSI); in d_restore()
225 if (!EMBEDDED_SCSI) { in d_extract()
270 assert(!EMBEDDED_SCSI); in d_add()
381 assert(!EMBEDDED_SCSI); in d_delete()
461 if (EMBEDDED_SCSI) in d_print()
550 if (EMBEDDED_SCSI) in d_dump()
621 assert(!EMBEDDED_SCSI); in d_load()
832 if (EMBEDDED_SCSI) in commit_list()
852 assert(!EMBEDDED_SCSI); in d_create()
904 assert(EMBEDDED_SCSI); in d_primary()
[all …]
H A Dmenu.c255 return (EMBEDDED_SCSI); in embedded_scsi()
266 return (!EMBEDDED_SCSI); in not_embedded_scsi()
H A Danalyze.c137 if (scan_correct && !EMBEDDED_SCSI && (cur_ops->op_repair != NULL) &&
201 if (!EMBEDDED_SCSI) {
419 if (!EMBEDDED_SCSI && (cur_list.flags & LIST_DIRTY) &&
542 if (EMBEDDED_SCSI) {
H A Dmenu_command.c837 if ((cur_ctype->ctype_flags & CF_SCSI) && !EMBEDDED_SCSI && in c_format()
842 } else if (cur_list.list == NULL && !EMBEDDED_SCSI) { in c_format()
1109 if (!EMBEDDED_SCSI) { in c_format()
1154 assert(!EMBEDDED_SCSI); in c_format()
1165 assert(!EMBEDDED_SCSI); in c_format()
1194 assert(!EMBEDDED_SCSI); in c_format()
1253 if (!EMBEDDED_SCSI && cur_list.list == NULL) { in c_repair()
1396 if (EMBEDDED_SCSI) { in c_repair()
1837 if (!EMBEDDED_SCSI) { in c_defect()
2023 if (EMBEDDED_SCSI) { in c_backup()
H A Dmain.c468 if (!EMBEDDED_SCSI) {
484 if (!EMBEDDED_SCSI) {
496 } else if (EMBEDDED_SCSI) {
H A Ddefect.c78 assert(!EMBEDDED_SCSI); in read_list()
329 assert(!EMBEDDED_SCSI); in write_deflist()
H A Dglobal.h209 #define EMBEDDED_SCSI ((cur_ctype->ctype_flags & (CF_SCSI|CF_EMBEDDED)) == \ macro
H A Dmisc.c355 if (!EMBEDDED_SCSI) in cleanup()