Home
last modified time | relevance | path

Searched refs:SCMD_SVC_ACTION_IN_G4 (Results 1 – 12 of 12) sorted by relevance

/titanic_41/usr/src/uts/common/sys/scsi/generic/
H A Dcommands.h341 #define SCMD_SVC_ACTION_IN_G4 0x9e macro
489 /* 0x9e */ SCMD_SVC_ACTION_IN_G4, "service_action_in(16)", \
/titanic_41/usr/src/uts/common/sys/scsi/impl/
H A Dspc3_types.h230 SPC3_CMD_SERVICE_ACTION_IN = SCMD_SVC_ACTION_IN_G4,
231 SPC3_CMD_SERVICE_ACTION_IN16 = SCMD_SVC_ACTION_IN_G4,
/titanic_41/usr/src/uts/common/sys/sata/impl/
H A Dsata.h571 ((cmd) == SCMD_READ_LONG) || ((cmd) == SCMD_SVC_ACTION_IN_G4) || \
/titanic_41/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dsbd_scsi.c82 (((cdb[0]) == SCMD_SVC_ACTION_IN_G4) && ( \
1800 case SCMD_SVC_ACTION_IN_G4: in sbd_handle_read_capacity()
3118 ((task->task_cdb[0] == SCMD_SVC_ACTION_IN_G4) && in sbd_new_task()
3172 !(cdb0 == SCMD_SVC_ACTION_IN_G4 && in sbd_new_task()
3371 if (cdb0 == SCMD_SVC_ACTION_IN_G4) { /* Read Capacity or read long */ in sbd_new_task()
H A Dsbd_pgr.c205 (((cdb[0]) == SCMD_SVC_ACTION_IN_G4) && ( \
/titanic_41/usr/src/lib/storage/libg_fc/common/
H A Dio.c554 cdb.scc_cmd = SCMD_SVC_ACTION_IN_G4; in scsi_read_capacity_16_cmd()
/titanic_41/usr/src/cmd/format/
H A Dctlr_scsi.c2022 case SCMD_SVC_ACTION_IN_G4:
2619 cdb.scc_cmd = SCMD_SVC_ACTION_IN_G4;
2702 cdb.scc_cmd = SCMD_SVC_ACTION_IN_G4;
/titanic_41/usr/src/uts/common/io/
H A Demul64.c1290 case SCMD_SVC_ACTION_IN_G4: in emul64_handle_cmd()
/titanic_41/usr/src/lib/libsun_ima/common/
H A Dima.c1857 cmdblk[0] = SCMD_SVC_ACTION_IN_G4; in IMA_LuReadCapacity()
/titanic_41/usr/src/uts/common/io/aac/
H A Daac.c4800 case SCMD_SVC_ACTION_IN_G4: /* read capacity 16 */ in aac_tran_start_ld()
/titanic_41/usr/src/uts/common/io/sata/impl/
H A Dsata.c2600 case SCMD_SVC_ACTION_IN_G4: /* READ CAPACITY (16) */ in sata_scsi_start()
/titanic_41/usr/src/uts/common/io/scsi/targets/
H A Dsd.c20313 cdb.scc_cmd = SCMD_SVC_ACTION_IN_G4;