Searched refs:DefaultStore (Results 1 – 7 of 7) sorted by relevance
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/ |
D | UefiIfrDefault.c | 254 IN FORMSET_DEFAULTSTORE *DefaultStore, in GetBufferTypeDefaultIdAndStorageId() argument 270 Node->DefaultId = DefaultStore->DefaultId; in GetBufferTypeDefaultIdAndStorageId() 282 Status = ExtractFormDefault (Form, DefaultStore->DefaultId, Storage->VarStoreId, Node); in GetBufferTypeDefaultIdAndStorageId() 310 IN FORMSET_DEFAULTSTORE *DefaultStore, in GetBufferTypeDefaultId() argument 325 …Status = GetBufferTypeDefaultIdAndStorageId (DefaultStore, Storage, FormSet, UefiDefaultsListHead); in GetBufferTypeDefaultId() 355 FORMSET_DEFAULTSTORE *DefaultStore; in UefiIfrGetBufferTypeDefaults() local 366 DefaultStore = FORMSET_DEFAULTSTORE_FROM_LINK(DefaultLink); in UefiIfrGetBufferTypeDefaults() 368 Status = GetBufferTypeDefaultId (DefaultStore, ThunkContext->FormSet, *UefiDefaults); in UefiIfrGetBufferTypeDefaults()
|
D | UefiIfrParser.c | 351 FORMSET_DEFAULTSTORE *DefaultStore; in DestroyFormSet() local 378 DefaultStore = FORMSET_DEFAULTSTORE_FROM_LINK (Link); in DestroyFormSet() 379 RemoveEntryList (&DefaultStore->Link); in DestroyFormSet() 381 gBS->FreePool (DefaultStore); in DestroyFormSet() 511 FORMSET_DEFAULTSTORE *DefaultStore; in ParseOpCodes() local 721 DefaultStore = AllocateZeroPool (sizeof (FORMSET_DEFAULTSTORE)); in ParseOpCodes() 722 ASSERT (DefaultStore != NULL); in ParseOpCodes() 723 DefaultStore->Signature = FORMSET_DEFAULTSTORE_SIGNATURE; in ParseOpCodes() 725 …CopyMem (&DefaultStore->DefaultId, &((EFI_IFR_DEFAULTSTORE *) OpCodeData)->DefaultId, sizeof (… in ParseOpCodes() 726 …CopyMem (&DefaultStore->DefaultName, &((EFI_IFR_DEFAULTSTORE *) OpCodeData)->DefaultName, sizeof (… in ParseOpCodes() [all …]
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/SetupBrowserDxe/ |
D | IfrParse.c | 1061 FORMSET_DEFAULTSTORE *DefaultStore; in DestroyFormSet() local 1097 DefaultStore = FORMSET_DEFAULTSTORE_FROM_LINK (Link); in DestroyFormSet() 1098 RemoveEntryList (&DefaultStore->Link); in DestroyFormSet() 1100 FreePool (DefaultStore); in DestroyFormSet() 1290 FORMSET_DEFAULTSTORE *DefaultStore; in ParseOpCodes() local 1882 DefaultStore = AllocateZeroPool (sizeof (FORMSET_DEFAULTSTORE)); in ParseOpCodes() 1883 ASSERT (DefaultStore != NULL); in ParseOpCodes() 1884 DefaultStore->Signature = FORMSET_DEFAULTSTORE_SIGNATURE; in ParseOpCodes() 1886 …CopyMem (&DefaultStore->DefaultId, &((EFI_IFR_DEFAULTSTORE *) OpCodeData)->DefaultId, sizeof (… in ParseOpCodes() 1887 …CopyMem (&DefaultStore->DefaultName, &((EFI_IFR_DEFAULTSTORE *) OpCodeData)->DefaultName, sizeof (… in ParseOpCodes() [all …]
|
D | Setup.c | 4093 FORMSET_DEFAULTSTORE *DefaultStore; in GetQuestionDefault() local 4286 DefaultStore = FORMSET_DEFAULTSTORE_FROM_LINK(DefaultLink); in GetQuestionDefault() 4288 DefaultId = DefaultStore->DefaultId; in GetQuestionDefault()
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/ |
D | VfrFormPkg.cpp | 1690 EFI_IFR_DEFAULTSTORE *DefaultStore; in IfrGetDefaultStoreInfo() local 1699 DefaultStore = (EFI_IFR_DEFAULTSTORE *) pNode->mIfrBinBuf; in IfrGetDefaultStoreInfo() 1700 mAllDefaultIdArray[mAllDefaultTypeCount++] = DefaultStore->DefaultId; in IfrGetDefaultStoreInfo()
|
D | VfrSyntax.g | 228 #token DefaultStore("defaultstore") "defaultstore" 832 D:DefaultStore N:StringIdentifier "," 1765 DefaultStore "=" SN:StringIdentifier "," << 2134 DefaultStore
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/ |
D | VfrSyntax.g | 224 #token DefaultStore("defaultstore") "defaultstore" 545 D:DefaultStore N:StringIdentifier "," 991 …DefaultStore "=" SN:StringIdentifier "," << _PCATCH(mCVfrDefaultStore.GetDefaultId (SN->getTe… 1259 DefaultStore
|