Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USBDeprecated/
DSCSI.cs31 public uint AllocationLength; field in Antmicro.Renode.Peripherals.USBDeprecated.SCSI.CommandDescriptorBlock
55 this.AllocationLength = data[4]; in Fill()
66 this.AllocationLength = this.TransferLength; in Fill()
76 this.AllocationLength = this.TransferLength; in Fill()
194 public byte AllocationLength; field in Antmicro.Renode.Peripherals.USBDeprecated.SCSI.ModeSenseCommand
203 this.AllocationLength = data[4]; in Fill()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Storage/SCSI/Commands/
DSCSICommands.cs89 public ushort AllocationLength; field
123 public ushort AllocationLength; field
229 public uint AllocationLength; field
255 public uint AllocationLength; field
269 public uint AllocationLength; field
281 public byte AllocationLength; field
297 public uint AllocationLength; field
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Storage/
DUFSDevice.cs484 … reportLUNSParameterData = reportLUNSParameterData.Take((int)scsi.AllocationLength).ToArray(); in HandleSCSIReportLUNs()