Home
last modified time | relevance | path

Searched refs:USCSI_DIAGNOSE (Results 1 – 13 of 13) sorted by relevance

/titanic_50/usr/src/lib/libbc/inc/include/scsi/impl/
H A Duscsi.h56 #define USCSI_DIAGNOSE 0x02 /* fail if any error occurs */ macro
/titanic_50/usr/src/uts/common/sys/scsi/impl/
H A Duscsi.h117 #define USCSI_DIAGNOSE 0x00000002 /* fail if any error occurs */ macro
/titanic_50/usr/src/lib/scsi/plugins/scsi/engines/uscsi/
H A Duscsi.c111 f |= USCSI_DIAGNOSE; in xlate_flags()
/titanic_50/usr/src/cmd/addbadsec/
H A Daddbadsec.c369 ucmd.uscsi_flags = USCSI_ISOLATE | USCSI_DIAGNOSE | USCSI_SILENT;
/titanic_50/usr/src/uts/common/io/scsi/targets/
H A Dses.c1199 if (scmd->uscsi_flags & USCSI_DIAGNOSE) { in ses_callback()
1228 !(scmd->uscsi_flags & USCSI_DIAGNOSE)) { in ses_callback()
H A Dsgen.c1510 if (ucmd->uscsi_flags & USCSI_DIAGNOSE) in sgen_make_uscsi_cmd()
1954 scmd.uscsi_flags = USCSI_DIAGNOSE | USCSI_SILENT | USCSI_WRITE; in sgen_tur()
H A Dst.c8341 com->uscsi_flags = USCSI_DIAGNOSE | USCSI_RQENABLE | USCSI_READ; in st_gen_mode_sense()
8395 com->uscsi_flags = USCSI_DIAGNOSE | USCSI_RQENABLE | USCSI_WRITE; in st_gen_mode_select()
8425 com->uscsi_flags = USCSI_DIAGNOSE | USCSI_RQENABLE | USCSI_READ; in st_read_block_limits()
8461 com->uscsi_flags = USCSI_DIAGNOSE | USCSI_RQENABLE | USCSI_READ; in st_report_density_support()
8512 com->uscsi_flags = USCSI_DIAGNOSE | USCSI_RQENABLE | USCSI_READ; in st_report_supported_operation()
12438 com->uscsi_flags = USCSI_DIAGNOSE | USCSI_SILENT | USCSI_READ; in st_report_exabyte_soft_errors()
12568 com->uscsi_flags = USCSI_DIAGNOSE | USCSI_RQENABLE | USCSI_READ; in st_report_dat_soft_errors()
12699 com->uscsi_flags = USCSI_DIAGNOSE | USCSI_SILENT; in st_report_dat_soft_errors()
13352 USCSI_DIAGNOSE | USCSI_RQENABLE | USCSI_READ; in st_logpage_supported()
13520 USCSI_DIAGNOSE | USCSI_RQENABLE | USCSI_READ; in st_check_sequential_clean_bit()
[all …]
H A Dsd.c12090 uscmd->uscsi_flags |= USCSI_DIAGNOSE;
12266 if (ucmdp->uscsi_flags & USCSI_DIAGNOSE) {
14190 if (uscmd->uscsi_flags & USCSI_DIAGNOSE) {
20848 ucmd_buf.uscsi_flags |= USCSI_DIAGNOSE;
27370 com->uscsi_flags = USCSI_DIAGNOSE|USCSI_SILENT;
27436 com->uscsi_flags = USCSI_DIAGNOSE|USCSI_SILENT;
27510 com->uscsi_flags = USCSI_DIAGNOSE|USCSI_SILENT;
27565 com->uscsi_flags = USCSI_DIAGNOSE|USCSI_SILENT;
27690 com->uscsi_flags = USCSI_DIAGNOSE|USCSI_SILENT|USCSI_READ;
27765 com->uscsi_flags = USCSI_DIAGNOSE|USCSI_SILENT|USCSI_READ;
[all …]
/titanic_50/usr/src/lib/libdiskmgt/common/
H A Ddrive.c1386 cmd->uscsi_flags = USCSI_DIAGNOSE|USCSI_ISOLATE|USCSI_READ; in fill_command_g1()
/titanic_50/usr/src/cmd/smserverd/
H A Dsmediad.c473 uscsi_cmd->uscsi_flags |= USCSI_DIAGNOSE; in do_uscsi_cmd()
/titanic_50/usr/src/uts/sun4v/io/
H A Dvds.c2746 uscsi->uscsi_flags |= USCSI_DIAGNOSE; in vd_scsicmd_in()
H A Dvdc.c5994 (uscsi.uscsi_flags & USCSI_DIAGNOSE)) in vdc_uscsi_cmd()
/titanic_50/usr/src/uts/common/io/scsi/adapters/scsi_vhci/
H A Dscsi_vhci.c8564 if (uscmdp->uscsi_flags & USCSI_DIAGNOSE) in vhci_uscsi_iostart()