HomeSort by relevance Sort by last modified time
    Searched refs:gStringPackHandle (Results 1 - 8 of 8) sorted by null

  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/
String.c 19 EFI_HII_HANDLE gStringPackHandle;
34 gStringPackHandle = HiiAddPackages (
40 ASSERT (gStringPackHandle != NULL);
58 return HiiGetString (gStringPackHandle, Id, NULL);
String.h 20 extern EFI_HII_HANDLE gStringPackHandle;
  /device/linaro/bootloader/edk2/MdeModulePkg/Application/UiApp/
String.h 18 extern EFI_HII_HANDLE gStringPackHandle;
String.c 18 EFI_HII_HANDLE gStringPackHandle;
268 gStringPackHandle = HiiAddPackages (
274 ASSERT (gStringPackHandle != NULL);
286 HiiRemovePackages (gStringPackHandle);
304 return HiiGetString (gStringPackHandle, Id, NULL);
FrontPageCustomizedUiSupport.c 59 extern EFI_HII_HANDLE gStringPackHandle;
608 String = HiiGetString (gStringPackHandle, STRING_TOKEN (STR_MISSING_STRING), NULL);
626 String = HiiGetString (gStringPackHandle, STRING_TOKEN (STR_MISSING_STRING), NULL);
  /device/linaro/bootloader/edk2/Nt32Pkg/Library/PlatformBootManagerLib/
MemoryTest.c 17 EFI_HII_HANDLE gStringPackHandle = NULL;
72 if (gStringPackHandle == NULL) {
73 gStringPackHandle = HiiAddPackages (
79 ASSERT (gStringPackHandle != NULL);
124 TmpStr = HiiGetString (gStringPackHandle, STRING_TOKEN (STR_ESC_TO_SKIP_MEM_TEST), NULL);
142 TmpStr = HiiGetString (gStringPackHandle, STRING_TOKEN (STR_SYSTEM_MEM_ERROR), NULL);
159 TmpStr = HiiGetString (gStringPackHandle, STRING_TOKEN (STR_MEMORY_TEST_PERCENT), NULL);
174 TmpStr = HiiGetString (gStringPackHandle, STRING_TOKEN (STR_PERFORM_MEM_TEST), NULL);
198 TmpStr = HiiGetString (gStringPackHandle, STRING_TOKEN (STR_PERFORM_MEM_TEST), NULL);
232 TmpStr = HiiGetString (gStringPackHandle, STRING_TOKEN (STR_MEM_TEST_COMPLETED), NULL);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Application/BootManagerMenuApp/
BootManagerMenu.c 17 EFI_HII_HANDLE gStringPackHandle;
101 String = HiiGetString (gStringPackHandle, StringId, NULL);
327 gStringPackHandle,
451 String = HiiGetString (gStringPackHandle, BootMenuData->PtrTokens[Index + FirstItem], NULL);
463 String = HiiGetString (gStringPackHandle, BootMenuData->PtrTokens[WantSelectItem], NULL);
475 String = HiiGetString (gStringPackHandle, BootMenuData->PtrTokens[BootMenuData->SelectItem], NULL);
595 String = HiiGetString (gStringPackHandle, BootMenuData->TitleToken[Index], NULL);
608 String = HiiGetString (gStringPackHandle, BootMenuData->PtrTokens[Index], NULL);
618 String = HiiGetString (gStringPackHandle, BootMenuData->HelpToken[Index], NULL);
934 gStringPackHandle = HiiAddPackages (
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/
SetupBrowser.c 19 EFI_HII_HANDLE gStringPackHandle = NULL;
42 return HiiGetString (gStringPackHandle, Id, NULL);
702 gStringPackHandle = HiiAddPackages (
708 ASSERT (gStringPackHandle != NULL);

Completed in 270 milliseconds