Home | History | Annotate | Download | only in Protocol

Lines Matching full:specified

27   specified font information StringFontInfo, and returns a new string id.

49 @retval EFI_NOT_FOUND The specified PackageList could not be found in
53 @retval EFI_INVALID_PARAMETER The specified StringFontInfo does not exist in
71 This function retrieves the string specified by StringId which is associated
72 with the specified PackageList in the language Language and copies it into
73 the buffer specified by String.
78 the specified string.
90 @retval EFI_NOT_FOUND The string specified by StringId is not available.
91 The specified PackageList is not in the database.
92 @retval EFI_INVALID_LANGUAGE The string specified by StringId is available but
93 not in the specified language.
94 @retval EFI_BUFFER_TOO_SMALL The buffer specified by StringSize is too small to
116 This function updates the string specified by StringId in the specified PackageList to the text
117 specified by String and, optionally, the font information specified by StringFontInfo.
129 @retval EFI_NOT_FOUND The string specified by StringId is not in the
132 @retval EFI_INVALID_PARAMETER The specified StringFontInfo does not exist in
168 @retval EFI_NOT_FOUND Could not find string package in specified
190 the primary language. Languages are specified in the
191 format specified in Appendix M of the UEFI 2.0 specification.
194 secondary languages for the specified
206 @retval EFI_BUFFER_TOO_SMALL The buffer specified by SecondaryLanguagesSize is
210 @retval EFI_INVALID_LANGUAGE The language specified by PrimaryLanguage is not
211 present in the specified package list.
212 @retval EFI_NOT_FOUND The specified PackageList is not in the Database.