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

  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
BBSsupport.c 51 UINT16 *NewBootOption;
115 NewBootOption = AllocatePool (DevOrderCount * sizeof (UINT16));
116 ASSERT (NewBootOption != NULL);
121 NewBootOption[DevOrderCount] = BootOrder[Index];
138 CopyMem (&BootOrder[StartPosition], NewBootOption, (*DisBootOptionCount + *EnBootOptionCount) * sizeof (UINT16));
151 FreePool (NewBootOption);
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LegacyBootMaintUiLib/
LegacyBootMaintUi.c 148 UINT16 *NewBootOption;
204 NewBootOption = AllocatePool (DevOrderCount * sizeof (UINT16));
205 ASSERT (NewBootOption != NULL);
210 NewBootOption[DevOrderCount] = BootOrder[Index];
227 CopyMem (&BootOrder[StartPosition], NewBootOption, (*DisBootOptionCount + *EnBootOptionCount) * sizeof (UINT16));
236 FreePool (NewBootOption);
    [all...]

Completed in 321 milliseconds