Searched refs:LegacyEfiHddTable (Results 1 – 3 of 3) sorted by relevance
2409 Private->LegacyEfiHddTable[Private->LegacyEfiHddTableIndex].PciSegment = 0xff; in LegacyBiosInstallRom()2410 Private->LegacyEfiHddTable[Private->LegacyEfiHddTableIndex].PciBus = 0xff; in LegacyBiosInstallRom()2411 Private->LegacyEfiHddTable[Private->LegacyEfiHddTableIndex].PciDevice = 0xff; in LegacyBiosInstallRom()2412 Private->LegacyEfiHddTable[Private->LegacyEfiHddTableIndex].PciFunction = 0xff; in LegacyBiosInstallRom()2413 …Private->LegacyEfiHddTable[Private->LegacyEfiHddTableIndex].StartDriveNumber = (UINT8) (Private->… in LegacyBiosInstallRom()2414 Private->LegacyEfiHddTable[Private->LegacyEfiHddTableIndex].EndDriveNumber = LocalDiskStart; in LegacyBiosInstallRom()2551 Private->LegacyEfiHddTable[Private->LegacyEfiHddTableIndex].PciSegment = (UINT8) Segment; in LegacyBiosInstallRom()2552 Private->LegacyEfiHddTable[Private->LegacyEfiHddTableIndex].PciBus = (UINT8) Bus; in LegacyBiosInstallRom()2553 Private->LegacyEfiHddTable[Private->LegacyEfiHddTableIndex].PciDevice = (UINT8) Device; in LegacyBiosInstallRom()2554 … Private->LegacyEfiHddTable[Private->LegacyEfiHddTableIndex].PciFunction = (UINT8) Function; in LegacyBiosInstallRom()[all …]
237 LEGACY_EFI_HDD_TABLE *LegacyEfiHddTable; in ShadowAndStartLegacy16() local377 Private->LegacyEfiHddTable = NULL; in ShadowAndStartLegacy16()566 …LegacyEfiHddTable = (LEGACY_EFI_HDD_TABLE *) AllocateZeroPool ((UINTN) MAX_HDD_ENTRIES * sizeof (L… in ShadowAndStartLegacy16()567 ASSERT (LegacyEfiHddTable); in ShadowAndStartLegacy16()569 Private->LegacyEfiHddTable = LegacyEfiHddTable; in ShadowAndStartLegacy16()
663 LEGACY_EFI_HDD_TABLE *LegacyEfiHddTable; member