Home
last modified time | relevance | path

Searched refs:FormSetContext (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/
DConfigAccess.c436 FORM_BROWSER_FORMSET *FormSetContext; in ThunkExtractConfig() local
458 FormSetContext = ConfigAccess->ThunkContext->FormSet; in ThunkExtractConfig()
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()
536 …if ((BufferStorage->VarStoreId == FormSetContext->DefaultVarStoreId) && (FormSetContext->OriginalD… in ThunkExtractConfig()
537 VarStoreName = FormSetContext->OriginalDefaultVarStoreName; in ThunkExtractConfig()