| /titanic_44/usr/src/uts/common/sys/scsi/generic/ |
| H A D | commands.h | 222 #define SCMD_READ_CAPACITY 0x25 macro 443 /* 0x25 */ SCMD_READ_CAPACITY, "read_capacity", \
|
| /titanic_44/usr/src/uts/common/sys/scsi/impl/ |
| H A D | spc3_types.h | 109 SPC3_CMD_READ_CAPACITY = SCMD_READ_CAPACITY, 110 SPC3_CMD_READ_CAPACITY10 = SCMD_READ_CAPACITY, 111 SPC3_CMD_READ_CARD_CAPACITY = SCMD_READ_CAPACITY, 112 SPC3_CMD_GET_WINDOW = SCMD_READ_CAPACITY,
|
| /titanic_44/usr/src/lib/sun_sas/common/ |
| H A D | Sun_sasScsiReadCapacity.c | 46 cdb.scc_cmd = SCMD_READ_CAPACITY; in SendScsiReadCapacity()
|
| /titanic_44/usr/src/lib/storage/libg_fc/common/ |
| H A D | io.c | 459 my_cdb_g1 cdb = {SCMD_READ_CAPACITY, 0, 0, 0, 0, 0, 0, 0, 0, 0}; in g_scsi_read_capacity_cmd() 485 my_cdb_g1 cdb = {SCMD_READ_CAPACITY, 0, 0, 0, 0, 0, 0, 0, 0, 0}; in g_scsi_read_capacity_1016_cmd()
|
| H A D | genf.c | 745 scsi_command_names[20].command = SCMD_READ_CAPACITY; in g_scsi_find_command_name()
|
| /titanic_44/usr/src/uts/common/io/scsi/adapters/pmcs/ |
| H A D | pmcs_sata.c | 105 pkt->pkt_cdbp[0] == SCMD_READ_CAPACITY) { in pmcs_sata_special_work() 337 case SCMD_READ_CAPACITY: in pmcs_sata_special_work()
|
| /titanic_44/usr/src/uts/common/io/usb/scsa2usb/ |
| H A D | usb_ms_bulkonly.c | 357 if (scsa2usb_test_case_2 && (cdb[0] == SCMD_READ_CAPACITY)) { in scsa2usb_fill_in_cbw()
|
| H A D | scsa2usb.c | 3333 case SCMD_READ_CAPACITY: in scsa2usb_handle_scsi_cmd_sub_class() 3595 case SCMD_READ_CAPACITY: in scsa2usb_check_ufi_blacklist_attrs() 3674 case SCMD_READ_CAPACITY: in scsa2usb_handle_ufi_subclass_cmd() 5104 case SCMD_READ_CAPACITY: in scsa2usb_handle_data_done()
|
| /titanic_44/usr/src/uts/common/io/comstar/lu/stmf_sbd/ |
| H A D | sbd_scsi.c | 80 ((cdb[0]) == SCMD_READ_CAPACITY) || \ 1785 case SCMD_READ_CAPACITY: in sbd_handle_read_capacity() 3117 if ((task->task_cdb[0] == SCMD_READ_CAPACITY) || in sbd_new_task() 3165 cdb0 != SCMD_READ_CAPACITY && in sbd_new_task() 3366 if (cdb0 == SCMD_READ_CAPACITY) { /* Read Capacity */ in sbd_new_task()
|
| H A D | sbd_pgr.c | 203 ((cdb[0]) == SCMD_READ_CAPACITY) || \
|
| /titanic_44/usr/src/cmd/format/ |
| H A D | ctlr_scsi.c | 2021 case SCMD_READ_CAPACITY: 2672 cdb.scc_cmd = SCMD_READ_CAPACITY; 2726 if (cdb.scc_cmd == SCMD_READ_CAPACITY) {
|
| /titanic_44/usr/src/cmd/smserverd/ |
| H A D | smediad.c | 342 cdb.scc_cmd = SCMD_READ_CAPACITY; in get_sector_size() 652 cdb[0] = SCMD_READ_CAPACITY; in scsi_zip_format() 899 cdb[0] = SCMD_READ_CAPACITY; in scsi_format()
|
| /titanic_44/usr/src/cmd/luxadm/ |
| H A D | lux_util.c | 242 scsi_command_names[20].command = SCMD_READ_CAPACITY; in scsi_find_command_name()
|
| /titanic_44/usr/src/uts/common/io/ |
| H A D | emul64.c | 1287 case SCMD_READ_CAPACITY: in emul64_handle_cmd()
|
| /titanic_44/usr/src/lib/sun_fc/common/ |
| H A D | FCHBAPort.cc | 1100 scsi_rc_req.scc_cmd = SCMD_READ_CAPACITY; in sendReadCapacity()
|
| /titanic_44/usr/src/uts/intel/io/amr/ |
| H A D | amr.c | 1606 case SCMD_READ_CAPACITY: /* read capacity */ in amr_tran_start()
|
| /titanic_44/usr/src/uts/common/io/1394/targets/scsa1394/ |
| H A D | hba.c | 2538 case SCMD_READ_CAPACITY: { in scsa1394_cmd_status_wrka()
|
| /titanic_44/usr/src/lib/libsun_ima/common/ |
| H A D | ima.c | 1849 cmdblk[0] = SCMD_READ_CAPACITY; in IMA_LuReadCapacity()
|
| /titanic_44/usr/src/uts/common/io/aac/ |
| H A D | aac.c | 4776 case SCMD_READ_CAPACITY: /* read capacity */ in aac_tran_start_ld()
|
| /titanic_44/usr/src/uts/common/io/fibre-channel/ulp/ |
| H A D | fcp.c | 1000 SCMD_READ_CAPACITY
|
| /titanic_44/usr/src/uts/common/io/sata/impl/ |
| H A D | sata.c | 2594 case SCMD_READ_CAPACITY: in sata_scsi_start()
|
| /titanic_44/usr/src/uts/common/io/scsi/targets/ |
| H A D | sd.c | 20081 cdb.scc_cmd = SCMD_READ_CAPACITY;
|