Home
last modified time | relevance | path

Searched refs:ConfigResp (Results 1 – 10 of 10) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/UefiEfiIfrSupportLib/
DUefiIfrForm.c925 EFI_STRING ConfigResp; in ConstructConfigAltResp() local
995 &ConfigResp, in ConstructConfigAltResp()
1037 StrBufferLen = (EfiStrLen ((CHAR16 *) ConfigResp) + AltRespLen + 1) * sizeof (CHAR16); in ConstructConfigAltResp()
1047 EfiStrCpy (TempStr, ConfigResp); in ConstructConfigAltResp()
1061 gBS->FreePool (ConfigResp); in ConstructConfigAltResp()
1622 CHAR16 *ConfigResp; in GetBrowserData() local
1650 ConfigResp = EfiLibAllocateZeroPool (BufferLen + (HeaderLen + 1) * sizeof (CHAR16)); in GetBrowserData()
1652 StringPtr = ConfigResp + HeaderLen; in GetBrowserData()
1665 gBS->FreePool (ConfigResp); in GetBrowserData()
1666 ConfigResp = EfiLibAllocateZeroPool (BufferLen + (HeaderLen + 1) * sizeof (CHAR16)); in GetBrowserData()
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/SetupBrowserDxe/
DSetup.c632 CHAR16 *ConfigResp; in ProcessStorage() local
644 Status = StorageToConfigResp (Storage, &ConfigResp, Storage->ConfigRequest, TRUE); in ProcessStorage()
653 StrPtr = StrStr (ConfigResp, L"PATH"); in ProcessStorage()
667 FreePool (ConfigResp); in ProcessStorage()
677 ConfigResp = AllocateZeroPool (BufferSize); in ProcessStorage()
678 ASSERT (ConfigResp != NULL); in ProcessStorage()
680 StrCpyS (ConfigResp, MaxLen, BrowserStorage->ConfigHdr); in ProcessStorage()
681 StrCatS (ConfigResp, MaxLen, L"&"); in ProcessStorage()
682 StrCatS (ConfigResp, MaxLen, *ResultsData); in ProcessStorage()
687 Status = ConfigRespToStorage (Storage, ConfigResp); in ProcessStorage()
[all …]
DPresentation.c1492 CHAR16 *ConfigResp; in ProcessQuestionConfig() local
1502 ConfigResp = GetToken (Question->QuestionConfig, Selection->FormSet->HiiHandle); in ProcessQuestionConfig()
1503 if (ConfigResp == NULL) { in ProcessQuestionConfig()
1505 } else if (ConfigResp[0] == L'\0') { in ProcessQuestionConfig()
1514 ConfigResp, in ProcessQuestionConfig()
DSetup.h1010 IN CHAR16 **ConfigResp,
1028 IN CHAR16 *ConfigResp
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DHiiConfigRouting.h350 IN CONST EFI_STRING ConfigResp,
393 IN CONST EFI_STRING ConfigResp,
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiHiiLib/
DHiiLib.c563 EFI_STRING ConfigResp; in InternalHiiBlockToConfig() local
577 &ConfigResp, in InternalHiiBlockToConfig()
583 return ConfigResp; in InternalHiiBlockToConfig()
1984 IN EFI_STRING ConfigResp, in InternalHiiValidateCurrentSetting() argument
2007 if (StrStr (ConfigResp, L"&OFFSET=") != NULL) { in InternalHiiValidateCurrentSetting()
2008 Status = GetBlockDataInfo(ConfigResp, &CurrentBlockArray, &VarBuffer); in InternalHiiValidateCurrentSetting()
2017 StringPtr = StrStr (ConfigResp, L"PATH="); in InternalHiiValidateCurrentSetting()
2037 ConfigResp, in InternalHiiValidateCurrentSetting()
2123 EFI_STRING ConfigResp; in InternalHiiIfrValueAction() local
2143 ConfigResp = NULL; in InternalHiiIfrValueAction()
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
DConfigKeywordHandler.c2097 OUT EFI_STRING *ConfigResp in ExtractConfigResp() argument
2114 …ASSERT ((DatabaseRecord != NULL) && (OpCodeData != NULL) && (ConfigResp != NULL) && (ValueElement … in ExtractConfigResp()
2154 *ConfigResp = AllocatePool (MaxLen * sizeof (CHAR16)); in ExtractConfigResp()
2155 if (*ConfigResp == NULL) { in ExtractConfigResp()
2160 StringPtr = *ConfigResp; in ExtractConfigResp()
2818 CHAR16 *ConfigResp; in EfiConfigKeywordHandlerSetData() local
2838 ConfigResp = NULL; in EfiConfigKeywordHandlerSetData()
2931 … Status = ExtractConfigResp (DataBaseRecord, KeywordStringId, ValueElement, &OpCode, &ConfigResp); in EfiConfigKeywordHandlerSetData()
2957 Status = MergeToMultiKeywordResp(&MultiConfigResp, &ConfigResp); in EfiConfigKeywordHandlerSetData()
2973 if (ConfigResp != NULL) { in EfiConfigKeywordHandlerSetData()
[all …]
DConfigRouting.c4988 EFI_STRING ConfigResp; in HiiConfigRoutingRouteConfig() local
5044 ConfigResp = AllocateCopyPool ((Length + 1) * sizeof (CHAR16), StringPtr); in HiiConfigRoutingRouteConfig()
5045 if (ConfigResp == NULL) { in HiiConfigRoutingRouteConfig()
5051 *(ConfigResp + Length) = 0; in HiiConfigRoutingRouteConfig()
5056 Status = GetDevicePath (ConfigResp, (UINT8 **) &DevicePath); in HiiConfigRoutingRouteConfig()
5058 FreePool (ConfigResp); in HiiConfigRoutingRouteConfig()
5075 …m (DevicePath,CurrentDevicePath,DevicePathSize) == 0) && IsThisPackageList(Database, ConfigResp)) { in HiiConfigRoutingRouteConfig()
5099 FreePool (ConfigResp); in HiiConfigRoutingRouteConfig()
5109 Status = GetVarStoreType(Database, ConfigResp, &IsEfiVarstore, &EfiVarStoreInfo); in HiiConfigRoutingRouteConfig()
5118 Status = RouteConfigRespForEfiVarStore(This, EfiVarStoreInfo, ConfigResp, &AccessProgress); in HiiConfigRoutingRouteConfig()
[all …]
DHiiDatabase.h2064 IN CONST EFI_STRING ConfigResp,
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/HiiConfigRouting/
DHiiConfigRouting.h203 IN CONST EFI_STRING ConfigResp,