Lines Matching refs:gUserInput

887     gUserInput->InputValue.Buffer = AllocateCopyPool (Question->CurrentValue.BufferLen, StringPtr);  in PasswordProcess()
888 gUserInput->InputValue.BufferLen = Question->CurrentValue.BufferLen; in PasswordProcess()
889 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()
1153 gUserInput->InputValue.BufferLen = Question->CurrentValue.BufferLen; in ProcessOptions()
1154 gUserInput->InputValue.Type = Question->CurrentValue.Type; in ProcessOptions()
1238 gUserInput->SelectedStatement = Question; in ProcessOptions()
1242 gUserInput->InputValue.Buffer = ValueArray; in ProcessOptions()
1243 gUserInput->InputValue.BufferLen = Question->CurrentValue.BufferLen; in ProcessOptions()
1244 gUserInput->InputValue.Type = Question->CurrentValue.Type; in ProcessOptions()
1303 gUserInput->InputValue.Type = Option->OptionOpCode->Type; in ProcessOptions()
1304 switch (gUserInput->InputValue.Type) { in ProcessOptions()
1306 gUserInput->InputValue.Value.u8 = Option->OptionOpCode->Value.u8; in ProcessOptions()
1309 … CopyMem (&gUserInput->InputValue.Value.u16, &Option->OptionOpCode->Value.u16, sizeof (UINT16)); in ProcessOptions()
1312 … CopyMem (&gUserInput->InputValue.Value.u32, &Option->OptionOpCode->Value.u32, sizeof (UINT32)); in ProcessOptions()
1315 … CopyMem (&gUserInput->InputValue.Value.u64, &Option->OptionOpCode->Value.u64, sizeof (UINT64)); in ProcessOptions()
1321 gUserInput->SelectedStatement = Question; in ProcessOptions()
1346 gUserInput->InputValue.Type = QuestionValue->Type; in ProcessOptions()
1347 gUserInput->InputValue.Value.b = (BOOLEAN) (QuestionValue->Value.b ? FALSE : TRUE); in ProcessOptions()
1491gUserInput->InputValue.Buffer = AllocateCopyPool (Question->CurrentValue.BufferLen, StringPtr); in ProcessOptions()
1492 gUserInput->InputValue.BufferLen = Question->CurrentValue.BufferLen; in ProcessOptions()
1493 gUserInput->InputValue.Type = Question->CurrentValue.Type; in ProcessOptions()
1494gUserInput->InputValue.Value.string = HiiSetString(gFormData->HiiHandle, gUserInput->InputValue.Va… in ProcessOptions()