Home
last modified time | relevance | path

Searched refs:SelectReport (Results 1 – 2 of 2) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Storage/
DUFSDevice.cs436 var selectReport = (SelectReport)scsi.SelectReport; in HandleSCSIReportLUNs()
441 case SelectReport.LogicalUnits: in HandleSCSIReportLUNs()
444 case SelectReport.WellKnownLogicalUnits: in HandleSCSIReportLUNs()
447 case SelectReport.AllLogicalUnits: in HandleSCSIReportLUNs()
463 … if(selectReport == SelectReport.LogicalUnits || selectReport == SelectReport.AllLogicalUnits) in HandleSCSIReportLUNs()
473 …if(selectReport == SelectReport.WellKnownLogicalUnits || selectReport == SelectReport.AllLogicalUn… in HandleSCSIReportLUNs()
1337 private enum SelectReport : byte enum in Antmicro.Renode.Peripherals.Storage.UFSDevice
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Storage/SCSI/Commands/
DSCSICommands.cs267 public byte SelectReport; field