OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DisBootOption
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
Variable.c
[
all
...]
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LegacyBootMaintUiLib/
LegacyBootMaintUi.c
110
@param
DisBootOption
Callee allocated buffer containing the disabled Boot Option Numbers
119
UINT16 **
DisBootOption
,
142
*
DisBootOption
= AllocatePool (BootOrderSize);
150
ASSERT (*
DisBootOption
!= NULL);
176
// Record the EnBootOption and
DisBootOption
according to the DevOrder
188
(*
DisBootOption
)[*DisBootOptionCount] = BootOrder[Index];
255
UINT16 *
DisBootOption
;
389
&
DisBootOption
,
394
// 2. Deactivate the
DisBootOption
and activate the EnBootOption
397
UnicodeSPrint (VarName, sizeof (VarName), L"Boot%04x",
DisBootOption
[Index]);
[
all
...]
Completed in 276 milliseconds