Searched refs:AllocationLength (Results 1 – 3 of 3) sorted by relevance
31 public uint AllocationLength; field in Antmicro.Renode.Peripherals.USBDeprecated.SCSI.CommandDescriptorBlock55 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.ModeSenseCommand203 this.AllocationLength = data[4]; in Fill()
89 public ushort AllocationLength; field123 public ushort AllocationLength; field229 public uint AllocationLength; field255 public uint AllocationLength; field269 public uint AllocationLength; field281 public byte AllocationLength; field297 public uint AllocationLength; field
484 … reportLUNSParameterData = reportLUNSParameterData.Take((int)scsi.AllocationLength).ToArray(); in HandleSCSIReportLUNs()