/titanic_44/usr/src/uts/common/sys/scsi/generic/ |
H A D | commands.h | 72 #define SCMD_TEST_UNIT_READY 0x00 macro 408 /* 0x00 */ SCMD_TEST_UNIT_READY, "test_unit_ready", \
|
/titanic_44/usr/src/lib/storage/libg_fc/common/ |
H A D | io.c | 673 const my_cdb_g0 cdb = {SCMD_TEST_UNIT_READY, 0, 0, 0, 0, 0}; in g_scsi_tur()
|
H A D | genf.c | 685 scsi_command_names[0].command = SCMD_TEST_UNIT_READY; in g_scsi_find_command_name()
|
/titanic_44/usr/src/uts/common/io/scsi/adapters/pmcs/ |
H A D | pmcs_sata.c | 467 case SCMD_TEST_UNIT_READY: in pmcs_sata_special_work()
|
/titanic_44/usr/src/uts/common/io/scsi/impl/ |
H A D | scsi_watch.c | 326 SCMD_TEST_UNIT_READY, 0, 0, 0); in scsi_watch_request_submit_impl()
|
/titanic_44/usr/src/uts/common/sys/scsi/impl/ |
H A D | spc3_types.h | 41 SPC3_CMD_TEST_UNIT_READY = SCMD_TEST_UNIT_READY,
|
/titanic_44/usr/src/uts/common/io/1394/targets/scsa1394/ |
H A D | hba.c | 1051 SCMD_TEST_UNIT_READY, 0, 0) != SCSIPROBE_EXISTS) { in scsa1394_scsi_tgt_probe() 2356 case SCMD_TEST_UNIT_READY: in scsa1394_cmd_fake_comp()
|
/titanic_44/usr/src/cmd/luxadm/ |
H A D | lux_util.c | 182 scsi_command_names[0].command = SCMD_TEST_UNIT_READY; in scsi_find_command_name()
|
/titanic_44/usr/src/uts/common/io/ |
H A D | emul64.c | 1256 case SCMD_TEST_UNIT_READY: in emul64_handle_cmd()
|
/titanic_44/usr/src/uts/common/io/scsi/targets/ |
H A D | st.c | 1296 result = st_cmd(un, SCMD_TEST_UNIT_READY, 0, SYNC_CMD); in st_detach() 2978 err = st_cmd(un, SCMD_TEST_UNIT_READY, 0, SYNC_CMD); in st_tape_init() 3156 err = st_cmd(un, SCMD_TEST_UNIT_READY, 0, SYNC_CMD); in st_tape_init() 4175 (void) st_cmd(un, SCMD_TEST_UNIT_READY, in st_queued_strategy() 7775 case SCMD_TEST_UNIT_READY: in st_setup_cmd() 8907 case SCMD_TEST_UNIT_READY: in st_make_cmd() 9325 rval = st_cmd(un, SCMD_TEST_UNIT_READY, 0, SYNC_CMD); in st_check_media() 11996 case SCMD_TEST_UNIT_READY: in st_set_state() 13789 rval = st_cmd(un, SCMD_TEST_UNIT_READY, 0, SYNC_CMD); in st_clear_unit_attentions() 17622 rval = st_rcmd(un, SCMD_TEST_UNIT_READY, 0, SYNC_CMD); in st_test_path_to_device() [all …]
|
H A D | sgen.c | 1953 cmdblk[0] = (char)SCMD_TEST_UNIT_READY; in sgen_tur()
|
H A D | sd.c | 13975 cdbp->scc_cmd = SCMD_TEST_UNIT_READY; 20836 cdb.scc_cmd = SCMD_TEST_UNIT_READY;
|
/titanic_44/usr/src/uts/common/io/scsi/conf/ |
H A D | scsi_confsubr.c | 375 SCMD_TEST_UNIT_READY, 0, 0, 0); in scsi_slave()
|
/titanic_44/usr/src/uts/common/io/usb/scsa2usb/ |
H A D | scsa2usb.c | 3389 case SCMD_TEST_UNIT_READY: in scsa2usb_handle_scsi_cmd_sub_class() 3503 (char)SCMD_TEST_UNIT_READY, 0, 0); in scsa2usb_do_tur() 3706 case SCMD_TEST_UNIT_READY: in scsa2usb_handle_ufi_subclass_cmd()
|
/titanic_44/usr/src/cmd/ndmpd/ndmp/ |
H A D | ndmpd_util.c | 2456 cdb.scc_cmd = SCMD_TEST_UNIT_READY; in scsi_test_unit_ready()
|
/titanic_44/usr/src/uts/common/io/comstar/lu/stmf_sbd/ |
H A D | sbd_scsi.c | 3166 cdb0 != SCMD_TEST_UNIT_READY && in sbd_new_task() 3360 if (cdb0 == SCMD_TEST_UNIT_READY) { /* Test unit ready */ in sbd_new_task()
|
H A D | sbd_pgr.c | 179 ((cdb[0]) == SCMD_TEST_UNIT_READY) || \
|
/titanic_44/usr/src/uts/intel/io/amr/ |
H A D | amr.c | 1649 case SCMD_TEST_UNIT_READY: /* test unit ready */ in amr_tran_start()
|
/titanic_44/usr/src/uts/sun4v/io/ |
H A D | vdc.c | 6597 ASSERT(scmd == SCMD_TEST_UNIT_READY || scmd == SCMD_WRITE_G1); in vdc_eio_scsi_cmd() 6654 rv = vdc_eio_scsi_cmd(vdc, SCMD_TEST_UNIT_READY, flags); in vdc_eio_scsi_check()
|
/titanic_44/usr/src/uts/common/io/scsi/adapters/iscsi/ |
H A D | iscsi_io.c | 1946 if ((pkt->pkt_cdbp[0] != SCMD_TEST_UNIT_READY) && in iscsi_tx_scsi_data()
|
/titanic_44/usr/src/uts/common/io/mr_sas/ |
H A D | mr_sas_tbolt.c | 2427 if (pkt->pkt_cdbp[0] == SCMD_TEST_UNIT_READY) { in tbolt_complete_cmd()
|
H A D | mr_sas.c | 4579 if (pkt->pkt_cdbp[0] == SCMD_TEST_UNIT_READY) { in mrsas_softintr()
|
/titanic_44/usr/src/uts/common/io/mega_sas/ |
H A D | megaraid_sas.c | 2844 if (pkt->pkt_cdbp[0] == SCMD_TEST_UNIT_READY) { in megasas_softintr()
|
/titanic_44/usr/src/uts/common/io/aac/ |
H A D | aac.c | 4910 case SCMD_TEST_UNIT_READY: in aac_tran_start_ld()
|
/titanic_44/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | ql_xioctl.c | 2525 if (scsi_req.cdbp[0] == SCMD_TEST_UNIT_READY || in ql_scsi_passthru()
|