HomeSort by relevance Sort by last modified time
    Searched refs:CurrentForm (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/SetupBrowserDxe/
IfrParse.c     [all...]
Setup.c     [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/
UefiIfrParser.c 502 FORM_BROWSER_FORM *CurrentForm;
558 CurrentForm = NULL;
604 CurrentForm = AllocateZeroPool (sizeof (FORM_BROWSER_FORM));
605 ASSERT (CurrentForm != NULL);
606 CurrentForm->Signature = FORM_BROWSER_FORM_SIGNATURE;
608 InitializeListHead (&CurrentForm->StatementListHead);
610 CopyMem (&CurrentForm->FormId, &((EFI_IFR_FORM *) OpCodeData)->FormId, sizeof (UINT16));
611 CopyMem (&CurrentForm->FormTitle, &((EFI_IFR_FORM *) OpCodeData)->FormTitle, sizeof (EFI_STRING_ID));
616 InsertTailList (&FormSet->FormListHead, &CurrentForm->Link);
623 CurrentForm = AllocateZeroPool (sizeof (FORM_BROWSER_FORM));
    [all...]

Completed in 51 milliseconds