Home
last modified time | relevance | path

Searched refs:BootManagerMenu (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/BdsDxe/
DBdsEntry.c367 IN EFI_BOOT_MANAGER_LOAD_OPTION *BootManagerMenu OPTIONAL in BootBootOptions()
406 if ((BootManagerMenu != NULL) && (BootOptions[Index].Status == EFI_SUCCESS)) { in BootBootOptions()
407 EfiBootManagerBoot (BootManagerMenu); in BootBootOptions()
543 EFI_BOOT_MANAGER_LOAD_OPTION BootManagerMenu; in BdsFormalizeOSIndicationVariable() local
548 Status = EfiBootManagerGetBootManagerMenu (&BootManagerMenu); in BdsFormalizeOSIndicationVariable()
551 EfiBootManagerFreeLoadOption (&BootManagerMenu); in BdsFormalizeOSIndicationVariable()
711 EFI_BOOT_MANAGER_LOAD_OPTION BootManagerMenu; in BdsEntry() local
989 BootManagerMenuStatus = EfiBootManagerGetBootManagerMenu (&BootManagerMenu); in BdsEntry()
1025 EfiBootManagerBoot (&BootManagerMenu); in BdsEntry()
1061 (LoadOption.OptionNumber != BootManagerMenu.OptionNumber)) { in BdsEntry()
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Application/BootManagerMenuApp/
DBootManagerMenuApp.inf34 BootManagerMenu.c
35 BootManagerMenu.h
DBootManagerMenu.c236 EFI_BOOT_MANAGER_LOAD_OPTION BootManagerMenu; in IsBootManagerMenu() local
238 Status = EfiBootManagerGetBootManagerMenu (&BootManagerMenu); in IsBootManagerMenu()
240 EfiBootManagerFreeLoadOption (&BootManagerMenu); in IsBootManagerMenu()
243 …return (BOOLEAN) (!EFI_ERROR (Status) && (BootOption->OptionNumber == BootManagerMenu.OptionNumber… in IsBootManagerMenu()