Searched refs:ConIn (Results 1 - 25 of 40) sorted by relevance

12

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Isa/Ps2KeyboardDxe/
H A DPs2Keyboard.c240 (ConsoleIn->ConIn).Reset = KeyboardEfiReset;
241 (ConsoleIn->ConIn).ReadKeyStroke = KeyboardReadKeyStroke;
278 &((ConsoleIn->ConIn).WaitForKey)
365 &ConsoleIn->ConIn,
389 if ((ConsoleIn != NULL) && (ConsoleIn->ConIn.WaitForKey != NULL)) {
390 gBS->CloseEvent (ConsoleIn->ConIn.WaitForKey);
459 EFI_SIMPLE_TEXT_INPUT_PROTOCOL *ConIn; local
469 (VOID **) &ConIn,
489 ConsoleIn = KEYBOARD_CONSOLE_IN_DEV_FROM_THIS (ConIn);
519 &ConsoleIn->ConIn,
[all...]
H A DComponentName.c312 EFI_SIMPLE_TEXT_INPUT_PROTOCOL *ConIn; local
354 (VOID **) &ConIn,
363 ConsoleIn = KEYBOARD_CONSOLE_IN_DEV_FROM_THIS (ConIn);
H A DPs2Keyboard.h77 EFI_SIMPLE_TEXT_INPUT_PROTOCOL ConIn; member in struct:__anon10331
123 #define KEYBOARD_CONSOLE_IN_DEV_FROM_THIS(a) CR (a, KEYBOARD_CONSOLE_IN_DEV, ConIn, KEYBOARD_CONSOLE_IN_DEV_SIGNATURE)
H A DPs2KbdTextIn.c408 return ConsoleInDev->ConIn.Reset (
409 &ConsoleInDev->ConIn,
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/
H A DDriverConfiguration.c53 Status = gST->ConIn->ReadKeyStroke (gST->ConIn, &Key);
/vbox/src/VBox/Devices/PC/ipxe/src/interface/efi/
H A Defi_console.c225 EFI_SIMPLE_TEXT_INPUT_PROTOCOL *conin = efi_systab->ConIn;
265 EFI_SIMPLE_TEXT_INPUT_PROTOCOL *conin = efi_systab->ConIn;
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DShellParametersProtocol.h122 EFI_SIMPLE_TEXT_INPUT_PROTOCOL *ConIn; member in struct:__anon12756
H A DShellParametersProtocol.c605 SystemTableInfo->ConIn = gST->ConIn;
1105 gST->ConIn = CreateSimpleTextInOnFile(TempHandle, &gST->ConsoleInHandle);
1124 gST->ConIn = CreateSimpleTextInOnFile(TempHandle, &gST->ConsoleInHandle);
1133 if (gST->ConIn == NULL ||gST->ConOut == NULL) {
1190 if (gST->ConIn != SystemTableInfo->ConIn) {
1191 CloseSimpleTextInOnFile(gST->ConIn);
1192 gST->ConIn = SystemTableInfo->ConIn;
[all...]
H A DShell.c361 // close off the gST->ConIn
363 OldConIn = gST->ConIn;
365 gST->ConIn = CreateSimpleTextInOnFile((SHELL_FILE_HANDLE)&FileInterfaceNulFile, &gST->ConsoleInHandle);
410 CloseSimpleTextInOnFile (gST->ConIn);
411 gST->ConIn = OldConIn;
840 Status = gST->ConIn->ReadKeyStroke (gST->ConIn, &Key);
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Library/FrameworkUefiLib/
H A DConsole.c294 from the console input device specified by ConIn defined in the
460 gBS->WaitForEvent (1, &gST->ConIn->WaitForKey, &EventIndex);
461 gST->ConIn->ReadKeyStroke (gST->ConIn, Key);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiLib/
H A DConsole.c294 from the console input device specified by ConIn defined in the
460 gBS->WaitForEvent (1, &gST->ConIn->WaitForKey, &EventIndex);
461 gST->ConIn->ReadKeyStroke (gST->ConIn, Key);
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DEditInputBar.c188 gBS->WaitForEvent (1, &gST->ConIn->WaitForKey, &EventIndex);
189 Status = gST->ConIn->ReadKeyStroke (gST->ConIn, &Key);
H A DDmem.c205 (UINT64)(UINTN)gST->ConIn,
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/BootMngr/
H A DBootManager.c389 gST->ConIn->ReadKeyStroke (gST->ConIn, &Key);
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/
H A DMemoryTest.c349 KeyStatus = gST->ConIn->ReadKeyStroke (gST->ConIn, &Key);
H A DFrontPage.c928 Status = WaitForSingleEvent (gST->ConIn->WaitForKey, ONE_SECOND);
965 Status = gST->ConIn->ReadKeyStroke (gST->ConIn, &Key);
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLib/
H A DUefiShellLib.c3195 gBS->WaitForEvent (1, &gST->ConIn->WaitForKey, &EventIndex);
3196 Status = gST->ConIn->ReadKeyStroke (gST->ConIn, &Key);
3214 gBS->WaitForEvent (1, &gST->ConIn->WaitForKey, &EventIndex);
3215 Status = gST->ConIn->ReadKeyStroke (gST->ConIn, &Key);
3242 gBS->WaitForEvent (1, &gST->ConIn->WaitForKey, &EventIndex);
3243 Status = gST->ConIn->ReadKeyStroke (gST->ConIn, &Key);
3276 gBS->WaitForEvent (1, &gST->ConIn
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/
H A DMainTextEditor.c1378 gST->ConIn->ReadKeyStroke (gST->ConIn, &Key);
1460 gST->ConIn,
1840 Status = gST->ConIn->ReadKeyStroke (gST->ConIn, &Key);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/SetupBrowserDxe/
H A DPresentation.c1023 gST->ConIn->ReadKeyStroke (gST->ConIn, &Key);
1092 gST->ConIn->ReadKeyStroke (gST->ConIn, &Key);
H A DInputHandler.c1385 UiWaitForSingleEvent (gST->ConIn->WaitForKey, 0, 0);
1386 Status = gST->ConIn->ReadKeyStroke (gST->ConIn, Key);
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/UefiPxeBcDxe/
H A DPxeBcBoot.c181 if (gST->ConIn->ReadKeyStroke (gST->ConIn, &InputKey) == EFI_NOT_READY) {
350 while (gST->ConIn->ReadKeyStroke (gST->ConIn, &InputKey) == EFI_NOT_READY) {
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Include/Protocol/
H A DEfiShellEnvironment2.h476 @param[in] ConInHandle The handle of ConIn.
477 @param[in, out] ConIn The pointer to the location to return the pointer to
487 IN OUT EFI_SIMPLE_TEXT_INPUT_PROTOCOL **ConIn,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
H A DPxeBcDhcp.c1615 if (gST->ConIn->ReadKeyStroke (gST->ConIn, &InputKey) == EFI_NOT_READY) {
1771 while (gST->ConIn->ReadKeyStroke (gST->ConIn, &InputKey) == EFI_NOT_READY) {
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Sockets/WebServer/
H A DSystemTable.c746 "ConIn",
747 (VOID *)gST->ConIn,
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Library/DxeTcgPhysicalPresenceLib/
H A DDxeTcgPhysicalPresenceLib.c444 Status = gBS->CheckEvent (gST->ConIn->WaitForKey);
446 Status = gST->ConIn->ReadKeyStroke (gST->ConIn, &Key);

Completed in 118 milliseconds

12