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

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
H A DBBSsupport.c19 BOOT_OPTION_BBS_MAPPING *mBootOptionBbsMapping = NULL; variable
445 if (mBootOptionBbsMapping[Index].BbsIndex == (DevOrder[DevOrderCount] & 0xFF)) {
446 BbsType = mBootOptionBbsMapping[Index].BbsType;
447 NewBootOption[DevOrderCount] = mBootOptionBbsMapping[Index].BootOptionNumber;
466 if (mBootOptionBbsMapping[MappingIndex].BbsType == BbsType && mBootOptionBbsMapping[MappingIndex].BootOptionNumber == BootOption[Index]) {
520 if (mBootOptionBbsMapping[MappingIndex].BootOptionNumber == BootOption[Index]) {
531 ASSERT ((mBootOptionBbsMapping[MappingIndex].BbsType & 0xF) <
533 NextIndex = &DeviceTypeIndex[mBootOptionBbsMapping[MappingIndex].BbsType & 0xF];
902 if (mBootOptionBbsMapping !
[all...]

Completed in 53 milliseconds