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>
917 CHAR16 *ConfigHdr;
938 // Construct <ConfigHdr> : "GUID=...&NAME=...&PATH=..."
940 ConfigHdr = NULL;
943 ConfigHdr,
950 ConfigHdr = EfiLibAllocateZeroPool (StrBufferLen);
952 ConfigHdr,
960 if (EFI_ERROR (Status) || (ConfigHdr == NULL)) {
977 StrBufferLen = EfiStrSize (ConfigHdr);
980 EfiStrCpy (ConfigRequest, ConfigHdr);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DriverSampleDxe/
DriverSample.c 388 @param ConfigHdr The request head info. <ConfigHdr> format.
398 IN EFI_STRING ConfigHdr,
411 NewLen = (NewLen + ((1 + StrLen (ConfigHdr) + 8 + 4) + (8 + 4 + 7 + 4 + 7 + 4)) * 2 + 1) * sizeof (CHAR16);
426 (1 + StrLen (ConfigHdr) + 8 + 4 + 1) * sizeof (CHAR16),
428 ConfigHdr,
445 (1 + StrLen (ConfigHdr) + 8 + 4 + 1) * sizeof (CHAR16),
447 ConfigHdr,
470 @param ConfigRequestHdr The request head info. <ConfigHdr> format.
657 // 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
1024 // Get the request ConfigHdr
1030 // Find <ConfigHdr> GUID=...&NAME=...&PATH=...
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiHiiLib/
HiiLib.c 40 // <ConfigHdr> Template
688 Allocates and returns a Null-terminated Unicode <ConfigHdr> string using routing
693 The format of a <ConfigHdr> is as follows:
712 @retval Other A pointer to the Null-terminate Unicode <ConfigHdr> string
824 to binary buffer from <ConfigHdr>.
846 EFI_STRING ConfigHdr;
859 ConfigHdr = String;
861 // The content between 'GUID', 'NAME', 'PATH' of <ConfigHdr> and '&' of next element
870 // The data in <ConfigHdr> is encoded as hex UNICODE %02x bytes in the same order
883 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>
388 CHAR16 *ConfigRequest; // <ConfigRequest> = <ConfigHdr> + <RequestElement>
    [all...]

Completed in 249 milliseconds