Searched refs:StringId (Results 1 - 25 of 35) sorted by relevance

12

/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...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DHiiString.h34 @param StringId On return, contains the new strings id, which is
52 @retval EFI_INVALID_PARAMETER String is NULL, or StringId is NULL, or Language is NULL.
62 OUT EFI_STRING_ID *StringId,
71 This function retrieves the string specified by StringId which is associated
79 @param StringId The string's id, which is unique within
90 @retval EFI_NOT_FOUND The string specified by StringId is not available.
91 @retval EFI_NOT_FOUND The string specified by StringId is available but
107 IN EFI_STRING_ID StringId,
114 This function updates the string specified by StringId in the specified PackageList to the text
119 @param StringId Th
[all...]
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
H A DDriverHealth.h64 EFI_STRING_ID StringId; member in struct:__anon12119
H A DHiiFont.h283 @param StringId The string's id, which is unique within
355 IN EFI_STRING_ID StringId,
/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/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 DHiiDatabase.h135 EFI_STRING_ID MaxStringId; // record StringId
431 Parse all string blocks to find a String block specified by StringId.
432 If StringId = (EFI_STRING_ID) (-1), find out all EFI_HII_SIBT_FONT blocks
435 If StringId = 0, output the string id of last string block (EFI_HII_SIBT_STRING).
439 @param StringId The string's id, which is unique within
445 @param LastStringId Output the last string id when StringId = 0 or StringId = -1.
446 @param StartStringId The first id in the skip block which StringId in the block.
460 IN EFI_STRING_ID StringId,
609 @param StringId Th
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Include/Library/
H A DHiiLib.h85 string in a String Package. If StringId is 0, then a new string is added to
86 a String Package. If StringId is not zero, then a string in String Package is
97 @param[in] StringId If zero, then a new string is created in the
99 non-zero, then the string specified by StringId
125 IN EFI_STRING_ID StringId, OPTIONAL
141 If StringId is 0, then ASSERT().
144 @param[in] StringId The identifier of the string to retrieved from the string
151 @retval NULL The string specified by StringId is not present in the string package.
159 IN EFI_STRING_ID StringId,
174 If StringId i
[all...]
/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/IntelFrameworkModulePkg/Universal/BdsDxe/DeviceMngr/
H A DDeviceManager.h113 EFI_STRING_ID StringId; member in struct:__anon10506
H A DDeviceManager.c1270 if ((DriverHealthInfo->MessageList != NULL) && (DriverHealthInfo->MessageList->StringId != 0)) {
1274 DriverHealthInfo->MessageList->StringId,
2076 MessageList[MessageIndex].StringId,
/vbox/src/VBox/Devices/EFI/Firmware/OptionRomPkg/UndiRuntimeDxe/
H A DInit.c440 UNDI32Device->NIIProtocol_31.StringId[0] = 'U';
441 UNDI32Device->NIIProtocol_31.StringId[1] = 'N';
442 UNDI32Device->NIIProtocol_31.StringId[2] = 'D';
443 UNDI32Device->NIIProtocol_31.StringId[3] = 'I';
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiHandleParsingLib/
H A DUefiHandleParsingLib.h141 EFI_STRING_ID StringId; member in struct:__anon12780
H A DUefiHandleParsingLib.c502 return (HiiGetString(mHandleParsingHiiHandle, Id->StringId, Lang));
573 String = HiiGetString(mHandleParsingHiiHandle, ListWalker->StringId, Lang);
584 String = HiiGetString(mHandleParsingHiiHandle, ListWalker->StringId, Lang);
/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/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/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;
/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 DVfrUtilityLib.h433 IN EFI_STRING_ID StringId,
456 IN EFI_STRING_ID StringId
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/MdeModulePkg/Universal/DriverSampleDxe/
H A DDriverSample.c261 @param StringId The user's input.
269 IN EFI_STRING_ID StringId
319 Password = HiiGetString (PrivateData->HiiHandle[0], StringId, NULL);
354 @param StringId The password from User.
363 IN EFI_STRING_ID StringId
395 TempPassword = HiiGetString (PrivateData->HiiHandle[0], StringId, NULL);
/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
/vbox/src/VBox/Devices/PC/ipxe/src/interface/efi/
H A Defi_snp.c1178 strncpy ( snpdev->nii.StringId, "iPXE",
1179 sizeof ( snpdev->nii.StringId ) );

Completed in 3405 milliseconds

12