Searched defs:CurrentDefault (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/SetupBrowserDxe/
H A DIfrParse.c931 QUESTION_DEFAULT *CurrentDefault; local
963 CurrentDefault = NULL;
1776 CurrentDefault = AllocateZeroPool (sizeof (QUESTION_DEFAULT));
1777 ASSERT (CurrentDefault != NULL);
1778 CurrentDefault->Signature = QUESTION_DEFAULT_SIGNATURE;
1780 CurrentDefault->Value.Type = ((EFI_IFR_DEFAULT *) OpCodeData)->Type;
1781 CopyMem (&CurrentDefault->DefaultId, &((EFI_IFR_DEFAULT *) OpCodeData)->DefaultId, sizeof (UINT16));
1782 CopyMem (&CurrentDefault->Value.Value, &((EFI_IFR_DEFAULT *) OpCodeData)->Value, sizeof (EFI_IFR_TYPE_VALUE));
1783 ExtendValueToU64 (&CurrentDefault->Value);
1788 InsertTailList (&CurrentStatement->DefaultListHead, &CurrentDefault
[all...]

Completed in 45 milliseconds