Searched refs:ConfigResp (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DHiiConfigRouting.h162 hand off the various <ConfigResp> substrings to the
227 will be <ConfigResp> format.
279 <BlockConfig> formatted name value pairs in ConfigResp into a
282 PATH in <ConfigResp>. It stops when it finds a non-<BlockConfig>
286 And the ConfigResp string is:
293 @param ConfigResp A null-terminated string in <ConfigResp> format.
297 bytes referenced in the ConfigResp
312 ConfigResp string filled in with the offset
320 terminator at the end of the ConfigResp strin
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/SetupBrowserDxe/
H A DSetup.c438 CHAR16 *ConfigResp; local
452 ConfigResp = NULL;
510 // Generate <ConfigResp>
512 Status = StorageToConfigResp (Storage, &ConfigResp, FALSE);
520 StrPtr = ConfigResp + StrLen (Storage->ConfigHdr) + 1;
526 FreePool (ConfigResp);
533 FreePool (ConfigResp);
536 // Prepare <ConfigResp>
540 ConfigResp = AllocateZeroPool (BufferSize);
541 ASSERT (ConfigResp !
1035 StorageToConfigResp( IN VOID *Buffer, IN CHAR16 **ConfigResp, IN BOOLEAN SingleForm ) argument
1622 CHAR16 *ConfigResp; local
2244 EFI_STRING ConfigResp; local
2529 CHAR16 *ConfigResp; local
[all...]
H A DProcessOptions.c36 CHAR16 *ConfigResp; local
45 // Get <ConfigResp>
47 ConfigResp = GetToken (Question->QuestionConfig, Selection->FormSet->HiiHandle);
48 if (ConfigResp == NULL) {
61 ConfigResp,
H A DSetup.h1122 Convert setting of Buffer Storage or NameValue Storage to <ConfigResp>.
1125 @param ConfigResp The returned <ConfigResp>.
1135 IN CHAR16 **ConfigResp,
1140 Convert <ConfigResp> to settings in Buffer Storage or NameValue Storage.
1143 @param ConfigResp The <ConfigResp> to be converted.
1152 IN CHAR16 *ConfigResp
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellNetwork1CommandsLib/
H A DIfconfig.c549 CHAR16 *ConfigResp; local
565 ConfigResp = NULL;
614 ConfigResp = AllocateZeroPool ((Length + NIC_ITEM_CONFIG_SIZE * 2 + 100) * sizeof (CHAR16));
615 if (ConfigResp == NULL) {
620 StrCpy (ConfigResp, ConfigHdr);
626 String = ConfigResp + Length;
663 ConfigResp,
707 FreePool (ConfigResp);
725 if (ConfigResp != NULL) {
726 FreePool (ConfigResp);
755 CHAR16 *ConfigResp; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/UefiHiiLib/
H A DHiiLib.c415 convert <ConfigRequest> and a buffer to a <ConfigResp>
424 @retval NULL The <ConfigResp> string could not be generated.
425 @retval Other Pointer to the Null-terminated Unicode <ConfigResp> string.
437 EFI_STRING ConfigResp; local
444 // Convert <ConfigRequest> to <ConfigResp>
451 &ConfigResp,
457 return ConfigResp;
920 @param ConfigResp ConfigResp string contains the current setting.
933 IN EFI_STRING ConfigResp,
932 InternalHiiValidateCurrentSetting( IN EFI_STRING ConfigResp, IN EFI_HII_PACKAGE_LIST_HEADER *HiiPackageList, IN UINTN PackageListLength, IN EFI_GUID *VarGuid, IN CHAR16 *VarName ) argument
1620 EFI_STRING ConfigResp; local
2171 EFI_STRING ConfigResp; local
2254 EFI_STRING ConfigResp; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/HiiDatabaseDxe/
H A DConfigRouting.c45 // The beginning of next <ConfigRequest>/<ConfigResp> should be "&GUID=".
46 // Will meet '\0' if there is only one <ConfigRequest>/<ConfigResp>.
346 // It is the last <ConfigResp> of the incoming configuration string.
2488 <ConfigResp> format.
2568 <ConfigResp> format.
2570 <ConfigResp> format.
3206 EFI_STRING ConfigResp; local
3258 // Process each <ConfigResp> of <MultiConfigResp>
3261 ConfigResp = AllocateCopyPool ((Length + 1) * sizeof (CHAR16), StringPtr);
3262 if (ConfigResp
3725 HiiConfigToBlock( IN CONST EFI_HII_CONFIG_ROUTING_PROTOCOL *This, IN CONST EFI_STRING ConfigResp, IN OUT UINT8 *Block, IN OUT UINTN *BlockSize, OUT EFI_STRING *Progress ) argument
[all...]
H A DHiiDatabase.h1662 @param ConfigResp A null-terminated Unicode string in <ConfigResp>
1666 ConfigResp string in the block are modified. If
1676 @param Progress On return, points to an element of the ConfigResp
1684 null terminator at the end of the ConfigResp
1688 ConfigResp.
1689 @retval EFI_INVALID_PARAMETER Passing in a NULL for the ConfigResp or
1692 ConfigResp.
1706 IN CONST EFI_STRING ConfigResp,
1722 routing portion of the ConfigResp strin
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxeNetLib/
H A DDxeNetLib.c2477 EFI_STRING ConfigResp; local
2485 ConfigResp = NULL;
2513 ConfigResp = AllocateZeroPool ((Len + NIC_ITEM_CONFIG_SIZE * 2 + 100) * sizeof (CHAR16));
2514 if (ConfigResp == NULL) {
2517 StrCpy (ConfigResp, ConfigHdr);
2519 String = ConfigResp + Len;
2530 ConfigResp,
2566 if (ConfigResp != NULL) {
2567 FreePool (ConfigResp);

Completed in 656 milliseconds