OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:EnBootOptionCount
(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
109
@param
EnBootOptionCount
Count of the enabled Boot Option Numbers
118
UINTN *
EnBootOptionCount
,
144
*
EnBootOptionCount
= 0;
191
(*EnBootOption)[*
EnBootOptionCount
] = BootOrder[Index];
192
(*
EnBootOptionCount
)++;
202
CopyMem (&BootOrder[StartPosition], NewBootOption, (*DisBootOptionCount + *
EnBootOptionCount
) * sizeof (UINT16));
254
UINTN
EnBootOptionCount
;
388
&
EnBootOptionCount
,
415
for (Index = 0; Index <
EnBootOptionCount
; Index++) {
[
all
...]
Completed in 144 milliseconds