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

12

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DConsoleLogger.c832 gBS->WaitForEvent (1, &gST->ConIn->WaitForKey, &EventIndex);
833 gST->ConIn->ReadKeyStroke (gST->ConIn, &Key);
H A DFileHandleWrappers.c416 gBS->WaitForEvent (1, &gST->ConIn->WaitForKey, &EventIndex);
417 Status = gST->ConIn->ReadKeyStroke (gST->ConIn, &Key);
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/
H A DMainHexEditor.c123 gST->ConIn->ReadKeyStroke (gST->ConIn, &Key);
1645 gST->ConIn,
2227 Status = gST->ConIn->ReadKeyStroke (gST->ConIn, &Key);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/DxeMain/
H A DDxeMain.c138 NULL, // ConIn
718 gDxeCoreST->ConIn = NULL;
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Uefi/Devices/Console/
H A DdaConsole.c510 Stream->Dev = SystemTable->ConIn;
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Application/Ping6/
H A DPing6.c952 Status = gST->ConIn->ReadKeyStroke (gST->ConIn, &Key);
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/Library/PlatformBdsLib/
H A DBdsPlatform.c261 Add IsaKeyboard to ConIn,
262 add IsaSerial to ConOut, ConIn, ErrOut.
271 EFI_SUCCESS - LPC bridge is added to ConOut, ConIn, and ErrOut.
493 Add PCI Serial to ConOut, ConIn, ErrOut.
502 EFI_SUCCESS - PCI Serial is added to ConOut, ConIn, and ErrOut.
631 ConOut, ConIn, ErrOut.
670 // Add IsaKeyboard to ConIn,
671 // add IsaSerial to ConOut, ConIn, ErrOut
682 // Add them to ConOut, ConIn, ErrOut.
707 Do platform specific PCI Device check and add them to ConOut, ConIn, ErrOu
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DBdsConsole.c178 @param ConVarName Console related variable name, ConIn, ConOut,
334 @param ConVarName Console related variable name, ConIn, ConOut,
469 BdsLibUpdateConsoleVariable (L"ConIn", ConDevicePath, NULL);
507 device variable ConIn, ConOut and ErrOut.
509 @retval EFI_SUCCESS At least one of the ConIn and ConOut device have
544 // ConIn devices (Serial Port and PS2 Keyboard ) does not exist,
547 BdsLibConnectConsoleVariable (L"ConIn");
558 if (UpdateSystemTableConsole (L"ConIn", &gEfiSimpleTextInProtocolGuid, &gST->ConsoleInHandle, (VOID **) &gST->ConIn)) {
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Uefi/
H A DUefiSpec.h1946 EFI_SIMPLE_TEXT_INPUT_PROTOCOL *ConIn; member in struct:__anon12448
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Uefi/
H A DUefiSpec.h1931 EFI_SIMPLE_TEXT_INPUT_PROTOCOL *ConIn; member in struct:__anon15722
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/SetupBrowserDxe/
H A DUi.c2992 Status = UiWaitForSingleEvent (gST->ConIn->WaitForKey, 0, MinRefreshInterval);
3004 Status = gST->ConIn->ReadKeyStroke (gST->ConIn, &Key);
H A DSetup.c4212 gST->ConIn->ReadKeyStroke (gST->ConIn, &Key);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
H A DPxeBcImpl.c2526 Status = gST->ConIn->ReadKeyStroke (gST->ConIn, &Key);
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/UefiPxeBcDxe/
H A DPxeBcImpl.c2207 Status = gST->ConIn->ReadKeyStroke (gST->ConIn, &Key);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Console/ConSplitterDxe/
H A DConSplitter.c299 Installs driver module protocols and. Creates virtual device handles for ConIn,
380 // The driver creates virtual handles for ConIn, ConOut, StdErr.
385 // Create virtual device handle for ConIn Splitter
407 gST->ConIn = &mConIn.TextIn;
3299 This event aggregates all the events of the ConIn devices in the spliter.
3301 If any events of physical ConIn devices are signaled, signal the ConIn
3875 This event agregates all the events of the ConIn devices in the spliter.
3876 If any events of physical ConIn devices are signaled, signal the ConIn
[all...]

Completed in 131 milliseconds

12