Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Storage/
DUFSDevice.cs298 case VitalProductDataPageCode.SupportedVPDPages: in HandleSCSIInquiry()
300 vpdPage.PageLength = (ushort)SupportedVPDPages.Length; in HandleSCSIInquiry()
304 … Array.Copy(SupportedVPDPages, 0, dataInTransfer, vpdPageHeader.Length, SupportedVPDPages.Length); in HandleSCSIInquiry()
1286 …public static readonly VitalProductDataPageCode[] SupportedVPDPages = new VitalProductDataPageCode… field in Antmicro.Renode.Peripherals.Storage.UFSDevice
1288 VitalProductDataPageCode.SupportedVPDPages,
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Storage/SCSI/Commands/
DSCSICommands.cs25 SupportedVPDPages = 0x00, enumerator