Home | History | Annotate | Download | only in DeviceMngr

Lines Matching defs:FormSetGuid

214   @param FormSetGuid     Return the formset guid for this formset.

227 OUT EFI_GUID **FormSetGuid
311 *FormSetGuid = AllocateCopyPool (sizeof (EFI_GUID), &((EFI_IFR_FORM_SET *) OpCodeData)->Guid);
312 ASSERT (*FormSetGuid != NULL);
321 *FormSetGuid = AllocateCopyPool (sizeof (EFI_GUID), &((EFI_IFR_FORM_SET *) OpCodeData)->Guid);
322 ASSERT (*FormSetGuid != NULL);
733 Insert the new HiiHandle + FormsetGuid at the NewPair[InsertOffset].
739 @param FormSetGuid The new found formset guid.
748 IN EFI_GUID *FormSetGuid
768 NewGuidLists[Offset] = FormSetGuid;
816 EFI_GUID *FormSetGuid;
827 FormSetGuid = NULL;
924 if (!ExtractDisplayedHiiFormFromHiiHandle (HiiHandles[Index], &gEfiHiiPlatformSetupFormsetGuid, SkipCount, &FormSetTitle, &FormSetHelp, &FormSetGuid)) {
934 AdjustArrayData (&HiiHandles, &GuidLists, HandleNum, Index + 1, FormSetGuid);