Searched refs:BbsIndex (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
H A DLegacyBbs.c150 UINTN BbsIndex; local
203 BbsIndex = HddIndex * 2 + 1;
206 BbsTable[BbsIndex + Index].Bus = HddInfo[HddIndex].Bus;
207 BbsTable[BbsIndex + Index].Device = HddInfo[HddIndex].Device;
208 BbsTable[BbsIndex + Index].Function = HddInfo[HddIndex].Function;
209 BbsTable[BbsIndex + Index].Class = 01;
210 BbsTable[BbsIndex + Index].SubClass = 01;
211 BbsTable[BbsIndex + Index].StatusFlags.OldPosition = 0;
212 BbsTable[BbsIndex + Index].StatusFlags.Reserved1 = 0;
213 BbsTable[BbsIndex
[all...]
H A DLegacyPci.c1444 UINTN BbsIndex; local
1466 BbsIndex = Private->IntThunk->EfiToLegacy16BootTable.NumberBbsEntries;
1514 BbsTable[BbsIndex].BootPriority = BBS_UNPRIORITIZED_ENTRY;
1515 BbsTable[BbsIndex].DeviceType = DeviceType;
1516 BbsTable[BbsIndex].Bus = (UINT32) Bus;
1517 BbsTable[BbsIndex].Device = (UINT32) Device;
1518 BbsTable[BbsIndex].Function = (UINT32) Function;
1519 BbsTable[BbsIndex].StatusFlags.OldPosition = 0;
1520 BbsTable[BbsIndex].StatusFlags.Reserved1 = 0;
1521 BbsTable[BbsIndex]
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
H A DBBSsupport.c361 @param BbsIndex The table index.
371 OUT UINT16 *BbsIndex
389 *BbsIndex = *(UINT16 *) Ptr;
445 if (mBootOptionBbsMapping[Index].BbsIndex == (DevOrder[DevOrderCount] & 0xFF)) {
582 UINT16 BbsIndex; local
656 if (!BdsIsLegacyBootOption (BootOptionVar, &BbsEntry, &BbsIndex)) {
664 if (BbsIndex < BbsCount) {
670 &LocalBbsTable[BbsIndex],
671 BbsIndex,
680 if (!((LocalBbsTable[BbsIndex]
740 BdsFindLegacyBootOptionByDevTypeAndName( IN UINT16 *BootOrder, IN UINTN BootOptionNum, IN UINT16 DevType, IN CHAR16 *DevName, OUT UINT32 *Attribute, OUT UINT16 *BbsIndex, OUT UINT16 *OptionNumber ) argument
885 UINT16 BbsIndex; local
1504 BdsSetBootPriority4SameTypeDev( IN UINT16 DeviceType, IN UINTN BbsIndex, IN OUT BBS_TABLE *LocalBbsTable, IN OUT UINT16 *Priority ) argument
1624 UINT16 BbsIndex; local
[all...]
H A DBootMaint.h248 UINT16 BbsIndex; member in struct:__anon10488
293 UINT16 BbsIndex; member in struct:__anon10490
298 UINT16 BbsIndex; member in struct:__anon10491
H A DBootOption.c771 NewLegacyDevContext->BbsIndex = Index;
H A DUpdatePage.c1365 (UINT8) ((BM_LEGACY_DEVICE_CONTEXT *) NewMenuEntry->VariableContext)->BbsIndex

Completed in 56 milliseconds