Home
last modified time | relevance | path

Searched refs:ReadCapacity16 (Results 1 – 3 of 3) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Storage/SCSI/
DSCSICommand.cs36 ReadCapacity16 = 0x9E, enumerator
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Storage/SCSI/Commands/
DSCSICommands.cs246 public struct ReadCapacity16 struct
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Storage/
DUFSDevice.cs262 case SCSICommand.ReadCapacity16: in HandleSCSICommand()
412 var scsi = Packet.Decode<ReadCapacity16>(cdb); in HandleSCSIReadCapacity16()