HomeSort by relevance Sort by last modified time
    Searched defs:gST (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/
LibGlobalSt.c 23 gST - System Table pointer
32 EFI_SYSTEM_TABLE *gST = NULL;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/UefiBootServicesTableLib/
UefiBootServicesTableLib.c 25 EFI_SYSTEM_TABLE *gST;
52 gST = SystemTable;
53 ASSERT (gST != NULL);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/
LibGlobals.c 21 gST - Pointer to EFI System Table
35 EFI_SYSTEM_TABLE *gST;
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiBootServicesTableLib/
UefiBootServicesTableLib.c 23 EFI_SYSTEM_TABLE *gST = NULL;
56 gST = SystemTable;
57 ASSERT (gST != NULL);

Completed in 682 milliseconds