Searched refs:OperationCode (Results 1 – 3 of 3) sorted by relevance
55 public byte OperationCode; field63 public byte OperationCode; field83 public byte OperationCode; field97 public byte OperationCode; field111 public byte OperationCode; field131 public byte OperationCode; field147 public byte OperationCode; field163 public byte OperationCode; field177 public byte OperationCode; field199 public byte OperationCode; field[all …]
23 public byte OperationCode; field in Antmicro.Renode.Peripherals.USBDeprecated.SCSI.CommandDescriptorBlock49 this.OperationCode = data[0]; in Fill()189 public byte OperationCode; field in Antmicro.Renode.Peripherals.USBDeprecated.SCSI.ModeSenseCommand199 this.OperationCode = data[0]; in Fill()
200 switch((SCSI.CommandDescriptorBlock.GroupCode)cdb.OperationCode) in ReceiveCommandBlockWrapper()270 this.Log(LogLevel.Warning, "Unsuported Command Code: 0x{0:X}", cdb.OperationCode); in ReceiveCommandBlockWrapper()