Home
last modified time | relevance | path

Searched refs:UserInput (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/SetupBrowserDxe/
DPresentation.c1532 IN USER_INPUT *UserInput in ProcessUserInput() argument
1544 ASSERT (UserInput->Action != 0 || UserInput->SelectedStatement != NULL); in ProcessUserInput()
1550 if (UserInput->SelectedStatement != NULL){ in ProcessUserInput()
1551 Statement = GetBrowserStatement(UserInput->SelectedStatement); in ProcessUserInput()
1573 if (UserInput->Action != 0) { in ProcessUserInput()
1574 Status = ProcessAction (UserInput->Action, UserInput->DefaultId); in ProcessUserInput()
1603 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()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/faqwiz/
Dfaqwiz.py183 class UserInput: class
376 self.ui = UserInput()