Searched defs:DevOrderCount (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
H A DBBSsupport.c409 @param DevOrderCount Count of the BBS Index
420 UINTN DevOrderCount,
440 NewBootOption = AllocatePool (DevOrderCount * sizeof (UINT16));
443 while (DevOrderCount-- != 0) {
445 if (mBootOptionBbsMapping[Index].BbsIndex == (DevOrder[DevOrderCount] & 0xFF)) {
447 NewBootOption[DevOrderCount] = mBootOptionBbsMapping[Index].BootOptionNumber;
449 if ((DevOrder[DevOrderCount] & 0xFF00) == 0xFF00) {
450 DisBootOption[*DisBootOptionCount] = NewBootOption[DevOrderCount];
453 EnBootOption[*EnBootOptionCount] = NewBootOption[DevOrderCount];
416 OrderLegacyBootOption4SameType( UINT16 *BootOption, UINTN BootOptionCount, UINT16 *DevOrder, UINTN DevOrderCount, UINT16 *EnBootOption, UINTN *EnBootOptionCount, UINT16 *DisBootOption, UINTN *DisBootOptionCount ) argument

Completed in 61 milliseconds