Home
last modified time | relevance | path

Searched refs:BootOptionSupport (Results 1 – 7 of 7) 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.c704 UINT32 BootOptionSupport; in BdsEntry() local
788 BootOptionSupport = EFI_BOOT_OPTION_SUPPORT_APP | EFI_BOOT_OPTION_SUPPORT_SYSPREP; in BdsEntry()
790 BootOptionSupport |= EFI_BOOT_OPTION_SUPPORT_KEY; in BdsEntry()
791 SET_BOOT_OPTION_SUPPORT_KEY_COUNT (BootOptionSupport, 3); in BdsEntry()
797 sizeof (BootOptionSupport), in BdsEntry()
798 &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.c886 UINT32 *BootOptionSupport; in EfiBootManagerStartHotkeyService() local
888 … GetEfiGlobalVariable2 (EFI_BOOT_OPTION_SUPPORT_VARIABLE_NAME, (VOID **) &BootOptionSupport, NULL); in EfiBootManagerStartHotkeyService()
889 ASSERT (BootOptionSupport != NULL); in EfiBootManagerStartHotkeyService()
891 if ((*BootOptionSupport & EFI_BOOT_OPTION_SUPPORT_KEY) != 0) { in EfiBootManagerStartHotkeyService()
892 …mBmHotkeySupportCount = ((*BootOptionSupport & EFI_BOOT_OPTION_SUPPORT_COUNT) >> LowBitSet32 (EFI_… in EfiBootManagerStartHotkeyService()
894 FreePool (BootOptionSupport); in EfiBootManagerStartHotkeyService()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/VarCheckUefiLib/
DVarCheckUefiLib.inf62 ## SOMETIMES_CONSUMES ## Variable:L"BootOptionSupport"
/device/linaro/bootloader/edk2/MdeModulePkg/Library/BootMaintenanceManagerUiLib/
DBootMaintenanceManagerUiLib.inf73 …## SOMETIMES_PRODUCES ## Variable:L"BootOptionSupport" (The feature supported in boot option menu,…