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

  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
HiiConfigRouting.h 167 hand off the various <ConfigResp> substrings to the
232 will be <ConfigResp> format.
284 <BlockConfig> formatted name value pairs in ConfigResp into a
287 PATH in <ConfigResp>. It stops when it finds a non-<BlockConfig>
291 And the ConfigResp string is:
298 @param ConfigResp A null-terminated string in <ConfigResp> format.
302 bytes referenced in the ConfigResp
319 ConfigResp string filled in with the offset
327 terminator at the end of the ConfigResp string.
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/SetupBrowserDxe/
Setup.c 632 CHAR16 *ConfigResp;
642 // Generate <ConfigResp>
644 Status = StorageToConfigResp (Storage, &ConfigResp, Storage->ConfigRequest, TRUE);
653 StrPtr = StrStr (ConfigResp, L"PATH");
667 FreePool (ConfigResp);
670 // Prepare <ConfigResp>
677 ConfigResp = AllocateZeroPool (BufferSize);
678 ASSERT (ConfigResp != NULL);
680 StrCpyS (ConfigResp, MaxLen, BrowserStorage->ConfigHdr);
681 StrCatS (ConfigResp, MaxLen, L"&");
    [all...]
Presentation.c     [all...]
Setup.h     [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/UefiEfiIfrSupportLib/
UefiIfrForm.c 929 EFI_STRING ConfigResp;
969 // Construct <ConfigResp>
999 &ConfigResp,
1041 StrBufferLen = (EfiStrLen ((CHAR16 *) ConfigResp) + AltRespLen + 1) * sizeof (CHAR16);
1049 // <ConfigAltResp> ::= <ConfigResp> ['&' <AltResp>]*
1051 EfiStrCpy (TempStr, ConfigResp);
1065 gBS->FreePool (ConfigResp);
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/HiiConfigRouting/
HiiConfigRouting.h 203 IN CONST EFI_STRING ConfigResp,
216 ConfigResp - A null-terminated Unicode string in <ConfigResp> format.
218 Only bytes referenced in the ConfigResp string in the block are modified.
226 Progress - On return, points to an element of the ConfigResp string filled in with the offset of
232 terminator at the end of the ConfigResp
236 ConfigResp.
237 EFI_INVALID_PARAMETER - Passing in a NULL for the ConfigResp or
240 ConfigResp.
273 routing portion of the ConfigResp string when retrieving
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiHiiLib/
HiiLib.c 531 convert <ConfigRequest> and a buffer to a <ConfigResp>
540 @retval NULL The <ConfigResp> string could not be generated.
541 @retval Other Pointer to the Null-terminated Unicode <ConfigResp> string.
553 EFI_STRING ConfigResp;
560 // Convert <ConfigRequest> to <ConfigResp>
567 &ConfigResp,
573 return ConfigResp;
1038 @param ConfigElement ConfigResp string contains the current setting.
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
ConfigKeywordHandler.c     [all...]
ConfigRouting.c 45 // The beginning of next <ConfigRequest>/<ConfigResp> should be "&GUID=".
46 // Will meet '\0' if there is only one <ConfigRequest>/<ConfigResp>.
345 // It is the last <ConfigResp> of the incoming configuration string.
    [all...]
HiiDatabase.h     [all...]

Completed in 489 milliseconds