Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Storage/SCSI/Commands/
DSCSICommands.cs55 public byte OperationCode; field
63 public byte OperationCode; field
83 public byte OperationCode; field
97 public byte OperationCode; field
111 public byte OperationCode; field
131 public byte OperationCode; field
147 public byte OperationCode; field
163 public byte OperationCode; field
177 public byte OperationCode; field
199 public byte OperationCode; field
[all …]
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USBDeprecated/
DSCSI.cs23 public byte OperationCode; field in Antmicro.Renode.Peripherals.USBDeprecated.SCSI.CommandDescriptorBlock
49 this.OperationCode = data[0]; in Fill()
189 public byte OperationCode; field in Antmicro.Renode.Peripherals.USBDeprecated.SCSI.ModeSenseCommand
199 this.OperationCode = data[0]; in Fill()
DMassStorage.cs200 switch((SCSI.CommandDescriptorBlock.GroupCode)cdb.OperationCode) in ReceiveCommandBlockWrapper()
270 this.Log(LogLevel.Warning, "Unsuported Command Code: 0x{0:X}", cdb.OperationCode); in ReceiveCommandBlockWrapper()