HomeSort by relevance Sort by last modified time
    Searched refs:DevOrder (Results 1 - 9 of 9) sorted by null

  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
BBSsupport.h 60 Re-order the Boot Option according to the DevOrder.
63 the order specified by DevOrder.
65 @param DevOrder Pointer to buffer containing the BBS Index,
75 UINT16 *DevOrder,
Variable.c     [all...]
BBSsupport.c 27 Re-order the Boot Option according to the DevOrder.
30 the order specified by DevOrder.
32 @param DevOrder Pointer to buffer containing the BBS Index,
42 UINT16 *DevOrder,
111 // Record the corresponding Boot Option Numbers according to the DevOrder
112 // Record the EnBootOption and DisBootOption according to the DevOrder
119 if (BbsIndexArray[Index] == (DevOrder[DevOrderCount] & 0xFF)) {
123 if ((DevOrder[DevOrderCount] & 0xFF00) == 0xFF00) {
UpdatePage.c     [all...]
BootOption.c     [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LegacyBootMaintUiLib/
LegacyBootMaintUi.c 121 Re-order the Boot Option according to the DevOrder.
124 the order specified by DevOrder.
126 @param DevOrder Pointer to buffer containing the BBS Index,
139 UINT16 *DevOrder,
200 // Record the corresponding Boot Option Numbers according to the DevOrder
201 // Record the EnBootOption and DisBootOption according to the DevOrder
208 if (BbsIndexArray[Index] == (DevOrder[DevOrderCount] & 0xFF)) {
212 if ((DevOrder[DevOrderCount] & 0xFF00) == 0xFF00) {
273 LEGACY_DEV_ORDER_ENTRY *DevOrder;
354 DevOrder = (LEGACY_DEV_ORDER_ENTRY *) OriginalPtr;
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LegacyBootManagerLib/
LegacyBm.c 645 LEGACY_DEV_ORDER_ENTRY *DevOrder;
656 DevOrder = NULL;
702 DevOrder = AllocateZeroPool (TotalSize);
703 if (NULL == DevOrder) {
706 DevOrderPtr = DevOrder;
728 ASSERT (TotalSize == (UINTN) ((UINT8 *) DevOrderPtr - (UINT8 *) DevOrder));
738 DevOrder
740 FreePool (DevOrder);
760 LEGACY_DEV_ORDER_ENTRY *DevOrder;
823 GetVariable2 (VAR_LEGACY_DEV_ORDER, &gEfiLegacyDevOrderVariableGuid, (VOID **) &DevOrder, NULL);
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/
BdsBoot.c 954 LEGACY_DEV_ORDER_ENTRY *DevOrder;
965 DevOrder = NULL;
1011 DevOrder = AllocateZeroPool (TotalSize);
1012 if (NULL == DevOrder) {
1015 DevOrderPtr = DevOrder;
1037 ASSERT (TotalSize == (UINTN) ((UINT8 *) DevOrderPtr - (UINT8 *) DevOrder));
1047 DevOrder
1049 FreePool (DevOrder);
1070 LEGACY_DEV_ORDER_ENTRY *DevOrder;
1134 DevOrder = BdsLibGetVariableAndSize (
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/
BdsBoot.c 956 LEGACY_DEV_ORDER_ENTRY *DevOrder;
967 DevOrder = NULL;
1013 DevOrder = AllocateZeroPool (TotalSize);
1014 if (NULL == DevOrder) {
1017 DevOrderPtr = DevOrder;
1039 ASSERT (TotalSize == (UINTN) ((UINT8 *) DevOrderPtr - (UINT8 *) DevOrder));
1049 DevOrder
1051 FreePool (DevOrder);
1072 LEGACY_DEV_ORDER_ENTRY *DevOrder;
1136 DevOrder = BdsLibGetVariableAndSize (
    [all...]

Completed in 168 milliseconds