Home
last modified time | relevance | path

Searched refs:gUserInput (Results 1 – 25 of 40) sorted by relevance

12

/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/MdeModulePkg/Universal/DisplayEngineDxe/
H A DProcessOptions.c885 gUserInput->InputValue.Type = Question->CurrentValue.Type; in PasswordProcess()
886gUserInput->InputValue.Value.string = HiiSetString(gFormData->HiiHandle, gUserInput->InputValue.Va… in PasswordProcess()
1038 gUserInput->SelectedStatement = Question; in ProcessOptions()
1042 gUserInput->InputValue.Buffer = ValueArray; in ProcessOptions()
1123 gUserInput->SelectedStatement = Question; in ProcessOptions()
1127 gUserInput->InputValue.Buffer = ValueArray; in ProcessOptions()
1183 switch (gUserInput->InputValue.Type) { in ProcessOptions()
1200 gUserInput->SelectedStatement = Question; in ProcessOptions()
1225 gUserInput->InputValue.Type = QuestionValue->Type; in ProcessOptions()
1348 gUserInput->InputValue.Type = Question->CurrentValue.Type; in ProcessOptions()
[all …]
H A DInputHandler.c819 CopyMem (&gUserInput->InputValue, &Question->CurrentValue, sizeof (EFI_HII_VALUE)); in GetNumericInput()
820 QuestionValue = &gUserInput->InputValue; in GetNumericInput()
1506 gUserInput->InputValue.Buffer = ReturnValue; in GetSelectionInputPopUp()
1507 gUserInput->InputValue.BufferLen = Question->CurrentValue.BufferLen; in GetSelectionInputPopUp()
1512 gUserInput->InputValue.Type = CurrentOption->OptionOpCode->Type; in GetSelectionInputPopUp()
1513 …l (&Question->CurrentValue.Value, &CurrentOption->OptionOpCode->Value, gUserInput->InputValue.Type… in GetSelectionInputPopUp()
1516 …SetValuesByType (&gUserInput->InputValue.Value, &CurrentOption->OptionOpCode->Value, gUserInput->I… in GetSelectionInputPopUp()
H A DFormDisplay.c104 USER_INPUT *gUserInput; variable
1932 gUserInput->SelectedStatement = Statement; in UpdateHighlightMenuInfo()
1966 gUserInput->SelectedStatement = NULL; in UpdateHighlightMenuInfo()
3075 gUserInput->Action = BROWSER_ACTION_NONE; in UiDisplayMenu()
3282 gUserInput->Action = BROWSER_ACTION_FORM_EXIT; in UiDisplayMenu()
3292 gUserInput->Action = HotKey->Action; in UiDisplayMenu()
3294 gUserInput->DefaultId = HotKey->DefaultId; in UiDisplayMenu()
3790 ASSERT (gUserInput != NULL); in BrowserStatusProcess()
3806 gUserInput->Action = BROWSER_ACTION_DISCARD; in BrowserStatusProcess()
3808 gUserInput->Action = BROWSER_ACTION_GOTO; in BrowserStatusProcess()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/MdeModulePkg/Universal/DisplayEngineDxe/
H A DProcessOptions.c885 gUserInput->InputValue.Type = Question->CurrentValue.Type; in PasswordProcess()
886gUserInput->InputValue.Value.string = HiiSetString(gFormData->HiiHandle, gUserInput->InputValue.Va… in PasswordProcess()
1029 gUserInput->SelectedStatement = Question; in ProcessOptions()
1033 gUserInput->InputValue.Buffer = ValueArray; in ProcessOptions()
1114 gUserInput->SelectedStatement = Question; in ProcessOptions()
1118 gUserInput->InputValue.Buffer = ValueArray; in ProcessOptions()
1175 switch (gUserInput->InputValue.Type) { in ProcessOptions()
1192 gUserInput->SelectedStatement = Question; in ProcessOptions()
1217 gUserInput->InputValue.Type = QuestionValue->Type; in ProcessOptions()
1364 gUserInput->InputValue.Type = Question->CurrentValue.Type; in ProcessOptions()
[all …]
H A DInputHandler.c923 CopyMem (&gUserInput->InputValue, &Question->CurrentValue, sizeof (EFI_HII_VALUE)); in GetNumericInput()
924 QuestionValue = &gUserInput->InputValue; in GetNumericInput()
1641 gUserInput->InputValue.Buffer = ReturnValue; in GetSelectionInputPopUp()
1642 gUserInput->InputValue.BufferLen = Question->CurrentValue.BufferLen; in GetSelectionInputPopUp()
1646 gUserInput->InputValue.Type = CurrentOption->OptionOpCode->Type; in GetSelectionInputPopUp()
1647 …l (&Question->CurrentValue.Value, &CurrentOption->OptionOpCode->Value, gUserInput->InputValue.Type… in GetSelectionInputPopUp()
1650 …SetValuesByType (&gUserInput->InputValue.Value, &CurrentOption->OptionOpCode->Value, gUserInput->I… in GetSelectionInputPopUp()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/MdeModulePkg/Universal/DisplayEngineDxe/
H A DProcessOptions.c885 gUserInput->InputValue.Type = Question->CurrentValue.Type; in PasswordProcess()
886gUserInput->InputValue.Value.string = HiiSetString(gFormData->HiiHandle, gUserInput->InputValue.Va… in PasswordProcess()
1029 gUserInput->SelectedStatement = Question; in ProcessOptions()
1033 gUserInput->InputValue.Buffer = ValueArray; in ProcessOptions()
1114 gUserInput->SelectedStatement = Question; in ProcessOptions()
1118 gUserInput->InputValue.Buffer = ValueArray; in ProcessOptions()
1175 switch (gUserInput->InputValue.Type) { in ProcessOptions()
1192 gUserInput->SelectedStatement = Question; in ProcessOptions()
1217 gUserInput->InputValue.Type = QuestionValue->Type; in ProcessOptions()
1364 gUserInput->InputValue.Type = Question->CurrentValue.Type; in ProcessOptions()
[all …]
H A DInputHandler.c923 CopyMem (&gUserInput->InputValue, &Question->CurrentValue, sizeof (EFI_HII_VALUE)); in GetNumericInput()
924 QuestionValue = &gUserInput->InputValue; in GetNumericInput()
1641 gUserInput->InputValue.Buffer = ReturnValue; in GetSelectionInputPopUp()
1642 gUserInput->InputValue.BufferLen = Question->CurrentValue.BufferLen; in GetSelectionInputPopUp()
1646 gUserInput->InputValue.Type = CurrentOption->OptionOpCode->Type; in GetSelectionInputPopUp()
1647 …l (&Question->CurrentValue.Value, &CurrentOption->OptionOpCode->Value, gUserInput->InputValue.Type… in GetSelectionInputPopUp()
1650 …SetValuesByType (&gUserInput->InputValue.Value, &CurrentOption->OptionOpCode->Value, gUserInput->I… in GetSelectionInputPopUp()
H A DFormDisplay.c98 USER_INPUT *gUserInput; variable
2020 gUserInput->SelectedStatement = Statement; in UpdateHighlightMenuInfo()
2054 gUserInput->SelectedStatement = NULL; in UpdateHighlightMenuInfo()
3179 gUserInput->Action = BROWSER_ACTION_NONE; in UiDisplayMenu()
3386 gUserInput->Action = BROWSER_ACTION_FORM_EXIT; in UiDisplayMenu()
3396 gUserInput->Action = HotKey->Action; in UiDisplayMenu()
3398 gUserInput->DefaultId = HotKey->DefaultId; in UiDisplayMenu()
3935 ASSERT (gUserInput != NULL); in BrowserStatusProcess()
3956 gUserInput->Action = BROWSER_ACTION_DISCARD; in BrowserStatusProcess()
3958 gUserInput->Action = BROWSER_ACTION_GOTO; in BrowserStatusProcess()
[all …]
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/MdeModulePkg/Universal/DisplayEngineDxe/
H A DProcessOptions.c885 gUserInput->InputValue.Type = Question->CurrentValue.Type; in PasswordProcess()
886gUserInput->InputValue.Value.string = HiiSetString(gFormData->HiiHandle, gUserInput->InputValue.Va… in PasswordProcess()
1029 gUserInput->SelectedStatement = Question; in ProcessOptions()
1033 gUserInput->InputValue.Buffer = ValueArray; in ProcessOptions()
1114 gUserInput->SelectedStatement = Question; in ProcessOptions()
1118 gUserInput->InputValue.Buffer = ValueArray; in ProcessOptions()
1175 switch (gUserInput->InputValue.Type) { in ProcessOptions()
1192 gUserInput->SelectedStatement = Question; in ProcessOptions()
1217 gUserInput->InputValue.Type = QuestionValue->Type; in ProcessOptions()
1364 gUserInput->InputValue.Type = Question->CurrentValue.Type; in ProcessOptions()
[all …]
H A DInputHandler.c923 CopyMem (&gUserInput->InputValue, &Question->CurrentValue, sizeof (EFI_HII_VALUE)); in GetNumericInput()
924 QuestionValue = &gUserInput->InputValue; in GetNumericInput()
1641 gUserInput->InputValue.Buffer = ReturnValue; in GetSelectionInputPopUp()
1642 gUserInput->InputValue.BufferLen = Question->CurrentValue.BufferLen; in GetSelectionInputPopUp()
1646 gUserInput->InputValue.Type = CurrentOption->OptionOpCode->Type; in GetSelectionInputPopUp()
1647 …l (&Question->CurrentValue.Value, &CurrentOption->OptionOpCode->Value, gUserInput->InputValue.Type… in GetSelectionInputPopUp()
1650 …SetValuesByType (&gUserInput->InputValue.Value, &CurrentOption->OptionOpCode->Value, gUserInput->I… in GetSelectionInputPopUp()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/MdeModulePkg/Universal/DisplayEngineDxe/
H A DProcessOptions.c885 gUserInput->InputValue.Type = Question->CurrentValue.Type; in PasswordProcess()
886gUserInput->InputValue.Value.string = HiiSetString(gFormData->HiiHandle, gUserInput->InputValue.Va… in PasswordProcess()
1029 gUserInput->SelectedStatement = Question; in ProcessOptions()
1033 gUserInput->InputValue.Buffer = ValueArray; in ProcessOptions()
1114 gUserInput->SelectedStatement = Question; in ProcessOptions()
1118 gUserInput->InputValue.Buffer = ValueArray; in ProcessOptions()
1175 switch (gUserInput->InputValue.Type) { in ProcessOptions()
1192 gUserInput->SelectedStatement = Question; in ProcessOptions()
1217 gUserInput->InputValue.Type = QuestionValue->Type; in ProcessOptions()
1364 gUserInput->InputValue.Type = Question->CurrentValue.Type; in ProcessOptions()
[all …]
H A DInputHandler.c923 CopyMem (&gUserInput->InputValue, &Question->CurrentValue, sizeof (EFI_HII_VALUE)); in GetNumericInput()
924 QuestionValue = &gUserInput->InputValue; in GetNumericInput()
1641 gUserInput->InputValue.Buffer = ReturnValue; in GetSelectionInputPopUp()
1642 gUserInput->InputValue.BufferLen = Question->CurrentValue.BufferLen; in GetSelectionInputPopUp()
1646 gUserInput->InputValue.Type = CurrentOption->OptionOpCode->Type; in GetSelectionInputPopUp()
1647 …l (&Question->CurrentValue.Value, &CurrentOption->OptionOpCode->Value, gUserInput->InputValue.Type… in GetSelectionInputPopUp()
1650 …SetValuesByType (&gUserInput->InputValue.Value, &CurrentOption->OptionOpCode->Value, gUserInput->I… in GetSelectionInputPopUp()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/MdeModulePkg/Universal/DisplayEngineDxe/
H A DProcessOptions.c889 gUserInput->InputValue.Type = Question->CurrentValue.Type; in PasswordProcess()
890gUserInput->InputValue.Value.string = HiiSetString(gFormData->HiiHandle, gUserInput->InputValue.Va… in PasswordProcess()
1148 gUserInput->SelectedStatement = Question; in ProcessOptions()
1152 gUserInput->InputValue.Buffer = ValueArray; in ProcessOptions()
1238 gUserInput->SelectedStatement = Question; in ProcessOptions()
1242 gUserInput->InputValue.Buffer = ValueArray; in ProcessOptions()
1304 switch (gUserInput->InputValue.Type) { in ProcessOptions()
1321 gUserInput->SelectedStatement = Question; in ProcessOptions()
1346 gUserInput->InputValue.Type = QuestionValue->Type; in ProcessOptions()
1493 gUserInput->InputValue.Type = Question->CurrentValue.Type; in ProcessOptions()
[all …]
H A DInputHandler.c923 CopyMem (&gUserInput->InputValue, &Question->CurrentValue, sizeof (EFI_HII_VALUE)); in GetNumericInput()
924 QuestionValue = &gUserInput->InputValue; in GetNumericInput()
1641 gUserInput->InputValue.Buffer = ReturnValue; in GetSelectionInputPopUp()
1642 gUserInput->InputValue.BufferLen = Question->CurrentValue.BufferLen; in GetSelectionInputPopUp()
1646 gUserInput->InputValue.Type = CurrentOption->OptionOpCode->Type; in GetSelectionInputPopUp()
1647 …l (&Question->CurrentValue.Value, &CurrentOption->OptionOpCode->Value, gUserInput->InputValue.Type… in GetSelectionInputPopUp()
1650 …SetValuesByType (&gUserInput->InputValue.Value, &CurrentOption->OptionOpCode->Value, gUserInput->I… in GetSelectionInputPopUp()
H A DFormDisplay.c98 USER_INPUT *gUserInput; variable
2020 gUserInput->SelectedStatement = Statement; in UpdateHighlightMenuInfo()
2054 gUserInput->SelectedStatement = NULL; in UpdateHighlightMenuInfo()
3179 gUserInput->Action = BROWSER_ACTION_NONE; in UiDisplayMenu()
3386 gUserInput->Action = BROWSER_ACTION_FORM_EXIT; in UiDisplayMenu()
3396 gUserInput->Action = HotKey->Action; in UiDisplayMenu()
3398 gUserInput->DefaultId = HotKey->DefaultId; in UiDisplayMenu()
3935 ASSERT (gUserInput != NULL); in BrowserStatusProcess()
3956 gUserInput->Action = BROWSER_ACTION_DISCARD; in BrowserStatusProcess()
3958 gUserInput->Action = BROWSER_ACTION_GOTO; in BrowserStatusProcess()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/MdeModulePkg/Universal/DisplayEngineDxe/
H A DProcessOptions.c889 gUserInput->InputValue.Type = Question->CurrentValue.Type; in PasswordProcess()
890gUserInput->InputValue.Value.string = HiiSetString(gFormData->HiiHandle, gUserInput->InputValue.Va… in PasswordProcess()
1148 gUserInput->SelectedStatement = Question; in ProcessOptions()
1152 gUserInput->InputValue.Buffer = ValueArray; in ProcessOptions()
1238 gUserInput->SelectedStatement = Question; in ProcessOptions()
1242 gUserInput->InputValue.Buffer = ValueArray; in ProcessOptions()
1304 switch (gUserInput->InputValue.Type) { in ProcessOptions()
1321 gUserInput->SelectedStatement = Question; in ProcessOptions()
1346 gUserInput->InputValue.Type = QuestionValue->Type; in ProcessOptions()
1493 gUserInput->InputValue.Type = Question->CurrentValue.Type; in ProcessOptions()
[all …]
H A DInputHandler.c923 CopyMem (&gUserInput->InputValue, &Question->CurrentValue, sizeof (EFI_HII_VALUE)); in GetNumericInput()
924 QuestionValue = &gUserInput->InputValue; in GetNumericInput()
1641 gUserInput->InputValue.Buffer = ReturnValue; in GetSelectionInputPopUp()
1642 gUserInput->InputValue.BufferLen = Question->CurrentValue.BufferLen; in GetSelectionInputPopUp()
1646 gUserInput->InputValue.Type = CurrentOption->OptionOpCode->Type; in GetSelectionInputPopUp()
1647 …l (&Question->CurrentValue.Value, &CurrentOption->OptionOpCode->Value, gUserInput->InputValue.Type… in GetSelectionInputPopUp()
1650 …SetValuesByType (&gUserInput->InputValue.Value, &CurrentOption->OptionOpCode->Value, gUserInput->I… in GetSelectionInputPopUp()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/MdeModulePkg/Universal/DisplayEngineDxe/
H A DProcessOptions.c889 gUserInput->InputValue.Type = Question->CurrentValue.Type; in PasswordProcess()
890gUserInput->InputValue.Value.string = HiiSetString(gFormData->HiiHandle, gUserInput->InputValue.Va… in PasswordProcess()
1148 gUserInput->SelectedStatement = Question; in ProcessOptions()
1152 gUserInput->InputValue.Buffer = ValueArray; in ProcessOptions()
1238 gUserInput->SelectedStatement = Question; in ProcessOptions()
1242 gUserInput->InputValue.Buffer = ValueArray; in ProcessOptions()
1304 switch (gUserInput->InputValue.Type) { in ProcessOptions()
1321 gUserInput->SelectedStatement = Question; in ProcessOptions()
1346 gUserInput->InputValue.Type = QuestionValue->Type; in ProcessOptions()
1493 gUserInput->InputValue.Type = Question->CurrentValue.Type; in ProcessOptions()
[all …]
H A DInputHandler.c923 CopyMem (&gUserInput->InputValue, &Question->CurrentValue, sizeof (EFI_HII_VALUE)); in GetNumericInput()
924 QuestionValue = &gUserInput->InputValue; in GetNumericInput()
1641 gUserInput->InputValue.Buffer = ReturnValue; in GetSelectionInputPopUp()
1642 gUserInput->InputValue.BufferLen = Question->CurrentValue.BufferLen; in GetSelectionInputPopUp()
1646 gUserInput->InputValue.Type = CurrentOption->OptionOpCode->Type; in GetSelectionInputPopUp()
1647 …l (&Question->CurrentValue.Value, &CurrentOption->OptionOpCode->Value, gUserInput->InputValue.Type… in GetSelectionInputPopUp()
1650 …SetValuesByType (&gUserInput->InputValue.Value, &CurrentOption->OptionOpCode->Value, gUserInput->I… in GetSelectionInputPopUp()
H A DFormDisplay.c98 USER_INPUT *gUserInput; variable
2020 gUserInput->SelectedStatement = Statement; in UpdateHighlightMenuInfo()
2054 gUserInput->SelectedStatement = NULL; in UpdateHighlightMenuInfo()
3179 gUserInput->Action = BROWSER_ACTION_NONE; in UiDisplayMenu()
3386 gUserInput->Action = BROWSER_ACTION_FORM_EXIT; in UiDisplayMenu()
3396 gUserInput->Action = HotKey->Action; in UiDisplayMenu()
3398 gUserInput->DefaultId = HotKey->DefaultId; in UiDisplayMenu()
3935 ASSERT (gUserInput != NULL); in BrowserStatusProcess()
3956 gUserInput->Action = BROWSER_ACTION_DISCARD; in BrowserStatusProcess()
3958 gUserInput->Action = BROWSER_ACTION_GOTO; in BrowserStatusProcess()
[all …]
/dports/sysutils/edk2/edk2-edk2-stable202102/MdeModulePkg/Universal/DisplayEngineDxe/
H A DProcessOptions.c889 gUserInput->InputValue.Type = Question->CurrentValue.Type; in PasswordProcess()
890gUserInput->InputValue.Value.string = HiiSetString(gFormData->HiiHandle, gUserInput->InputValue.Va… in PasswordProcess()
1148 gUserInput->SelectedStatement = Question; in ProcessOptions()
1152 gUserInput->InputValue.Buffer = ValueArray; in ProcessOptions()
1238 gUserInput->SelectedStatement = Question; in ProcessOptions()
1242 gUserInput->InputValue.Buffer = ValueArray; in ProcessOptions()
1304 switch (gUserInput->InputValue.Type) { in ProcessOptions()
1321 gUserInput->SelectedStatement = Question; in ProcessOptions()
1346 gUserInput->InputValue.Type = QuestionValue->Type; in ProcessOptions()
1493 gUserInput->InputValue.Type = Question->CurrentValue.Type; in ProcessOptions()
[all …]
H A DInputHandler.c923 CopyMem (&gUserInput->InputValue, &Question->CurrentValue, sizeof (EFI_HII_VALUE)); in GetNumericInput()
924 QuestionValue = &gUserInput->InputValue; in GetNumericInput()
1641 gUserInput->InputValue.Buffer = ReturnValue; in GetSelectionInputPopUp()
1642 gUserInput->InputValue.BufferLen = Question->CurrentValue.BufferLen; in GetSelectionInputPopUp()
1646 gUserInput->InputValue.Type = CurrentOption->OptionOpCode->Type; in GetSelectionInputPopUp()
1647 …l (&Question->CurrentValue.Value, &CurrentOption->OptionOpCode->Value, gUserInput->InputValue.Type… in GetSelectionInputPopUp()
1650 …SetValuesByType (&gUserInput->InputValue.Value, &CurrentOption->OptionOpCode->Value, gUserInput->I… in GetSelectionInputPopUp()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/MdeModulePkg/Universal/DisplayEngineDxe/
H A DProcessOptions.c889 gUserInput->InputValue.Type = Question->CurrentValue.Type; in PasswordProcess()
890gUserInput->InputValue.Value.string = HiiSetString(gFormData->HiiHandle, gUserInput->InputValue.Va… in PasswordProcess()
1148 gUserInput->SelectedStatement = Question; in ProcessOptions()
1152 gUserInput->InputValue.Buffer = ValueArray; in ProcessOptions()
1238 gUserInput->SelectedStatement = Question; in ProcessOptions()
1242 gUserInput->InputValue.Buffer = ValueArray; in ProcessOptions()
1304 switch (gUserInput->InputValue.Type) { in ProcessOptions()
1321 gUserInput->SelectedStatement = Question; in ProcessOptions()
1346 gUserInput->InputValue.Type = QuestionValue->Type; in ProcessOptions()
1493 gUserInput->InputValue.Type = Question->CurrentValue.Type; in ProcessOptions()
[all …]
H A DInputHandler.c923 CopyMem (&gUserInput->InputValue, &Question->CurrentValue, sizeof (EFI_HII_VALUE)); in GetNumericInput()
924 QuestionValue = &gUserInput->InputValue; in GetNumericInput()
1641 gUserInput->InputValue.Buffer = ReturnValue; in GetSelectionInputPopUp()
1642 gUserInput->InputValue.BufferLen = Question->CurrentValue.BufferLen; in GetSelectionInputPopUp()
1646 gUserInput->InputValue.Type = CurrentOption->OptionOpCode->Type; in GetSelectionInputPopUp()
1647 …l (&Question->CurrentValue.Value, &CurrentOption->OptionOpCode->Value, gUserInput->InputValue.Type… in GetSelectionInputPopUp()
1650 …SetValuesByType (&gUserInput->InputValue.Value, &CurrentOption->OptionOpCode->Value, gUserInput->I… in GetSelectionInputPopUp()
H A DFormDisplay.c98 USER_INPUT *gUserInput; variable
2020 gUserInput->SelectedStatement = Statement; in UpdateHighlightMenuInfo()
2054 gUserInput->SelectedStatement = NULL; in UpdateHighlightMenuInfo()
3179 gUserInput->Action = BROWSER_ACTION_NONE; in UiDisplayMenu()
3386 gUserInput->Action = BROWSER_ACTION_FORM_EXIT; in UiDisplayMenu()
3396 gUserInput->Action = HotKey->Action; in UiDisplayMenu()
3398 gUserInput->DefaultId = HotKey->DefaultId; in UiDisplayMenu()
3935 ASSERT (gUserInput != NULL); in BrowserStatusProcess()
3956 gUserInput->Action = BROWSER_ACTION_DISCARD; in BrowserStatusProcess()
3958 gUserInput->Action = BROWSER_ACTION_GOTO; in BrowserStatusProcess()
[all …]

12