/titanic_44/usr/src/uts/sun/sys/dada/ |
H A D | dada_ctl.h | 44 #define RESET_ALL 0 /* Reset all the target on the bus. */ macro
|
/titanic_44/usr/src/uts/common/sys/scsi/ |
H A D | scsi_ctl.h | 43 #define RESET_ALL 0 /* reset SCSI bus, host adapter, everything */ macro
|
/titanic_44/usr/src/uts/common/io/scsi/impl/ |
H A D | scsi_control.c | 45 (level == RESET_ALL)); in scsi_reset()
|
H A D | scsi_subr.c | 2365 RESET_ALL : ((uscmd->uscsi_flags & USCSI_RESET_TARGET) ? in scsi_uscsi_handle_cmd()
|
H A D | scsi_hba.c | 3259 (scsi_reset(&sd->sd_address, RESET_ALL) == 1)) { in scsi_hba_ioctl()
|
/titanic_44/usr/src/uts/intel/io/dktp/controller/ata/ |
H A D | atapi.c | 457 if (level == RESET_ALL) in atapi_tran_reset()
|
H A D | ata_disk.c | 938 } else if (level == RESET_ALL) { in ata_disk_reset()
|
/titanic_44/usr/src/uts/common/io/1394/targets/scsa1394/ |
H A D | sbp2_driver.c | 920 case RESET_ALL: in scsa1394_sbp2_reset()
|
H A D | hba.c | 1146 case RESET_ALL: in scsa1394_scsi_reset()
|
/titanic_44/usr/src/uts/sun/io/dada/targets/ |
H A D | dad.c | 2666 if (!dcd_reset(ROUTE, RESET_ALL)) { in dcd_reset_disk() 2936 if (dcd_reset(ROUTE, RESET_ALL) == 0) { in dcddump() 3029 (void) dcd_reset(ROUTE, RESET_ALL); in dcddump()
|
/titanic_44/usr/src/uts/common/io/scsi/targets/ |
H A D | sd.c | 19407 rval = scsi_reset(SD_ADDRESS(un), RESET_ALL); 19599 (void) scsi_reset(SD_ADDRESS(un), RESET_ALL); 25173 (void) scsi_reset(SD_ADDRESS(un), RESET_ALL); 25743 (scsi_reset(SD_ADDRESS(un), RESET_ALL) == 0)) { 25941 if (scsi_reset(SD_ADDRESS(un), RESET_ALL) == 0) { 26214 (void) scsi_reset(SD_ADDRESS(un), RESET_ALL); 29767 (void) scsi_reset(SD_ADDRESS(un), RESET_ALL);
|
H A D | st.c | 11499 (void) st_reset(un, RESET_ALL); in st_check_error() 18498 reset_type = RESET_ALL; in st_reset()
|
/titanic_44/usr/src/uts/common/io/scsi/adapters/pmcs/ |
H A D | pmcs_scsa.c | 767 case RESET_ALL: in pmcs_scsa_reset()
|
/titanic_44/usr/src/uts/common/io/scsi/adapters/scsi_vhci/ |
H A D | scsi_vhci.c | 1546 } else if (level == RESET_ALL) { in vhci_scsi_reset() 1600 (void) scsi_reset(ap, RESET_ALL); in vhci_recovery_reset()
|
/titanic_44/usr/src/uts/sun/io/scsi/adapters/ |
H A D | fas.c | 8255 if (level == RESET_ALL) { in fas_do_scsi_reset() 8813 if (fas_do_scsi_reset(&ap, RESET_ALL)) { in fas_test_reset()
|
/titanic_44/usr/src/uts/common/io/scsi/adapters/iscsi/ |
H A D | iscsi.c | 1055 case RESET_ALL: in iscsi_tran_reset()
|
/titanic_44/usr/src/uts/intel/io/scsi/adapters/arcmsr/ |
H A D | arcmsr.c | 1383 case RESET_ALL: /* 0 */ in arcmsr_tran_reset()
|
/titanic_44/usr/src/uts/common/io/aac/ |
H A D | aac.c | 4675 if (level != RESET_ALL) { in aac_tran_reset()
|
/titanic_44/usr/src/uts/common/io/fibre-channel/ulp/ |
H A D | fcp.c | 11315 if (level == RESET_ALL) { in fcp_scsi_reset()
|
/titanic_44/usr/src/uts/common/io/sata/impl/ |
H A D | sata.c | 2818 if (level == RESET_ALL) { in sata_scsi_reset()
|