/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/ |
LegacyBbs.c | 150 UINTN BbsIndex;
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 + Index].StatusFlags.Enabled = 0; [all...] |
LegacyPci.c | [all...] |
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LegacyBootManagerLib/ |
LegacyBm.c | 230 if ((BbsData->BbsIndex < BbsCount) &&
231 (LegacyBmDeviceType (BootOption->FilePath) == BbsTable[BbsData->BbsIndex].DeviceType)) {
233 &BbsTable[BbsData->BbsIndex],
234 BbsData->BbsIndex,
238 if ((StrCmp (Description, BootOption->Description) == 0) && !BbsIndexUsed[BbsData->BbsIndex]) {
241 // the BbsIndex of the first device is returned for the other device also.
242 // So, check if the BbsIndex is already being used, before assigning the BbsIndex.
244 BbsIndexUsed[BbsData->BbsIndex] = TRUE;
245 return BbsData->BbsIndex;
[all...] |
InternalLegacyBm.h | 37 UINT16 BbsIndex;
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/ |
BBSsupport.c | 22 UINT16 BbsIndex;
99 BbsIndexArray [Index] = ((LEGACY_BOOT_OPTION_BBS_DATA *) BootOption->LoadOptions)->BbsIndex;
|
BootMaint.h | 285 UINT16 BbsIndex;
290 UINT16 BbsIndex;
[all...] |
UpdatePage.c | [all...] |
BootOption.c | 767 NewLegacyDevContext->BbsIndex = Index;
[all...] |
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/ |
BdsBoot.c | 442 @param BbsIndex The table index.
452 OUT UINT16 *BbsIndex
470 *BbsIndex = *(UINT16 *) Ptr;
503 UINT16 BbsIndex;
577 if (!BdsIsLegacyBootOption (BootOptionVar, &BbsEntry, &BbsIndex)) {
585 if (BbsIndex < BbsCount) {
591 &LocalBbsTable[BbsIndex],
592 BbsIndex,
601 if (!((LocalBbsTable[BbsIndex].BootPriority == BBS_IGNORE_ENTRY) ||
602 (LocalBbsTable[BbsIndex].BootPriority == BBS_DO_NOT_BOOT_FROM)) && [all...] |
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/ |
BdsBoot.c | 444 @param BbsIndex The table index.
454 OUT UINT16 *BbsIndex
472 *BbsIndex = *(UINT16 *) Ptr;
505 UINT16 BbsIndex;
579 if (!BdsIsLegacyBootOption (BootOptionVar, &BbsEntry, &BbsIndex)) {
587 if (BbsIndex < BbsCount) {
593 &LocalBbsTable[BbsIndex],
594 BbsIndex,
603 if (!((LocalBbsTable[BbsIndex].BootPriority == BBS_IGNORE_ENTRY) ||
604 (LocalBbsTable[BbsIndex].BootPriority == BBS_DO_NOT_BOOT_FROM)) && [all...] |
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LegacyBootMaintUiLib/ |
LegacyBootMaintUi.h | 150 UINT16 BbsIndex;
166 UINT16 BbsIndex;
|
LegacyBootMaintUi.c | 166 BbsIndexArray [Index] = ((LEGACY_BOOT_OPTION_BBS_DATA *) BootOption.OptionalData)->BbsIndex;
802 ((LEGACY_DEVICE_CONTEXT *) NewMenuEntry->VariableContext)->BbsIndex
[all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Library/BootMaintenanceManagerLib/ |
BootMaintenanceManager.h | 288 UINT16 BbsIndex;
[all...] |