Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/format/
H A Dmenu_defect.c57 assert(!EMBEDDED_SCSI); in d_restore()
216 if (!EMBEDDED_SCSI) { in d_extract()
261 assert(!EMBEDDED_SCSI); in d_add()
372 assert(!EMBEDDED_SCSI); in d_delete()
452 if (EMBEDDED_SCSI) in d_print()
541 if (EMBEDDED_SCSI) in d_dump()
612 assert(!EMBEDDED_SCSI); in d_load()
823 if (EMBEDDED_SCSI) in commit_list()
843 assert(!EMBEDDED_SCSI); in d_create()
895 assert(EMBEDDED_SCSI); in d_primary()
[all …]
H A Dmenu.c233 return (EMBEDDED_SCSI); in embedded_scsi()
244 return (!EMBEDDED_SCSI); in not_embedded_scsi()
H A Danalyze.c125 if (scan_correct && !EMBEDDED_SCSI && (cur_ops->op_repair != NULL) && in do_scan()
189 if (!EMBEDDED_SCSI) { in do_scan()
408 if (!EMBEDDED_SCSI && (cur_list.flags & LIST_DIRTY) && in do_scan()
529 if (EMBEDDED_SCSI) { in scan_repair()
H A Dmenu_command.c846 if ((cur_ctype->ctype_flags & CF_SCSI) && !EMBEDDED_SCSI && in c_format()
851 } else if (cur_list.list == NULL && !EMBEDDED_SCSI) { in c_format()
1118 if (!EMBEDDED_SCSI) { in c_format()
1163 assert(!EMBEDDED_SCSI); in c_format()
1174 assert(!EMBEDDED_SCSI); in c_format()
1203 assert(!EMBEDDED_SCSI); in c_format()
1262 if (!EMBEDDED_SCSI && cur_list.list == NULL) { in c_repair()
1405 if (EMBEDDED_SCSI) { in c_repair()
1847 if (!EMBEDDED_SCSI) { in c_defect()
2034 if (EMBEDDED_SCSI) { in c_backup()
H A Dmain.c493 if (!EMBEDDED_SCSI) { in init_globals()
509 if (!EMBEDDED_SCSI) { in init_globals()
521 } else if (EMBEDDED_SCSI) { in init_globals()
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.c331 if (!EMBEDDED_SCSI) in cleanup()