Home
last modified time | relevance | path

Searched refs:BootOptionSupport (Results 1 – 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/
DHotkey.c528 UINT32 BootOptionSupport; in InitializeHotkeyService() local
540 BootOptionSupport = EFI_BOOT_OPTION_SUPPORT_APP; in InitializeHotkeyService()
542 BootOptionSupport |= EFI_BOOT_OPTION_SUPPORT_KEY; in InitializeHotkeyService()
543 SET_BOOT_OPTION_SUPPORT_KEY_COUNT (BootOptionSupport, 3); in InitializeHotkeyService()
551 &BootOptionSupport in InitializeHotkeyService()
DBdsDxe.inf126 …## SOMETIMES_PRODUCES ## Variable:L"BootOptionSupport" # The feature supported in boot option menu…
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/BdsDxe/
DBdsEntry.c592 UINT32 BootOptionSupport; in BdsEntry() local
675 BootOptionSupport = EFI_BOOT_OPTION_SUPPORT_APP | EFI_BOOT_OPTION_SUPPORT_SYSPREP; in BdsEntry()
677 BootOptionSupport |= EFI_BOOT_OPTION_SUPPORT_KEY; in BdsEntry()
678 SET_BOOT_OPTION_SUPPORT_KEY_COUNT (BootOptionSupport, 3); in BdsEntry()
684 sizeof (BootOptionSupport), in BdsEntry()
685 &BootOptionSupport in BdsEntry()
DBdsDxe.inf70 …## SOMETIMES_PRODUCES ## Variable:L"BootOptionSupport" (The feature supported in boot option menu,…
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
DBmHotkey.c840 UINT32 *BootOptionSupport; in EfiBootManagerStartHotkeyService() local
842 … GetEfiGlobalVariable2 (EFI_BOOT_OPTION_SUPPORT_VARIABLE_NAME, (VOID **) &BootOptionSupport, NULL); in EfiBootManagerStartHotkeyService()
843 ASSERT (BootOptionSupport != NULL); in EfiBootManagerStartHotkeyService()
845 if ((*BootOptionSupport & EFI_BOOT_OPTION_SUPPORT_KEY) != 0) { in EfiBootManagerStartHotkeyService()
846 …mBmHotkeySupportCount = ((*BootOptionSupport & EFI_BOOT_OPTION_SUPPORT_COUNT) >> LowBitSet32 (EFI_… in EfiBootManagerStartHotkeyService()
848 FreePool (BootOptionSupport); in EfiBootManagerStartHotkeyService()
/device/linaro/bootloader/edk2/ArmPlatformPkg/Bds/
DBds.inf33 BootOptionSupport.c
/device/linaro/bootloader/edk2/MdeModulePkg/Library/VarCheckUefiLib/
DVarCheckUefiLib.inf62 ## CONSUMES ## Variable:L"BootOptionSupport"
/device/linaro/bootloader/edk2/MdeModulePkg/Library/BootMaintenanceManagerLib/
DBootMaintenanceManagerLib.inf69 …## SOMETIMES_PRODUCES ## Variable:L"BootOptionSupport" (The feature supported in boot option menu,…