Home
last modified time | relevance | path

Searched refs:SCMD_READ_CAPACITY (Results 1 – 22 of 22) sorted by relevance

/titanic_44/usr/src/uts/common/sys/scsi/generic/
H A Dcommands.h222 #define SCMD_READ_CAPACITY 0x25 macro
443 /* 0x25 */ SCMD_READ_CAPACITY, "read_capacity", \
/titanic_44/usr/src/uts/common/sys/scsi/impl/
H A Dspc3_types.h109 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 DSun_sasScsiReadCapacity.c46 cdb.scc_cmd = SCMD_READ_CAPACITY; in SendScsiReadCapacity()
/titanic_44/usr/src/lib/storage/libg_fc/common/
H A Dio.c459 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 Dgenf.c745 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 Dpmcs_sata.c105 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 Dusb_ms_bulkonly.c357 if (scsa2usb_test_case_2 && (cdb[0] == SCMD_READ_CAPACITY)) { in scsa2usb_fill_in_cbw()
H A Dscsa2usb.c3333 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 Dsbd_scsi.c80 ((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 Dsbd_pgr.c203 ((cdb[0]) == SCMD_READ_CAPACITY) || \
/titanic_44/usr/src/cmd/format/
H A Dctlr_scsi.c2021 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 Dsmediad.c342 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 Dlux_util.c242 scsi_command_names[20].command = SCMD_READ_CAPACITY; in scsi_find_command_name()
/titanic_44/usr/src/uts/common/io/
H A Demul64.c1287 case SCMD_READ_CAPACITY: in emul64_handle_cmd()
/titanic_44/usr/src/lib/sun_fc/common/
H A DFCHBAPort.cc1100 scsi_rc_req.scc_cmd = SCMD_READ_CAPACITY; in sendReadCapacity()
/titanic_44/usr/src/uts/intel/io/amr/
H A Damr.c1606 case SCMD_READ_CAPACITY: /* read capacity */ in amr_tran_start()
/titanic_44/usr/src/uts/common/io/1394/targets/scsa1394/
H A Dhba.c2538 case SCMD_READ_CAPACITY: { in scsa1394_cmd_status_wrka()
/titanic_44/usr/src/lib/libsun_ima/common/
H A Dima.c1849 cmdblk[0] = SCMD_READ_CAPACITY; in IMA_LuReadCapacity()
/titanic_44/usr/src/uts/common/io/aac/
H A Daac.c4776 case SCMD_READ_CAPACITY: /* read capacity */ in aac_tran_start_ld()
/titanic_44/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c1000 SCMD_READ_CAPACITY
/titanic_44/usr/src/uts/common/io/sata/impl/
H A Dsata.c2594 case SCMD_READ_CAPACITY: in sata_scsi_start()
/titanic_44/usr/src/uts/common/io/scsi/targets/
H A Dsd.c20081 cdb.scc_cmd = SCMD_READ_CAPACITY;