Searched defs:StringId (Results 1 - 19 of 19) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiHandleParsingLib/
H A DUefiHandleParsingLib.h141 EFI_STRING_ID StringId; member in struct:__anon12780
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/UefiHiiLib/
H A DHiiString.c20 string in a String Package. If StringId is 0, then a new string is added to
21 a String Package. If StringId is not zero, then a string in String Package is
32 @param[in] StringId If zero, then a new string is created in the
34 non-zero, then the string specified by StringId
60 IN EFI_STRING_ID StringId, OPTIONAL
86 // If there are not enough resources for the supported languages string, then return a StringId of 0
111 // If StringId is 0, then call NewString(). Otherwise, call SetString()
113 if (StringId == (EFI_STRING_ID)(0)) {
114 Status = gHiiString->NewString (gHiiString, HiiHandle, &StringId, Language, NULL, String, NULL);
116 Status = gHiiString->SetString (gHiiString, HiiHandle, StringId, Languag
58 HiiSetString( IN EFI_HII_HANDLE HiiHandle, IN EFI_STRING_ID StringId, OPTIONAL IN CONST EFI_STRING String, IN CONST CHAR8 *SupportedLanguages OPTIONAL ) argument
169 HiiGetPackageString( IN CONST EFI_GUID *PackageListGuid, IN EFI_STRING_ID StringId, IN CONST CHAR8 *Language OPTIONAL ) argument
217 HiiGetString( IN EFI_HII_HANDLE HiiHandle, IN EFI_STRING_ID StringId, IN CONST CHAR8 *Language OPTIONAL ) argument
[all...]
H A DHiiLib.c2603 @param[in] StringId StringId for the option
2616 IN UINT16 StringId,
2627 OpCode.Option = StringId;
2614 HiiCreateOneOfOptionOpCode( IN VOID *OpCodeHandle, IN UINT16 StringId, IN UINT8 Flags, IN UINT8 Type, IN UINT64 Value ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DDriverHealth.h64 EFI_STRING_ID StringId; member in struct:__anon12119
H A DNetworkInterfaceIdentifier.h66 CHAR8 StringId[4];///< A four-character ASCII string that is sent in the class identifier field of member in struct:_EFI_NETWORK_INTERFACE_IDENTIFIER_PROTOCOL
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Protocol/
H A DNetworkInterfaceIdentifier.h68 CHAR8 StringId[4];///< A four-character ASCII string that is sent in the class identifier field of member in struct:_EFI_NETWORK_INTERFACE_IDENTIFIER_PROTOCOL
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/DeviceMngr/
H A DDeviceManager.h113 EFI_STRING_ID StringId; member in struct:__anon10506
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/VlanConfigDxe/
H A DVlanConfigImpl.c360 EFI_STRING_ID StringId; local
430 StringId = HiiSetString (PrivateData->HiiHandle, 0, VlanStr, NULL);
431 ASSERT (StringId != 0);
438 StringId,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/SetupBrowserDxe/
H A DProcessOptions.c405 EFI_STRING_ID StringId; local
412 StringId = 0;
907 StringId = Question->HiiValue.Value.string;
920 Question->HiiValue.Value.string = StringId;
H A DSetup.c762 EFI_STRING_ID StringId; local
764 StringId = HiiSetString (HiiHandle, 0, String, NULL);
765 ASSERT (StringId != 0);
767 return StringId;
774 @param StringId Id of the string in HII database.
782 IN EFI_STRING_ID StringId,
789 HiiSetString (HiiHandle, StringId, &NullChar, NULL);
795 Get the string based on the StringId and HII Package List Handle.
781 DeleteString( IN EFI_STRING_ID StringId, IN EFI_HII_HANDLE HiiHandle ) argument
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLevel2CommandsLib/
H A DTimeDate.c560 EFI_STRING_ID StringId; member in struct:__anon12891
784 ShellPrintHiiEx (-1, -1, NULL, TimeZoneList[LoopVar].StringId, gShellLevel2HiiHandle);
804 ShellPrintHiiEx (-1, -1, NULL, TimeZoneList[LoopVar].StringId, gShellLevel2HiiHandle);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/HiiDatabaseDxe/
H A DString.c236 Parse all string blocks to find a String block specified by StringId.
237 If StringId = (EFI_STRING_ID) (-1), find out all EFI_HII_SIBT_FONT blocks
240 If StringId = 0, output the string id of last string block (EFI_HII_SIBT_STRING).
244 @param StringId The string's id, which is unique within
250 @param LastStringId Output the last string id when StringId = 0 or StringId = -1.
251 @param StartStringId The first id in the skip block which StringId in the block.
265 IN EFI_STRING_ID StringId,
299 if (StringId != (EFI_STRING_ID) (-1) && StringId !
262 FindStringBlock( IN HII_DATABASE_PRIVATE_DATA *Private, IN HII_STRING_PACKAGE_INSTANCE *StringPackage, IN EFI_STRING_ID StringId, OUT UINT8 *BlockType, OPTIONAL OUT UINT8 **StringBlockAddr, OPTIONAL OUT UINTN *StringTextOffset, OPTIONAL OUT EFI_STRING_ID *LastStringId, OPTIONAL OUT EFI_STRING_ID *StartStringId OPTIONAL ) argument
614 GetStringWorker( IN HII_DATABASE_PRIVATE_DATA *Private, IN HII_STRING_PACKAGE_INSTANCE *StringPackage, IN EFI_STRING_ID StringId, OUT EFI_STRING String, IN OUT UINTN *StringSize, OPTIONAL OUT EFI_FONT_INFO **StringFontInfo OPTIONAL ) argument
725 InsertLackStringBlock( IN OUT HII_STRING_PACKAGE_INSTANCE *StringPackage, IN EFI_STRING_ID StartStringId, IN EFI_STRING_ID StringId, IN OUT UINT8 *BlockType, IN OUT UINT8 **StringBlockAddr, IN BOOLEAN FontBlock ) argument
876 SetStringWorker( IN HII_DATABASE_PRIVATE_DATA *Private, IN OUT HII_STRING_PACKAGE_INSTANCE *StringPackage, IN EFI_STRING_ID StringId, IN EFI_STRING String, IN EFI_FONT_INFO *StringFontInfo OPTIONAL ) argument
1141 HiiNewString( IN CONST EFI_HII_STRING_PROTOCOL *This, IN EFI_HII_HANDLE PackageList, OUT EFI_STRING_ID *StringId, IN CONST CHAR8 *Language, IN CONST CHAR16 *LanguageName, OPTIONAL IN CONST EFI_STRING String, IN CONST EFI_FONT_INFO *StringFontInfo OPTIONAL ) argument
1599 HiiGetString( IN CONST EFI_HII_STRING_PROTOCOL *This, IN CONST CHAR8 *Language, IN EFI_HII_HANDLE PackageList, IN EFI_STRING_ID StringId, OUT EFI_STRING String, IN OUT UINTN *StringSize, OUT EFI_FONT_INFO **StringFontInfo OPTIONAL ) argument
1700 HiiSetString( IN CONST EFI_HII_STRING_PROTOCOL *This, IN EFI_HII_HANDLE PackageList, IN EFI_STRING_ID StringId, IN CONST CHAR8 *Language, IN CONST EFI_STRING String, IN CONST EFI_FONT_INFO *StringFontInfo OPTIONAL ) argument
[all...]
H A DFont.c2230 @param StringId The string's id, which is unique within
2290 IN EFI_STRING_ID StringId,
2396 StringId,
2412 StringId,
2286 HiiStringIdToImage( IN CONST EFI_HII_FONT_PROTOCOL *This, IN EFI_HII_OUT_FLAGS Flags, IN EFI_HII_HANDLE PackageList, IN EFI_STRING_ID StringId, IN CONST CHAR8* Language, IN CONST EFI_FONT_DISPLAY_INFO *StringInfo OPTIONAL, IN OUT EFI_IMAGE_OUTPUT **Blt, IN UINTN BltX, IN UINTN BltY, OUT EFI_HII_ROW_INFO **RowInfoArray OPTIONAL, OUT UINTN *RowInfoArraySize OPTIONAL, OUT UINTN *ColumnInfoArray OPTIONAL ) argument
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Ip6Dxe/
H A DIp6ConfigNv.c699 EFI_STRING_ID StringId; local
709 StringId = HiiSetString (
715 if (StringId == 0) {
733 StringId = HiiSetString (
739 if (StringId == 0) {
775 StringId = HiiSetString (
781 if (StringId == 0) {
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/
H A DVfrUtilityLib.cpp3149 IN EFI_STRING_ID StringId
3222 Status = FindStringBlock(Current, StringId, &NameOffset, &BlockType);
3265 IN EFI_STRING_ID StringId,
3314 if (CurrentStringId == StringId) {
3335 if (CurrentStringId == StringId) {
3377 if (CurrentStringId == StringId) {
3399 if (CurrentStringId == StringId) {
3410 if (CurrentStringId == StringId) {
3412 // Incoming StringId is an id of a duplicate string block.
3413 // Update the StringId t
3263 FindStringBlock( IN UINT8 *StringData, IN EFI_STRING_ID StringId, OUT UINT32 *StringTextOffset, OUT UINT8 *BlockType ) argument
[all...]
H A DVfrFormPkg.h1027 VOID SetTextTwo (IN EFI_STRING_ID StringId) { argument
1028 mText->TextTwo = StringId;
1714 VOID SetTitle (IN EFI_STRING_ID StringId) { argument
1715 mBanner->Title = StringId;
2053 mStringRef1->StringId = EFI_STRING_ID_INVALID;
2056 VOID SetStringId (IN EFI_STRING_ID StringId) { argument
2057 mStringRef1->StringId = StringId;
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Uefi/
H A DUefiInternalFormRepresentation.h373 EFI_STRING_ID StringId; member in struct:_EFI_HII_SIBT_DUPLICATE_BLOCK
1246 EFI_STRING_ID StringId; member in struct:_EFI_IFR_STRING_REF1
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Include/Common/
H A DUefiInternalFormRepresentation.h306 EFI_STRING_ID StringId; member in struct:_EFI_HII_SIBT_DUPLICATE_BLOCK
1132 EFI_STRING_ID StringId; member in struct:_EFI_IFR_STRING_REF1
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Uefi/
H A DUefiInternalFormRepresentation.h375 EFI_STRING_ID StringId; member in struct:_EFI_HII_SIBT_DUPLICATE_BLOCK
1221 EFI_STRING_ID StringId; member in struct:_EFI_IFR_STRING_REF1

Completed in 105 milliseconds