OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BootOptionSupport
(Results
1 - 3
of
3
) sorted by null
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/
Hotkey.c
528
UINT32
BootOptionSupport
;
540
BootOptionSupport
= EFI_BOOT_OPTION_SUPPORT_APP;
542
BootOptionSupport
|= EFI_BOOT_OPTION_SUPPORT_KEY;
543
SET_BOOT_OPTION_SUPPORT_KEY_COUNT (
BootOptionSupport
, 3);
547
L"
BootOptionSupport
",
551
&
BootOptionSupport
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/BdsDxe/
BdsEntry.c
592
UINT32
BootOptionSupport
;
672
// Initialize L"
BootOptionSupport
" EFI global variable.
675
BootOptionSupport
= EFI_BOOT_OPTION_SUPPORT_APP | EFI_BOOT_OPTION_SUPPORT_SYSPREP;
677
BootOptionSupport
|= EFI_BOOT_OPTION_SUPPORT_KEY;
678
SET_BOOT_OPTION_SUPPORT_KEY_COUNT (
BootOptionSupport
, 3);
684
sizeof (
BootOptionSupport
),
685
&
BootOptionSupport
[
all
...]
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
BmHotkey.c
840
UINT32 *
BootOptionSupport
;
842
Status = GetEfiGlobalVariable2 (EFI_BOOT_OPTION_SUPPORT_VARIABLE_NAME, (VOID **) &
BootOptionSupport
, NULL);
843
ASSERT (
BootOptionSupport
!= NULL);
845
if ((*
BootOptionSupport
& EFI_BOOT_OPTION_SUPPORT_KEY) != 0) {
846
mBmHotkeySupportCount = ((*
BootOptionSupport
& EFI_BOOT_OPTION_SUPPORT_COUNT) >> LowBitSet32 (EFI_BOOT_OPTION_SUPPORT_COUNT));
848
FreePool (
BootOptionSupport
);
851
DEBUG ((EFI_D_INFO, "Bds:
BootOptionSupport
NV variable forbids starting the hotkey service.\n"));
[
all
...]
Completed in 854 milliseconds