Searched defs:ConInHandle (Results 1 - 2 of 2) 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;

Completed in 120 milliseconds