Lines Matching full:specified
181 Writes a specified number of blocks to the device.
184 It writes a specified number of blocks to the device.
239 Unicode string. If the driver specified by This has a user readable name in
240 the language specified by Language, then a pointer to the driver name is
241 returned in DriverName, and EFI_SUCCESS is returned. If the driver specified
242 by This does not support the language specified by Language,
251 languages specified in SupportedLanguages. The
253 to the driver writer. Language is specified
257 driver specified by This in the language
258 specified by Language.
260 @retval EFI_SUCCESS The Unicode string for the Driver specified by
261 This and the language specified by Language was
265 @retval EFI_UNSUPPORTED The driver specified by This does not support
266 the language specified by Language.
282 This function retrieves the user readable name of the controller specified by
284 driver specified by This has a user readable name in the language specified by
286 and EFI_SUCCESS is returned. If the driver specified by This is not currently
287 managing the controller specified by ControllerHandle and ChildHandle,
288 then EFI_UNSUPPORTED is returned. If the driver specified by This does not
289 support the language specified by Language, then EFI_UNSUPPORTED is returned.
294 specified by This is managing. This handle
309 languages specified in SupportedLanguages. The
311 to the driver writer. Language is specified in
315 controller specified by ControllerHandle and
316 ChildHandle in the language specified by
318 specified by This.
321 the language specified by Language for the
322 driver specified by This was returned in
329 @retval EFI_UNSUPPORTED The driver specified by This is not currently
330 managing the controller specified by
332 @retval EFI_UNSUPPORTED The driver specified by This does not support
333 the language specified by Language.