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

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/Hii/
Hii.c 14 Hii.c
26 #include EFI_PROTOCOL_DEFINITION (Hii)
30 EFI_GUID_STRING(&gEfiHiiProtocolGuid, "Human Interface Infrastructure Protocol", "HII 1.0 protocol");
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/GraphicsLite/
Print.c 65 #include EFI_PROTOCOL_DEFINITION (Hii)
147 EFI_HII_PROTOCOL *Hii;
182 Status = gBS->LocateProtocol (&gEfiHiiProtocolGuid, NULL, (VOID**)&Hii);
272 Status = Hii->GetGlyph (Hii, UnicodeWeight, &StringIndex, (UINT8 **) &Glyph, &GlyphWidth, &GlyphStatus);
278 Status = Hii->GlyphToBlt (
279 Hii,
289 Status = Hii->GlyphToBlt (
290 Hii,
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
UserCredential.h 61 EFI_HII_USER_CREDENTIAL_FORMSET_GUID installed on the HII handle HiiHandle. If
66 @param[out] Hii On return, holds the HII database handle.
74 @retval EFI_INVALID_PARAMETER Hii is NULL or FormSetId is NULL or FormId is NULL.
80 OUT EFI_HII_HANDLE *Hii,
98 @param[out] Hii On return, holds the HII database handle.
99 @param[out] Image On return, holds the HII image identifier.
103 @retval EFI_INVALID_PARAMETER Hii is NULL or Image is NULL.
111 OUT EFI_HII_HANDLE *Hii,
    [all...]
UserCredential2.h 59 EFI_HII_USER_CREDENTIAL_FORMSET_GUID installed on the HII handle HiiHandle. If
64 @param[out] Hii On return, holds the HII database handle.
72 @retval EFI_INVALID_PARAMETER Hii is NULL or FormSetId is NULL or FormId is NULL.
78 OUT EFI_HII_HANDLE *Hii,
96 @param[out] Hii On return, holds the HII database handle.
97 @param[out] Image On return, holds the HII image identifier.
101 @retval EFI_INVALID_PARAMETER Hii is NULL or Image is NULL.
109 OUT EFI_HII_HANDLE *Hii,
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/PwdCredentialProviderDxe/
PwdCredentialProvider.h 72 /// HII specific Vendor Device Path definition.
126 class EFI_HII_USER_CREDENTIAL_FORMSET_GUID installed on the HII handle HiiHandle. If
131 @param[out] Hii On return, holds the HII database handle.
139 @retval EFI_INVALID_PARAMETER Hii is NULL or FormSetId is NULL or FormId is NULL.
146 OUT EFI_HII_HANDLE *Hii,
165 @param[out] Hii On return, holds the HII database handle.
166 @param[out] Image On return, holds the HII image identifier.
170 @retval EFI_INVALID_PARAMETER Hii is NULL or Image is NULL.
    [all...]
PwdCredentialProvider.c 62 Get string by string id from HII Interface.
695 // Publish HII data.
837 class EFI_HII_USER_CREDENTIAL_FORMSET_GUID installed on the HII handle HiiHandle. If
842 @param[out] Hii On return, holds the HII database handle.
850 @retval EFI_INVALID_PARAMETER Hii is NULL or FormSetId is NULL or FormId is NULL.
857 OUT EFI_HII_HANDLE *Hii,
862 if ((This == NULL) || (Hii == NULL) ||
867 *Hii = mCallbackInfo->HiiHandle;
889 @param[out] Hii On return, holds the HII database handle.
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiIfrSupportLib/
IfrCommon.c 425 OUT EFI_HII_PROTOCOL **Hii
431 Get the HII protocol interface
435 Hii - HII protocol interface
446 // There should only be one HII protocol
451 (VOID **) Hii
473 HiiHandle - Hii handle
488 EFI_SUCCESS - Successfully extract data from Hii database.
494 EFI_HII_PROTOCOL *Hii;
507 Status = GetHiiInterface (&Hii);
    [all...]
IfrLibrary.h 27 #include EFI_PROTOCOL_DEFINITION (Hii)
536 HiiHandle - Hii handle
551 EFI_SUCCESS - Successfully extract data from Hii database.
565 Finds HII handle for given pack GUID previously registered with the HII.
568 HiiProtocol - pointer to pointer to HII protocol interface.
572 Guid - The GUID of the pack that registered with the HII.
575 Handle to the HII pack previously registered by the memory driver.
592 location to pre-defined forms in HII)
623 location to pre-defined forms in HII)
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/UsbCredentialProviderDxe/
UsbCredentialProvider.h 119 @param[out] Hii On return, holds the HII database handle.
127 @retval EFI_INVALID_PARAMETER Hii is NULL or FormSetId is NULL or FormId is NULL.
134 OUT EFI_HII_HANDLE *Hii,
153 @param[out] Hii On return, holds the HII database handle.
154 @param[out] Image On return, holds the HII image identifier.
158 @retval EFI_INVALID_PARAMETER Hii is NULL or Image is NULL.
167 OUT EFI_HII_HANDLE *Hii,
178 @param[out] Hii On return, holds the HII database handle.
    [all...]
UsbCredentialProvider.c 40 Get string by string id from HII Interface.
626 // Publish HII data.
751 class EFI_HII_USER_CREDENTIAL_FORMSET_GUID installed on the HII handle HiiHandle. If
756 @param[out] Hii On return, holds the HII database handle.
764 @retval EFI_INVALID_PARAMETER Hii is NULL or FormSetId is NULL or FormId is NULL.
771 OUT EFI_HII_HANDLE *Hii,
776 if ((This == NULL) || (Hii == NULL) ||
798 @param[out] Hii On return, holds the HII database handle.
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/FormBrowser/
FormBrowser.h 20 configuration driver to use either the HII database or use the passed
29 #include EFI_PROTOCOL_DEFINITION (Hii)
32 // EFI_FORM_BROWSER_PROTOCOL_GUID has been changed from the one defined in Framework HII 0.92 as the
33 // Setup Browser protocol produced by HII Thunk Layer support the UEFI IFR and UEF String Package format.
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Graphics/
Print.c 65 #include EFI_PROTOCOL_DEFINITION (Hii)
172 EFI_HII_PROTOCOL *Hii;
207 Status = gBS->LocateProtocol (&gEfiHiiProtocolGuid, NULL, (VOID**)&Hii);
298 Status = Hii->GetGlyph (Hii, UnicodeWeight, &StringIndex, (UINT8 **) &Glyph, &GlyphWidth, &GlyphStatus);
304 Status = Hii->GlyphToBlt (
305 Hii,
315 Status = Hii->GlyphToBlt (
316 Hii,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Guid/StatusCodeDataTypeId/
StatusCodeDataTypeId.h 31 #include EFI_PROTOCOL_DEFINITION (Hii)
77 // HII string token
87 EFI_STATUS_CODE_STRING_TOKEN Hii;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/
EdkIIGlueDxe.h 166 #include EFI_PROTOCOL_DEFINITION (Hii)
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/PlatformMemTest/
PlatformMemTest.h 28 #include EFI_PROTOCOL_CONSUMER (Hii)
  /device/linaro/bootloader/edk2/MdePkg/Include/Guid/
StatusCodeDataTypeId.h 42 /// string can be obtained by querying the HII Database
52 /// The HII package list which contains the string. Handle is a dynamic value that may
74 /// HII handle/token pair.
76 EFI_STATUS_CODE_STRING_TOKEN Hii;
83 /// (HII) token/GUID pair.
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/
HiiDatabase.h 4 for the Framework HII to Uefi HII Thunk Module.
29 // UEFI HII Protocols
60 // VARSTORE ID of 0 for Buffer Storage Type Storage is defined as invalid in UEFI 2.1 HII. VARSTORE ID
61 // 0 is the default VarStore ID for storage without explicit declaration in Framework HII 0.92. EDK II UEFI VFR compiler
66 // by Framework HII. EDK II UEFI VFR compiler in compatible mode hard-coded L"Setup" as VARSTORE name.
83 #define HII_THUNK_PRIVATE_DATA_FROM_THIS(Record) CR(Record, HII_THUNK_PRIVATE_DATA, Hii, HII_THUNK_PRIVATE_DATA_SIGNATURE)
88 EFI_HII_PROTOCOL Hii;
141 // HII Thunk will use TagGuid to associate the String Package and Form Package togehter.
152 // When a Hii->NewString() is called for this FwHiiHandle and SharingStringPack is TRUE, then all Package List t (…)
    [all...]
HiiDatabase.c 2 Framework to UEFI 2.1 HII Thunk. The driver consume UEFI HII protocols
3 to produce a Framework HII protocol.
75 This routine initializes the HII Database.
155 (VOID *) &Private->Hii
386 If HiiHandle is not a valid Handle in the HII database, then ASSERT.
389 @param HiiHandle The HII package list handle.
409 // Collect current supported 2nd Languages for given HII handle
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/VlvPlatformInitDxe/
IgdOpRegion.c 98 Get the HII protocol interface
100 @param Hii HII protocol interface
108 OUT EFI_HII_PROTOCOL **Hii
114 // There should only be one HII protocol
119 (VOID **) Hii
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/VfrCompile/
VfrServices.cpp 30 #include EFI_PROTOCOL_DEFINITION (Hii)
VfrCompile.g 28 #include EFI_PROTOCOL_DEFINITION (Hii)
521 " -ibin create an IFR HII pack file",
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/
bld_vlv.bat 232 :: Extract Hii data from build and store in HiiDefaultData.txt
241 ::echo FD successfully updated with default Hii values.
bldX64.bat 172 @echo Update FD with default Hii value successfully! (both 'Setup' and 'SetupDefault')
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/StrGather/
StringDB.c 32 #include EFI_PROTOCOL_DEFINITION (Hii)
452 // PASS 1: Fill in and print the HII string pack header
    [all...]

Completed in 646 milliseconds