Home | History | Annotate | Download | only in Shell

Lines Matching refs:gST

261     gST->ConsoleInHandle,

350 Status = gST->ConOut->ClearScreen(gST->ConOut);
399 gST->ConOut->EnableCursor (gST->ConOut, TRUE);
498 gST->ConOut->Mode->CursorRow,
522 (gST->Hdr.Revision&0xffff0000)>>16,
523 (gST->Hdr.Revision&0x0000ffff),
524 gST->FirmwareVendor,
525 gST->FirmwareRevision
562 UnicodeSPrint(TempString, Size, L"%d.%d", (gST->Hdr.Revision & 0xFFFF0000) >> 16, gST->Hdr.Revision & 0x0000FFFF);
585 // close off the gST->ConIn
587 OldConIn = gST->ConIn;
588 ConInHandle = gST->ConsoleInHandle;
589 gST->ConIn = CreateSimpleTextInOnFile((SHELL_FILE_HANDLE)&FileInterfaceNulFile, &gST->ConsoleInHandle);
635 CloseSimpleTextInOnFile (gST->ConIn);
636 gST->ConIn = OldConIn;
637 gST->ConsoleInHandle = ConInHandle;
1154 gST->ConOut->EnableCursor(gST->ConOut, FALSE);
1162 ShellPrintHiiEx(0, gST->ConOut->Mode->CursorRow, NULL, STRING_TOKEN (STR_SHELL_STARTUP_QUESTION), ShellInfoObject.HiiHandle, Delay);
1165 Status = gST->ConIn->ReadKeyStroke (gST->ConIn, &Key);
1169 gST->ConOut->EnableCursor(gST->ConOut, TRUE);
1261 gST->ConOut->QueryMode (gST->ConOut, gST->ConOut->Mode->Mode, &Column, &Row);
1274 gST->ConOut->SetCursorPosition (gST->ConOut, 0, gST->ConOut->Mode->CursorRow);