Home
last modified time | relevance | path

Searched refs:CurrentValue (Results 1 – 11 of 11) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DisplayEngineDxe/
DProcessOptions.c529 QuestionValue = &Question->CurrentValue; in PrintFormattedNumber()
889 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()
970 QuestionValue = &Question->CurrentValue; in ProcessOptions()
988 ValueArray = Question->CurrentValue.Buffer; in ProcessOptions()
1037 ValueArray = AllocateZeroPool (Question->CurrentValue.BufferLen); in ProcessOptions()
1040 gUserInput->InputValue.BufferLen = Question->CurrentValue.BufferLen; in ProcessOptions()
1041 gUserInput->InputValue.Type = Question->CurrentValue.Type; in ProcessOptions()
1122 … ValueArray = AllocateCopyPool (Question->CurrentValue.BufferLen, Question->CurrentValue.Buffer); in ProcessOptions()
[all …]
DInputHandler.c526 QuestionValue = &Question->CurrentValue; in GetNumericInput()
926 CopyMem (&gUserInput->InputValue, &Question->CurrentValue, sizeof (EFI_HII_VALUE)); in GetNumericInput()
1127 ValueArray = Question->CurrentValue.Buffer; in AdjustOptionOrder()
1308 ValueArray = Question->CurrentValue.Buffer; in GetSelectionInputPopUp()
1348 …if (!OrderedList && (CompareHiiValue (&Question->CurrentValue, &HiiValue, &Result, NULL) == EFI_SU… in GetSelectionInputPopUp()
1625 ReturnValue = AllocateZeroPool (Question->CurrentValue.BufferLen); in GetSelectionInputPopUp()
1640 if (CompareMem (ReturnValue, ValueArray, Question->CurrentValue.BufferLen) == 0) { in GetSelectionInputPopUp()
1645 gUserInput->InputValue.BufferLen = Question->CurrentValue.BufferLen; in GetSelectionInputPopUp()
1650 …if (IsValuesEqual (&Question->CurrentValue.Value, &CurrentOption->OptionOpCode->Value, gUserInput-… in GetSelectionInputPopUp()
DFormDisplay.c2899 StatementValue = &Statement->CurrentValue; in UiDisplayMenu()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel1CommandsLib/
DFor.c113 CHAR16 *CurrentValue; member
421 Info->CurrentValue = (CHAR16*)Info->Set; in ShellCommandRunFor()
466 Info->CurrentValue = NULL; in ShellCommandRunFor()
627 Info->CurrentValue = (CHAR16*)Info->Set; in ShellCommandRunFor()
685 if (Info->CurrentValue != NULL && *Info->CurrentValue != CHAR_NULL) { in ShellCommandRunFor()
686 if (Info->CurrentValue[0] == L' ') { in ShellCommandRunFor()
687 Info->CurrentValue++; in ShellCommandRunFor()
689 if (Info->CurrentValue[0] == L'\"') { in ShellCommandRunFor()
690 Info->CurrentValue++; in ShellCommandRunFor()
696 TempString = StrnCatGrow(&TempString, NULL, Info->CurrentValue, 0); in ShellCommandRunFor()
[all …]
DIf.c831 BOOLEAN CurrentValue; in ShellCommandRunIf() local
912 for ( ShellStatus = SHELL_SUCCESS, CurrentValue = FALSE, Ending = EndTagMax in ShellCommandRunIf()
926 Status = PerformResultOperation(CurrentValue); in ShellCommandRunIf()
955 …Status = ProcessStatement(&CurrentValue, CurrentParameter, EndParameter, PreviousEnding, CaseInsen… in ShellCommandRunIf()
963 if ((Ending == EndTagOr && CurrentValue) || (Ending == EndTagAnd && !CurrentValue)) { in ShellCommandRunIf()
964 Status = PerformResultOperation(CurrentValue); in ShellCommandRunIf()
/device/linaro/bootloader/edk2/CorebootModulePkg/Library/BaseSerialPortLib16550/
DBaseSerialPortLib16550.c136 UINT16 CurrentValue; in SerialPortLibUpdatePciRegister16() local
138 CurrentValue = PciRead16 (PciAddress) & Mask; in SerialPortLibUpdatePciRegister16()
139 if (CurrentValue != 0) { in SerialPortLibUpdatePciRegister16()
140 return CurrentValue; in SerialPortLibUpdatePciRegister16()
167 UINT32 CurrentValue; in SerialPortLibUpdatePciRegister32() local
169 CurrentValue = PciRead32 (PciAddress) & Mask; in SerialPortLibUpdatePciRegister32()
170 if (CurrentValue != 0) { in SerialPortLibUpdatePciRegister32()
171 return CurrentValue; in SerialPortLibUpdatePciRegister32()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/BaseSerialPortLib16550/
DBaseSerialPortLib16550.c136 UINT16 CurrentValue; in SerialPortLibUpdatePciRegister16() local
138 CurrentValue = PciRead16 (PciAddress) & Mask; in SerialPortLibUpdatePciRegister16()
139 if (CurrentValue != 0) { in SerialPortLibUpdatePciRegister16()
140 return CurrentValue; in SerialPortLibUpdatePciRegister16()
167 UINT32 CurrentValue; in SerialPortLibUpdatePciRegister32() local
169 CurrentValue = PciRead32 (PciAddress) & Mask; in SerialPortLibUpdatePciRegister32()
170 if (CurrentValue != 0) { in SerialPortLibUpdatePciRegister32()
171 return CurrentValue; in SerialPortLibUpdatePciRegister32()
/device/linaro/bootloader/edk2/ArmPkg/Drivers/TimerDxe/
DTimerDxe.c300 UINT64 CurrentValue; in TimerInterruptHandler() local
325 CurrentValue = ArmGenericTimerGetSystemCount (); in TimerInterruptHandler()
336 } while (CompareValue < CurrentValue); in TimerInterruptHandler()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
DParseInf.c382 CHAR8 *CurrentValue; in FindTokenInstanceInSection() local
449 CurrentValue = strtok (NULL, "= \t\n"); in FindTokenInstanceInSection()
450 if (CurrentValue == NULL) { in FindTokenInstanceInSection()
460 strcpy (Value, CurrentValue); in FindTokenInstanceInSection()
/device/linaro/bootloader/edk2/MdeModulePkg/Include/Protocol/
DDisplayProtocol.h171 EFI_HII_VALUE CurrentValue; member
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/SetupBrowserDxe/
DPresentation.c330 CopyMem (&DisplayStatement->CurrentValue, &Statement->HiiValue, sizeof (EFI_HII_VALUE)); in InitializeDisplayStatement()
344 …DisplayStatement->CurrentValue.Buffer = AllocateCopyPool(Statement->StorageWidth,Statement->Buf… in InitializeDisplayStatement()
345 DisplayStatement->CurrentValue.BufferLen = Statement->StorageWidth; in InitializeDisplayStatement()