HomeSort by relevance Sort by last modified time
    Searched full:bootoptions (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
BmBoot.c 195 EFI_BOOT_MANAGER_LOAD_OPTION *BootOptions;
229 BootOptions = EfiBootManagerGetLoadOptions (&BootOptionCount, LoadOptionTypeBoot);
231 Index = EfiBootManagerFindLoadOption (OptionToFind, BootOptions, BootOptionCount);
233 OptionNumber = BootOptions[Index].OptionNumber;
236 EfiBootManagerFreeLoadOptions (BootOptions, BootOptionCount);
    [all...]
  /device/linaro/bootloader/edk2/Nt32Pkg/Library/PlatformBootManagerLib/
PlatformBootManager.c 106 EFI_BOOT_MANAGER_LOAD_OPTION *BootOptions;
132 BootOptions = EfiBootManagerGetLoadOptions (&BootOptionCount, LoadOptionTypeBoot);
134 OptionIndex = PlatformFindLoadOption (&NewOption, BootOptions, BootOptionCount);
141 EfiBootManagerFreeLoadOptions (BootOptions, BootOptionCount);
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/PlatformBootManagerLib/
PlatformBootManager.c 74 EFI_BOOT_MANAGER_LOAD_OPTION *BootOptions;
166 BootOptions = EfiBootManagerGetLoadOptions (&BootOptionCount, LoadOptionTypeBoot);
168 OptionIndex = PlatformFindLoadOption (&NewOption, BootOptions, BootOptionCount);
175 EfiBootManagerFreeLoadOptions (BootOptions, BootOptionCount);
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LegacyBootManagerLib/
LegacyBm.c     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/BdsDxe/
BdsEntry.c 263 Attempt to boot each boot option in the BootOptions array.
265 @param BootOptions Input boot option array.
274 IN EFI_BOOT_MANAGER_LOAD_OPTION *BootOptions,
290 if ((BootOptions[Index].Attributes & LOAD_OPTION_ACTIVE) == 0) {
299 if ((BootOptions[Index].Attributes & LOAD_OPTION_CATEGORY) != LOAD_OPTION_CATEGORY_BOOT) {
307 EfiBootManagerBoot (&BootOptions[Index]);
315 if (BootOptions[Index].Status == EFI_SUCCESS) {
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Application/BootManagerMenuApp/
BootManagerMenu.c 651 @param BootOptions Pointer to EFI_BOOT_MANAGER_LOAD_OPTION array.
657 IN EFI_BOOT_MANAGER_LOAD_OPTION *BootOptions,
665 ASSERT (BootOptions != NULL);
668 if (IgnoreBootOption (&BootOptions[Index])) {
673 EfiBootManagerBoot (&BootOptions[Index]);
    [all...]

Completed in 987 milliseconds