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

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/UefiEfiIfrSupportLib/
UefiIfrForm.c 25 // Fake <ConfigHdr>
921 CHAR16 *ConfigHdr;
942 // Construct <ConfigHdr> : "GUID=...&NAME=...&PATH=..."
944 ConfigHdr = NULL;
947 ConfigHdr,
954 ConfigHdr = EfiLibAllocateZeroPool (StrBufferLen);
956 ConfigHdr,
964 if (EFI_ERROR (Status) || (ConfigHdr == NULL)) {
981 StrBufferLen = EfiStrSize (ConfigHdr);
984 EfiStrCpy (ConfigRequest, ConfigHdr);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DriverSampleDxe/
DriverSample.c 573 @param ConfigHdr The request head info. <ConfigHdr> format.
583 IN EFI_STRING ConfigHdr,
596 NewLen = (NewLen + ((1 + StrLen (ConfigHdr) + 8 + 4) + (8 + 4 + 7 + 4 + 7 + 4)) * 2 + 1) * sizeof (CHAR16);
611 (1 + StrLen (ConfigHdr) + 8 + 4 + 1) * sizeof (CHAR16),
613 ConfigHdr,
630 (1 + StrLen (ConfigHdr) + 8 + 4 + 1) * sizeof (CHAR16),
632 ConfigHdr,
655 @param ConfigRequestHdr The request head info. <ConfigHdr> format.
837 // Allocate and fill a buffer large enough to hold the <ConfigHdr> template
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
ConfigKeywordHandler.c 95 // The content between 'PATH=' of <ConfigHdr> and '&' of next element
    [all...]
ConfigRouting.c 59 from <PathHdr> of <ConfigHdr>.
109 // The content between 'PATH=' of <ConfigHdr> and '&' of next element
549 // Get the requestr ConfigHdr
555 // Find <ConfigHdr> GUID=...&NAME=...&PATH=...
576 // Construct AltConfigHdr string "&<ConfigHdr>&ALTCFG=XXXX\0"
577 // |1| StrLen (ConfigHdr) | 8 | 4 | 1 |
1103 This function parses Form Package to get the efi varstore info according to the request ConfigHdr.
1106 @param ConfigHdr Request string ConfigHdr. If it is NULL,
1107 the first found varstore will be as ConfigHdr.
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiHiiLib/
HiiLib.c 40 // <ConfigHdr> Template
678 Allocates and returns a Null-terminated Unicode <ConfigHdr> string using routing
683 The format of a <ConfigHdr> is as follows:
702 @retval Other A pointer to the Null-terminate Unicode <ConfigHdr> string
814 to binary buffer from <ConfigHdr>.
836 EFI_STRING ConfigHdr;
849 ConfigHdr = String;
851 // The content between 'GUID', 'NAME', 'PATH' of <ConfigHdr> and '&' of next element
860 // The data in <ConfigHdr> is encoded as hex UNICODE %02x bytes in the same order
873 TemStr[0] = ConfigHdr[Index];
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/SetupBrowserDxe/
Setup.h 155 CHAR16 *ConfigRequest; // <ConfigRequest> = <ConfigHdr> + <RequestElement>
174 CHAR16 *ConfigHdr; // <ConfigHdr>
176 CHAR16 *ConfigRequest; // <ConfigRequest> = <ConfigHdr> + <RequestElement>
386 CHAR16 *ConfigRequest; // <ConfigRequest> = <ConfigHdr> + <RequestElement>
    [all...]

Completed in 235 milliseconds