Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DisplayEngineDxe/
DProcessOptions.c889 gUserInput->InputValue.Buffer = AllocateCopyPool (Question->CurrentValue.BufferLen, StringPtr); in PasswordProcess()
890 gUserInput->InputValue.BufferLen = Question->CurrentValue.BufferLen; in PasswordProcess()
891 gUserInput->InputValue.Type = Question->CurrentValue.Type; in PasswordProcess()
892 …gUserInput->InputValue.Value.string = HiiSetString(gFormData->HiiHandle, gUserInput->InputValue.Va… in PasswordProcess()
1039 gUserInput->InputValue.Buffer = ValueArray; in ProcessOptions()
1040 gUserInput->InputValue.BufferLen = Question->CurrentValue.BufferLen; in ProcessOptions()
1041 gUserInput->InputValue.Type = Question->CurrentValue.Type; in ProcessOptions()
1124 gUserInput->InputValue.Buffer = ValueArray; in ProcessOptions()
1125 gUserInput->InputValue.BufferLen = Question->CurrentValue.BufferLen; in ProcessOptions()
1126 gUserInput->InputValue.Type = Question->CurrentValue.Type; in ProcessOptions()
[all …]
DInputHandler.c926 CopyMem (&gUserInput->InputValue, &Question->CurrentValue, sizeof (EFI_HII_VALUE)); in GetNumericInput()
927 QuestionValue = &gUserInput->InputValue; in GetNumericInput()
1644 gUserInput->InputValue.Buffer = ReturnValue; in GetSelectionInputPopUp()
1645 gUserInput->InputValue.BufferLen = Question->CurrentValue.BufferLen; in GetSelectionInputPopUp()
1649 gUserInput->InputValue.Type = CurrentOption->OptionOpCode->Type; in GetSelectionInputPopUp()
1650 …&Question->CurrentValue.Value, &CurrentOption->OptionOpCode->Value, gUserInput->InputValue.Type)) { in GetSelectionInputPopUp()
1653 …SetValuesByType (&gUserInput->InputValue.Value, &CurrentOption->OptionOpCode->Value, gUserInput->I… in GetSelectionInputPopUp()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/SetupBrowserDxe/
DPresentation.c1603 Statement->HiiValue.Value.string = UserInput->InputValue.Value.string; in ProcessUserInput()
1604 …CopyMem (Statement->BufferValue, UserInput->InputValue.Buffer, (UINTN) UserInput->InputValue.Buffe… in ProcessUserInput()
1605 FreePool (UserInput->InputValue.Buffer); in ProcessUserInput()
1609 if (UserInput->InputValue.Buffer == NULL) { in ProcessUserInput()
1617 Statement->HiiValue.Value.string = UserInput->InputValue.Value.string; in ProcessUserInput()
1618 …CopyMem (Statement->BufferValue, UserInput->InputValue.Buffer, (UINTN) UserInput->InputValue.Buffe… in ProcessUserInput()
1619 ZeroMem (UserInput->InputValue.Buffer, (UINTN) UserInput->InputValue.BufferLen); in ProcessUserInput()
1620 FreePool (UserInput->InputValue.Buffer); in ProcessUserInput()
1629 ZeroMem (Statement->BufferValue, (UINTN) UserInput->InputValue.BufferLen); in ProcessUserInput()
1637 … CopyMem (Statement->BufferValue, UserInput->InputValue.Buffer, UserInput->InputValue.BufferLen); in ProcessUserInput()
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Include/Protocol/
DDisplayProtocol.h308 EFI_HII_VALUE InputValue; member