Lines Matching full:specified
66 Unicode string. If the driver specified by This has a user readable name in
67 the language specified by Language, then a pointer to the driver name is
68 returned in DriverName, and EFI_SUCCESS is returned. If the driver specified
69 by This does not support the language specified by Language,
78 languages specified in SupportedLanguages. The
80 to the driver writer. Language is specified
84 driver specified by This in the language
85 specified by Language.
87 @retval EFI_SUCCESS The Unicode string for the Driver specified by
88 This and the language specified by Language was
92 @retval EFI_UNSUPPORTED The driver specified by This does not support
93 the language specified by Language.
109 This function retrieves the user readable name of the controller specified by
111 driver specified by This has a user readable name in the language specified by
113 and EFI_SUCCESS is returned. If the driver specified by This is not currently
114 managing the controller specified by ControllerHandle and ChildHandle,
115 then EFI_UNSUPPORTED is returned. If the driver specified by This does not
116 support the language specified by Language, then EFI_UNSUPPORTED is returned.
121 specified by This is managing. This handle
136 languages specified in SupportedLanguages. The
138 to the driver writer. Language is specified in
142 controller specified by ControllerHandle and
143 ChildHandle in the language specified by
145 specified by This.
148 the language specified by Language for the
149 driver specified by This was returned in
156 @retval EFI_UNSUPPORTED The driver specified by This is not currently
157 managing the controller specified by
159 @retval EFI_UNSUPPORTED The driver specified by This does not support
160 the language specified by Language.