Lines Matching refs:ConsoleInHandle
446 If the SystemTable.ConsoleInHandle is NULL, the function returns all
448 Otherwise, it just returns the ConsoleInHandle.
465 if (gST->ConsoleInHandle != NULL) {
467 gST->ConsoleInHandle,
475 Handles = AllocateCopyPool (sizeof (EFI_HANDLE), &gST->ConsoleInHandle);
926 // SystemTable.ConsoleInHandle == NULL, which means the console
929 if (gST->ConsoleInHandle == NULL) {