Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
DConsoleWrappers.c25 } SHELL_EFI_SIMPLE_TEXT_INPUT_PROTOCOL; typedef
98 if (((SHELL_EFI_SIMPLE_TEXT_INPUT_PROTOCOL *)This)->RemainingBytesOfInputFile == 0) { in FileBasedSimpleTextInReadKeyStroke()
112 if (((SHELL_EFI_SIMPLE_TEXT_INPUT_PROTOCOL *)This)->RemainingBytesOfInputFile > CharSize) { in FileBasedSimpleTextInReadKeyStroke()
113 ((SHELL_EFI_SIMPLE_TEXT_INPUT_PROTOCOL *)This)->RemainingBytesOfInputFile -= CharSize; in FileBasedSimpleTextInReadKeyStroke()
115 ((SHELL_EFI_SIMPLE_TEXT_INPUT_PROTOCOL *)This)->RemainingBytesOfInputFile = 0; in FileBasedSimpleTextInReadKeyStroke()
120 ((SHELL_EFI_SIMPLE_TEXT_INPUT_PROTOCOL *)This)->FileHandle, in FileBasedSimpleTextInReadKeyStroke()
141 SHELL_EFI_SIMPLE_TEXT_INPUT_PROTOCOL *ProtocolToReturn; in CreateSimpleTextInOnFile()
150 ProtocolToReturn = AllocateZeroPool(sizeof(SHELL_EFI_SIMPLE_TEXT_INPUT_PROTOCOL)); in CreateSimpleTextInOnFile()
213 …Status = gBS->CloseEvent(((SHELL_EFI_SIMPLE_TEXT_INPUT_PROTOCOL *)SimpleTextIn)->SimpleTextIn.Wait… in CloseSimpleTextInOnFile()
216 ((SHELL_EFI_SIMPLE_TEXT_INPUT_PROTOCOL*)SimpleTextIn)->TheHandle, in CloseSimpleTextInOnFile()
[all …]