Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/SetupBrowserDxe/
DPresentation.c336 if (Statement->BufferValue != NULL) { in InitializeDisplayStatement()
340 …>OpCode->OpCode == EFI_IFR_ORDERED_LIST_OP && GetArrayData (Statement->BufferValue, Statement->Val… in InitializeDisplayStatement()
344 …atement->CurrentValue.Buffer = AllocateCopyPool(Statement->StorageWidth,Statement->BufferValue); in InitializeDisplayStatement()
1604 …CopyMem (Statement->BufferValue, UserInput->InputValue.Buffer, (UINTN) UserInput->InputValue.Buffe… in ProcessUserInput()
1618 …CopyMem (Statement->BufferValue, UserInput->InputValue.Buffer, (UINTN) UserInput->InputValue.Buffe… in ProcessUserInput()
1624 PasswordCheck (NULL, UserInput->SelectedStatement, (CHAR16 *) Statement->BufferValue); in ProcessUserInput()
1628 ZeroMem (Statement->BufferValue, (UINTN) UserInput->InputValue.BufferLen); in ProcessUserInput()
1629 …tion->FormSet->HiiHandle, Statement->HiiValue.Value.string, (CHAR16*)Statement->BufferValue, NULL); in ProcessUserInput()
1636 … CopyMem (Statement->BufferValue, UserInput->InputValue.Buffer, UserInput->InputValue.BufferLen); in ProcessUserInput()
2013 TypeValue = (EFI_IFR_TYPE_VALUE *) Statement->BufferValue; in ProcessCallBackFunction()
[all …]
DSetup.c1409 if (Question->BufferValue != NULL) { in BufferToValue()
1413 Dst = Question->BufferValue; in BufferToValue()
1631 if (Question->BufferValue != NULL) { in GetQuestionValue()
1632 Dst = Question->BufferValue; in GetQuestionValue()
1653 if (Question->BufferValue != NULL) { in GetQuestionValue()
1657 Dst = Question->BufferValue; in GetQuestionValue()
1910 if (Question->BufferValue != NULL) { in SetQuestionValue()
1911 Src = Question->BufferValue; in SetQuestionValue()
1929 if (Question->BufferValue != NULL) { in SetQuestionValue()
1930 Src = Question->BufferValue; in SetQuestionValue()
[all …]
DIfrParse.c974 if (Statement->BufferValue != NULL) { in DestroyStatement()
975 FreePool (Statement->BufferValue); in DestroyStatement()
2018 CurrentStatement->BufferValue = NULL; in ParseOpCodes()
2051 …CurrentStatement->BufferValue = AllocateZeroPool (CurrentStatement->StorageWidth + sizeof (CHAR16)… in ParseOpCodes()
2052 …CurrentStatement->HiiValue.Value.string = NewString ((CHAR16*) CurrentStatement->BufferValue, Form… in ParseOpCodes()
2070 …CurrentStatement->BufferValue = AllocateZeroPool ((CurrentStatement->StorageWidth + sizeof (CHAR16… in ParseOpCodes()
2071 …CurrentStatement->HiiValue.Value.string = NewString ((CHAR16*) CurrentStatement->BufferValue, Form… in ParseOpCodes()
2216 …if ((ParentStatement->Operand == EFI_IFR_ORDERED_LIST_OP) && (ParentStatement->BufferValue == NULL… in ParseOpCodes()
2243 ParentStatement->BufferValue = AllocateZeroPool (ParentStatement->StorageWidth); in ParseOpCodes()
2246 ParentStatement->HiiValue.Buffer = ParentStatement->BufferValue; in ParseOpCodes()
DSetup.h335 UINT8 *BufferValue; // Edit copy for string, password, orderedlist member
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/
DUefiIfrParser.h208 UINT8 *BufferValue; // Edit copy for string, password, orderedlist member
DUefiIfrParser.c860 CurrentStatement->BufferValue = AllocateZeroPool (CurrentStatement->StorageWidth); in ParseOpCodes()
889 CurrentStatement->BufferValue = AllocateZeroPool (CurrentStatement->StorageWidth); in ParseOpCodes()
907 CurrentStatement->BufferValue = AllocateZeroPool (CurrentStatement->StorageWidth); in ParseOpCodes()