Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
DShell.c340 EFI_SIMPLE_TEXT_INPUT_PROTOCOL *OldConIn; in UefiMain() local
561 OldConIn = gST->ConIn; in UefiMain()
565 OldConIn = NULL; in UefiMain()
608 if (OldConIn != NULL && ConInHandle != NULL) { in UefiMain()
610 gST->ConIn = OldConIn; in UefiMain()