/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/Ia32/ |
RuntimeLib.c | 307 gST = NULL;
348 gST = SystemTable;
349 ASSERT (gST != NULL);
509 gST = SystemTable;
510 ASSERT (gST != NULL);
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/X64/ |
RuntimeLib.c | 307 gST = NULL;
348 gST = SystemTable;
349 ASSERT (gST != NULL);
509 gST = SystemTable;
510 ASSERT (gST != NULL);
|
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Library/FrameworkUefiLib/ |
UefiLibPrint.c | 104 If gST->ConOut is NULL, then ASSERT().
125 Return = InternalPrint (Format, gST->ConOut, Marker);
143 If gST->StdErr is NULL, then ASSERT().
164 Return = InternalPrint( Format, gST->StdErr, Marker);
238 If gST->ConOut is NULL, then ASSERT().
260 Return = AsciiInternalPrint( Format, gST->ConOut, Marker);
277 If gST->StdErr is NULL, then ASSERT().
300 Return = AsciiInternalPrint( Format, gST->StdErr, Marker);
373 ConsoleHandle = gST->ConsoleOutHandle;
577 If gST->ConsoleOutputHandle is NULL, then ASSERT(). [all...] |
/device/linaro/bootloader/edk2/MdePkg/Library/UefiLib/ |
UefiLibPrint.c | 104 If gST->ConOut is NULL, then ASSERT().
125 Return = InternalPrint (Format, gST->ConOut, Marker);
143 If gST->StdErr is NULL, then ASSERT().
164 Return = InternalPrint( Format, gST->StdErr, Marker);
238 If gST->ConOut is NULL, then ASSERT().
260 Return = AsciiInternalPrint( Format, gST->ConOut, Marker);
277 If gST->StdErr is NULL, then ASSERT().
300 Return = AsciiInternalPrint( Format, gST->StdErr, Marker);
373 ConsoleHandle = gST->ConsoleOutHandle;
577 If gST->ConsoleOutputHandle is NULL, then ASSERT(). [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DisplayEngineDxe/ |
FormDisplay.c | [all...] |
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Opal/OpalPasswordDxe/ |
OpalDriver.c | 160 gST->ConOut->ClearScreen(gST->ConOut);
231 gST->ConOut->ClearScreen(gST->ConOut);
303 gST->ConOut->ClearScreen(gST->ConOut);
|
/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/ |
PiSmmCore.c | 262 and NULLs gBS and gST because they can not longer be used after SMRAM is locked.
335 // Not allowed to use gST or gBS after lock
337 gST = NULL;
555 mSmmCoreLoadedImage->SystemTable = gST;
586 mSmmCoreDriverEntry->SmmLoadedImage.SystemTable = gST;
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/S3SaveStateDxe/ |
AcpiS3ContextSave.c | 214 for (Index = 0; Index < gST->NumberOfTableEntries; Index++) {
215 if (CompareGuid (&(gST->ConfigurationTable[Index].VendorGuid), AcpiTableGuid)) {
219 Rsdp = gST->ConfigurationTable[Index].VendorTable;
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Include/ |
EfiMgmtModeRuntimeLib.h | 48 extern EFI_SYSTEM_TABLE *gST;
|
/device/linaro/bootloader/edk2/IntelFsp2WrapperPkg/FspWrapperNotifyDxe/ |
LoadBelow4G.c | 142 Status = ((EFI_IMAGE_ENTRY_POINT)(UINTN)(ImageContext.EntryPoint)) (NewImageHandle, gST);
|
/device/linaro/bootloader/edk2/IntelFspWrapperPkg/FspNotifyDxe/ |
LoadBelow4G.c | 142 Status = ((EFI_IMAGE_ENTRY_POINT)(UINTN)(ImageContext.EntryPoint)) (NewImageHandle, gST);
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/PlatformBdsLib/ |
BdsPlatform.c | [all...] |
/device/linaro/bootloader/edk2/Nt32Pkg/Library/PlatformBootManagerLib/ |
MemoryTest.c | 194 KeyStatus = gST->ConIn->ReadKeyStroke (gST->ConIn, &Key);
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/ |
FileBuffer.c | 341 gST->ConOut->SetAttribute (gST->ConOut, New.Data & 0x7F);
381 gST->ConOut->SetAttribute (gST->ConOut, Orig.Data);
540 return (gST->ConOut->SetCursorPosition (
541 gST->ConOut,
583 gST->ConOut->EnableCursor (gST->ConOut, FALSE);
609 gST->ConOut->EnableCursor (gST->ConOut, TRUE); [all...] |
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTrEEPhysicalPresenceLib/ |
DxeTrEEPhysicalPresenceLib.c | 177 Status = gBS->CheckEvent (gST->ConIn->WaitForKey);
179 Status = gST->ConIn->ReadKeyStroke (gST->ConIn, &Key);
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/ |
UefiShellDebug1CommandsLib.c | 164 for (Index = 0; Index < gST->NumberOfTableEntries; Index++) {
165 if (CompareGuid (TableGuid, &(gST->ConfigurationTable[Index].VendorGuid))) {
166 *Table = gST->ConfigurationTable[Index].VendorTable;
|
/device/linaro/bootloader/edk2/MdeModulePkg/Application/UiApp/ |
FrontPage.c | 693 gST->ConsoleOutHandle,
702 gST->ConsoleOutHandle,
898 gST->ConsoleOutHandle,
907 gST->ConsoleOutHandle,
[all...] |
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/SmmCpuFeaturesLib/ |
SmmStm.c | 397 for (Index = 0; Index < gST->NumberOfTableEntries; Index++) {
398 if (CompareGuid (&(gST->ConfigurationTable[Index].VendorGuid), &gEfiAcpi20TableGuid)) {
402 Rsdp = gST->ConfigurationTable[Index].VendorTable;
407 for (Index = 0; Index < gST->NumberOfTableEntries; Index++) {
408 if (CompareGuid (&(gST->ConfigurationTable[Index].VendorGuid), &gEfiAcpi10TableGuid)) {
412 Rsdp = gST->ConfigurationTable[Index].VendorTable;
[all...] |
/device/linaro/bootloader/edk2/OptionRomPkg/UndiRuntimeDxe/ |
Init.c | 971 CfgPtr = gST->ConfigurationTable;
973 for (Index = 0; Index < gST->NumberOfTableEntries; Index++) {
985 if (Index < gST->NumberOfTableEntries) {
|
/device/linaro/bootloader/edk2/OvmfPkg/Library/LoadLinuxLib/ |
Linux.c | 380 Efi->efi_systab = (UINT32)(UINTN) gST;
388 Efi->efi_systab_hi = (UINT32) (((UINT64)(UINTN) gST) >> 32);
655 JumpToUefiKernel ((VOID*) gImageHandle, (VOID*) gST, KernelSetup, Kernel);
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/ |
Ls.c | 127 gST->ConOut->Mode->CursorRow,
173 gST->ConOut->Mode->CursorRow,
281 gST->ConOut->Mode->CursorRow,
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Graphics/ |
Graphics.c | 475 Status = gBS->HandleProtocol (gST->ConsoleOutHandle, &gEfiGraphicsOutputProtocolGuid, (VOID**)&GraphicsOutput);
481 Status = gBS->HandleProtocol (gST->ConsoleOutHandle, &gEfiUgaDrawProtocolGuid, (VOID**)&UgaDraw);
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/GraphicsLite/ |
Graphics.c | 474 Status = gBS->HandleProtocol (gST->ConsoleOutHandle, &gEfiGraphicsOutputProtocolGuid, (VOID **) &GraphicsOutput);
480 Status = gBS->HandleProtocol (gST->ConsoleOutHandle, &gEfiUgaDrawProtocolGuid, (VOID **) &UgaDraw);
|
/device/linaro/bootloader/edk2/EmbeddedPkg/SimpleTextInOutSerial/ |
SimpleTextInOut.c | 754 gST->ConOut = &mSimpleTextOut;
755 gST->ConIn = &mSimpleTextIn;
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/ |
Hotkey.c | 90 gST->ConOut->Reset (gST->ConOut, FALSE);
|