Searched refs:StorageListHead (Results 1 – 9 of 9) sorted by relevance
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/ |
D | ConfigAccess.c | 75 StorageList = GetFirstNode (&FormSet->StorageListHead); in GetFirstStorageOfFormSet() 77 while (!IsNull (&FormSet->StorageListHead, StorageList)) { in GetFirstStorageOfFormSet() 82 StorageList = GetNextNode (&FormSet->StorageListHead, StorageList); in GetFirstStorageOfFormSet() 157 StorageList = GetFirstNode (&FormSet->StorageListHead); in GetStorageFromConfigString() 159 while (!IsNull (&FormSet->StorageListHead, StorageList)) { in GetStorageFromConfigString() 161 StorageList = GetNextNode (&FormSet->StorageListHead, StorageList); in GetStorageFromConfigString() 459 if (IsListEmpty (&FormSetContext->StorageListHead)) { in ThunkExtractConfig() 465 StorageList = GetFirstNode (&FormSetContext->StorageListHead); in ThunkExtractConfig() 474 if (IsNull (&FormSetContext->StorageListHead, StorageList)) { in ThunkExtractConfig() 481 StorageList = GetNextNode (&FormSetContext->StorageListHead, StorageList); in ThunkExtractConfig()
|
D | Utility.c | 635 StorageList = GetFirstNode (&FormSet->StorageListHead); in GetFormsetDefaultVarstoreId() 637 while (!IsNull (&FormSet->StorageListHead, StorageList)) { in GetFormsetDefaultVarstoreId() 650 StorageList = GetNextNode (&FormSet->StorageListHead, StorageList); in GetFormsetDefaultVarstoreId() 659 StorageList = GetFirstNode (&FormSet->StorageListHead); in GetFormsetDefaultVarstoreId() 660 if (!IsNull (&FormSet->StorageListHead, StorageList)) { in GetFormsetDefaultVarstoreId()
|
D | UefiIfrParser.c | 195 Link = GetFirstNode (&FormSet->StorageListHead); in CreateQuestion() 196 while (!IsNull (&FormSet->StorageListHead, Link)) { in CreateQuestion() 204 Link = GetNextNode (&FormSet->StorageListHead, Link); in CreateQuestion() 229 InsertTailList (&FormSet->StorageListHead, &Storage->Link); in CreateStorage() 362 if (FormSet->StorageListHead.ForwardLink != NULL) { in DestroyFormSet() 363 while (!IsListEmpty (&FormSet->StorageListHead)) { in DestroyFormSet() 364 Link = GetFirstNode (&FormSet->StorageListHead); in DestroyFormSet() 553 InitializeListHead (&FormSet->StorageListHead); in ParseOpCodes()
|
D | UefiIfrDefault.c | 319 StorageLink = GetFirstNode (&FormSet->StorageListHead); in GetBufferTypeDefaultId() 321 while (!IsNull (&FormSet->StorageListHead, StorageLink)) { in GetBufferTypeDefaultId() 329 StorageLink = GetNextNode (&FormSet->StorageListHead, StorageLink); in GetBufferTypeDefaultId()
|
D | OpcodeCreation.c | 946 StorageList = GetFirstNode (&FormSet->StorageListHead); in FwUpdateDataToUefiUpdateData() 947 while (!IsNull (&FormSet->StorageListHead, StorageList)) { in FwUpdateDataToUefiUpdateData() 952 StorageList = GetNextNode (&FormSet->StorageListHead, StorageList); in FwUpdateDataToUefiUpdateData() 954 ASSERT (!IsNull (&FormSet->StorageListHead, StorageList)); in FwUpdateDataToUefiUpdateData()
|
D | UefiIfrParser.h | 293 LIST_ENTRY StorageListHead; // Storage list (FORMSET_STORAGE) member
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/SetupBrowserDxe/ |
D | IfrParse.c | 222 Link = GetFirstNode (&FormSet->StorageListHead); in CreateQuestion() 223 while (!IsNull (&FormSet->StorageListHead, Link)) { in CreateQuestion() 231 Link = GetNextNode (&FormSet->StorageListHead, Link); in CreateQuestion() 545 InsertTailList (&FormSet->StorageListHead, &Storage->Link); in CreateStorage() 598 Link = GetFirstNode (&FormSet->StorageListHead); in GetFstStgFromVarId() 599 while (!IsNull (&FormSet->StorageListHead, Link)) { in GetFstStgFromVarId() 607 Link = GetNextNode (&FormSet->StorageListHead, Link); in GetFstStgFromVarId() 645 Link = GetFirstNode (&FormSet->StorageListHead); in GetFstStgFromBrsStg() 646 while (!IsNull (&FormSet->StorageListHead, Link)) { in GetFstStgFromBrsStg() 648 Link = GetNextNode (&FormSet->StorageListHead, Link); in GetFstStgFromBrsStg() [all …]
|
D | Setup.c | 822 Link = GetFirstNode (&mSystemLevelFormSet->StorageListHead); in BrowserCallback() 823 if (IsNull (&mSystemLevelFormSet->StorageListHead, Link)) { in BrowserCallback() 2902 Link = GetFirstNode (&FormSet->StorageListHead); in DiscardForm() 2903 while (!IsNull (&FormSet->StorageListHead, Link)) { in DiscardForm() 2905 Link = GetNextNode (&FormSet->StorageListHead, Link); in DiscardForm() 3141 Link = GetFirstNode (&FormSet->StorageListHead); in SubmitForFormSet() 3142 while (!IsNull (&FormSet->StorageListHead, Link)) { in SubmitForFormSet() 3145 Link = GetNextNode (&FormSet->StorageListHead, Link); in SubmitForFormSet() 3334 StorageLink = GetFirstNode (&LocalFormSet->StorageListHead); in SubmitForSystem() 3335 while (!IsNull (&LocalFormSet->StorageListHead, StorageLink)) { in SubmitForSystem() [all …]
|
D | Setup.h | 466 LIST_ENTRY StorageListHead; // Storage list (FORMSET_STORAGE) member
|