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

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
H A DUpdatePage.c1254 LEGACY_DEV_ORDER_ENTRY *DevOrder; local
1390 DevOrder = (LEGACY_DEV_ORDER_ENTRY *) VarData;
1392 if (DevOrder->BbsType == BbsType) {
1398 DevOrder = (LEGACY_DEV_ORDER_ENTRY *) VarData;
1426 VarDevOrder = *(UINT16 *) ((UINT8 *) DevOrder + sizeof (BBS_TYPE) + sizeof (UINT16) + Index * sizeof (UINT16));
H A DVariable.c1100 LEGACY_DEV_ORDER_ENTRY *DevOrder; local
1167 DevOrder = (LEGACY_DEV_ORDER_ENTRY *) VarData;
1170 if (DevOrder->BbsType == CallbackData->BbsType) {
1174 VarData += sizeof (BBS_TYPE) + DevOrder->Length;
1175 DevOrder = (LEGACY_DEV_ORDER_ENTRY *) VarData;
1183 NewOrder = AllocateZeroPool (DevOrder->Length - sizeof (DevOrder->Length));
1198 // so we can count on the index information in DevOrder.
1203 Tmp = (UINT16) (DevOrder->Data[Index2] & 0xFF);
1213 DevOrder
[all...]
H A DBBSsupport.c400 Re-order the Boot Option according to the DevOrder.
403 the order specified by DevOrder.
407 @param DevOrder Pointer to buffer containing the BBS Index,
419 UINT16 *DevOrder,
437 // Record the corresponding Boot Option Numbers according to the DevOrder
438 // Record the EnBootOption and DisBootOption according to the DevOrder
445 if (mBootOptionBbsMapping[Index].BbsIndex == (DevOrder[DevOrderCount] & 0xFF)) {
449 if ((DevOrder[DevOrderCount] & 0xFF00) == 0xFF00) {
1069 LEGACY_DEV_ORDER_ENTRY *DevOrder; local
1080 DevOrder
416 OrderLegacyBootOption4SameType( UINT16 *BootOption, UINTN BootOptionCount, UINT16 *DevOrder, UINTN DevOrderCount, UINT16 *EnBootOption, UINTN *EnBootOptionCount, UINT16 *DisBootOption, UINTN *DisBootOptionCount ) argument
1185 LEGACY_DEV_ORDER_ENTRY *DevOrder; local
1511 LEGACY_DEV_ORDER_ENTRY *DevOrder; local
[all...]

Completed in 37 milliseconds