OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DefaultStore
(Results
1 - 5
of
5
) sorted by null
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/
UefiIfrDefault.c
244
@param
DefaultStore
The Default Store.
254
IN FORMSET_DEFAULTSTORE *
DefaultStore
,
270
Node->DefaultId =
DefaultStore
->DefaultId;
282
Status = ExtractFormDefault (Form,
DefaultStore
->DefaultId, Storage->VarStoreId, Node);
301
@param
DefaultStore
The Default Store.
310
IN FORMSET_DEFAULTSTORE *
DefaultStore
,
325
Status = GetBufferTypeDefaultIdAndStorageId (
DefaultStore
, Storage, FormSet, UefiDefaultsListHead);
355
FORMSET_DEFAULTSTORE *
DefaultStore
;
366
DefaultStore
= FORMSET_DEFAULTSTORE_FROM_LINK(DefaultLink);
368
Status = GetBufferTypeDefaultId (
DefaultStore
, ThunkContext->FormSet, *UefiDefaults);
[
all
...]
UefiIfrParser.c
351
FORMSET_DEFAULTSTORE *
DefaultStore
;
378
DefaultStore
= FORMSET_DEFAULTSTORE_FROM_LINK (Link);
379
RemoveEntryList (&
DefaultStore
->Link);
381
gBS->FreePool (
DefaultStore
);
511
FORMSET_DEFAULTSTORE *
DefaultStore
;
718
//
DefaultStore
721
DefaultStore
= AllocateZeroPool (sizeof (FORMSET_DEFAULTSTORE));
722
ASSERT (
DefaultStore
!= NULL);
723
DefaultStore
->Signature = FORMSET_DEFAULTSTORE_SIGNATURE;
725
CopyMem (&
DefaultStore
->DefaultId, &((EFI_IFR_DEFAULTSTORE *) OpCodeData)->DefaultId, sizeof (UINT16));
[
all
...]
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/SetupBrowserDxe/
IfrParse.c
1061
FORMSET_DEFAULTSTORE *
DefaultStore
;
[
all
...]
Setup.c
[
all
...]
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/
VfrFormPkg.cpp
[
all
...]
Completed in 1368 milliseconds