Lines Matching full:specified
24 specified font information StringFontInfo, and returns a new string id.
46 @retval EFI_NOT_FOUND The specified PackageList could not be found in
50 @retval EFI_INVALID_PARAMETER The specified StringFontInfo does not exist in
67 This function retrieves the string specified by StringId which is associated
68 with the specified PackageList in the language Language and copies it into
69 the buffer specified by String.
74 the specified string.
86 @retval EFI_NOT_FOUND The string specified by StringId is not available.
87 The specified PackageList is not in the database.
88 @retval EFI_INVALID_LANGUAGE The string specified by StringId is available but
89 not in the specified language.
90 @retval EFI_BUFFER_TOO_SMALL The buffer specified by StringSize is too small to
112 This function updates the string specified by StringId in the specified PackageList to the text
113 specified by String and, optionally, the font information specified by StringFontInfo.
125 @retval EFI_NOT_FOUND The string specified by StringId is not in the
128 @retval EFI_INVALID_PARAMETER The specified StringFontInfo does not exist in
163 @retval EFI_NOT_FOUND Could not find string package in specified
184 the primary language. Languages are specified in the
185 format specified in Appendix M of the UEFI 2.0 specification.
188 secondary languages for the specified
200 @retval EFI_BUFFER_TOO_SMALL The buffer specified by SecondaryLanguagesSize is
204 @retval EFI_INVALID_LANGUAGE The language specified by PrimaryLanguage is not
205 present in the specified package list.
206 @retval EFI_NOT_FOUND The specified PackageList is not in the Database.