Searched refs:ConInHandle (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DShellParametersProtocol.h123 EFI_HANDLE ConInHandle; member in struct:__anon12756
H A DShell.c162 EFI_HANDLE ConInHandle; local
364 ConInHandle = gST->ConsoleInHandle;
368 ConInHandle = NULL;
409 if (OldConIn != NULL && ConInHandle != NULL) {
412 gST->ConsoleInHandle = ConInHandle;
H A DShellParametersProtocol.c606 SystemTableInfo->ConInHandle = gST->ConsoleInHandle;
1193 gST->ConsoleInHandle = SystemTableInfo->ConInHandle;
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Include/Protocol/
H A DEfiShellEnvironment2.h476 @param[in] ConInHandle The handle of ConIn.
486 IN EFI_HANDLE ConInHandle,

Completed in 51 milliseconds