HomeSort by relevance Sort by last modified time
    Searched defs:HiiHandle (Results 1 - 25 of 64) sorted by null

1 2 3

  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMngr/
BootManager.h 39 EFI_HII_HANDLE HiiHandle;
BootManager.c 173 gBootManagerPrivate.HiiHandle = HiiAddPackages (
180 if (gBootManagerPrivate.HiiHandle == NULL) {
211 EFI_HII_HANDLE HiiHandle;
243 HiiHandle = gBootManagerPrivate.HiiHandle;
305 HiiHandle,
318 Token = HiiSetString (HiiHandle, 0, Option->Description, NULL);
327 HelpToken = HiiSetString (HiiHandle, 0, HelpString, NULL);
344 HiiHandle,
357 &HiiHandle,
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Application/UiApp/
FrontPage.h 59 EFI_HII_HANDLE HiiHandle;
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/BootManagerUiLib/
BootManager.h 77 EFI_HII_HANDLE HiiHandle;
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiHiiLib/
HiiString.c 27 If HiiHandle is NULL, then ASSERT().
30 @param[in] HiiHandle A handle that was previously registered in the
33 String Package associated with HiiHandle. If
36 with HiiHandle.
39 with HiiHandle.
43 associated with HiiHandle for all the languages
47 HiiHandle for the set oflanguages specified by
59 IN EFI_HII_HANDLE HiiHandle,
70 ASSERT (HiiHandle != NULL);
75 // Retrieve the languages that the package specified by HiiHandle supports
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgConfigDxe/
TcgConfigImpl.h 61 EFI_HII_HANDLE HiiHandle;
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/TrEEConfig/
TrEEConfigImpl.c 243 EFI_HII_HANDLE HiiHandle;
266 HiiHandle = HiiAddPackages (
273 if (HiiHandle == NULL) {
286 PrivateData->HiiHandle = HiiHandle;
293 HiiSetString (PrivateData->HiiHandle, STRING_TOKEN (STR_TREE_DEVICE_STATE_CONTENT), L"Not Found", NULL);
296 HiiSetString (PrivateData->HiiHandle, STRING_TOKEN (STR_TREE_DEVICE_STATE_CONTENT), L"TPM 1.2", NULL);
299 HiiSetString (PrivateData->HiiHandle, STRING_TOKEN (STR_TREE_DEVICE_STATE_CONTENT), L"TPM 2.0 (DTPM)", NULL);
302 HiiSetString (PrivateData->HiiHandle, STRING_TOKEN (STR_TREE_DEVICE_STATE_CONTENT), L"Unknown", NULL);
323 if (PrivateData->HiiHandle != NULL) {
    [all...]
TrEEConfigImpl.h 61 EFI_HII_HANDLE HiiHandle;
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellCommandLib/
UefiShellCommandLib.h 54 EFI_HANDLE HiiHandle;
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/
FrontPage.h 85 EFI_HII_HANDLE HiiHandle;
Language.c 262 EFI_HII_HANDLE HiiHandle;
264 HiiHandle = HiiAddPackages (
270 ASSERT (HiiHandle != NULL);
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/VlanConfigDxe/
VlanConfigImpl.h 57 EFI_HII_HANDLE HiiHandle;
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DriverHealth.h 64 EFI_HII_HANDLE HiiHandle;
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Config/
Tcg2ConfigImpl.h 62 EFI_HII_HANDLE HiiHandle;
  /device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/UsbCredentialProviderDxe/
UsbCredentialProvider.h 77 EFI_HII_HANDLE HiiHandle;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DriverSampleDxe/
DriverSample.h 84 EFI_HII_HANDLE HiiHandle[2];
  /device/linaro/bootloader/edk2/Nt32Pkg/CpuRuntimeDxe/
Cpu.c 437 EFI_HII_HANDLE HiiHandle;
456 HiiHandle = HiiAddPackages (
462 ASSERT (HiiHandle != NULL);
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Dxe/Setup/
KeyboardLayout.c 235 EFI_HII_HANDLE HiiHandle;
252 HiiHandle = HiiAddPackages (
258 if (HiiHandle == NULL) {
  /device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/PwdCredentialProviderDxe/
PwdCredentialProvider.h 84 EFI_HII_HANDLE HiiHandle;
126 class EFI_HII_USER_CREDENTIAL_FORMSET_GUID installed on the HII handle HiiHandle. If
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/DeviceMngr/
DeviceManager.h 33 EFI_HII_HANDLE HiiHandle;
67 EFI_HII_HANDLE HiiHandle;
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Protocol/
FormBrowserEx2.h 77 EFI_HII_HANDLE HiiHandle;
94 EFI_HII_HANDLE HiiHandle; // Find the HII handle
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DeviceManagerUiLib/
DeviceManager.h 75 EFI_HII_HANDLE HiiHandle;
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/PlatformVarCleanupLib/
PlatVarCleanup.h 100 EFI_HII_HANDLE HiiHandle;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Disk/RamDiskDxe/
RamDiskImpl.c 73 EFI_HII_HANDLE HiiHandle;
96 HiiHandle = HiiAddPackages (
103 if (HiiHandle == NULL) {
115 ConfigPrivateData->HiiHandle = HiiHandle;
136 if (ConfigPrivateData->HiiHandle != NULL) {
137 HiiRemovePackages (ConfigPrivateData->HiiHandle);
138 ConfigPrivateData->HiiHandle = NULL;
533 StringId = HiiSetString (ConfigPrivate->HiiHandle, 0, RamDiskStr, NULL);
552 ConfigPrivate->HiiHandle,
    [all...]
RamDiskImpl.h 143 EFI_HII_HANDLE HiiHandle;

Completed in 577 milliseconds

1 2 3