Lines Matching refs:This

5 This program and the accompanying materials
179 This function retrieves the user readable name of a driver in the form of a
180 Unicode string. If the driver specified by This has a user readable name in
183 by This does not support the language specified by Language,
186 @param This[in] A pointer to the EFI_COMPONENT_NAME2_PROTOCOL or
190 array indicating the language. This is the
199 This Unicode string is the name of the
200 driver specified by This in the language
204 This and the language specified by Language was
211 @retval EFI_UNSUPPORTED The driver specified by This does not support
218 IN EFI_COMPONENT_NAME_PROTOCOL *This,
225 This->SupportedLanguages,
228 (BOOLEAN)((This == &gConSplitterConInComponentName) ||
229 (This == &gConSplitterSimplePointerComponentName) ||
230 (This == &gConSplitterAbsolutePointerComponentName) ||
231 (This == &gConSplitterConOutComponentName) ||
232 (This == &gConSplitterStdErrComponentName))
305 This function retrieves the user readable name of the controller specified by
307 driver specified by This has a user readable name in the language specified by
309 and EFI_SUCCESS is returned. If the driver specified by This is not currently
311 then EFI_UNSUPPORTED is returned. If the driver specified by This does not
314 @param This[in] A pointer to the EFI_COMPONENT_NAME2_PROTOCOL or
318 specified by This is managing. This handle
323 the name of. This is an optional parameter that
332 array indicating the language. This is the
341 This Unicode string is the name of the
345 specified by This.
349 driver specified by This was returned in
361 @retval EFI_UNSUPPORTED The driver specified by This is not currently
365 @retval EFI_UNSUPPORTED The driver specified by This does not support
372 IN EFI_COMPONENT_NAME_PROTOCOL *This,
394 This->SupportedLanguages,
397 (BOOLEAN)(This == &gConSplitterConInComponentName)
405 This function retrieves the user readable name of the controller specified by
407 driver specified by This has a user readable name in the language specified by
409 and EFI_SUCCESS is returned. If the driver specified by This is not currently
411 then EFI_UNSUPPORTED is returned. If the driver specified by This does not
414 @param This[in] A pointer to the EFI_COMPONENT_NAME2_PROTOCOL or
418 specified by This is managing. This handle
423 the name of. This is an optional parameter that
432 array indicating the language. This is the
441 This Unicode string is the name of the
445 specified by This.
449 driver specified by This was returned in
461 @retval EFI_UNSUPPORTED The driver specified by This is not currently
465 @retval EFI_UNSUPPORTED The driver specified by This does not support
472 IN EFI_COMPONENT_NAME_PROTOCOL *This,
494 This->SupportedLanguages,
497 (BOOLEAN)(This == &gConSplitterSimplePointerComponentName)
506 @param This A pointer to the EFI_COMPONENT_NAME_PROTOCOL
509 specified by This is managing. This handle
513 name of. This is an optional parameter that may
519 @param Language A pointer to RFC4646 language identifier. This is
525 @param ControllerName A pointer to the Unicode string to return. This
529 of view of the driver specified by This.
533 specified by This was returned in DriverName.
539 @retval EFI_UNSUPPORTED The driver specified by This is not currently
542 @retval EFI_UNSUPPORTED The driver specified by This does not support the
549 IN EFI_COMPONENT_NAME_PROTOCOL *This,
571 This->SupportedLanguages,
574 (BOOLEAN)(This == &gConSplitterAbsolutePointerComponentName)
582 This function retrieves the user readable name of the controller specified by
584 driver specified by This has a user readable name in the language specified by
586 and EFI_SUCCESS is returned. If the driver specified by This is not currently
588 then EFI_UNSUPPORTED is returned. If the driver specified by This does not
591 @param This[in] A pointer to the EFI_COMPONENT_NAME2_PROTOCOL or
595 specified by This is managing. This handle
600 the name of. This is an optional parameter that
609 array indicating the language. This is the
618 This Unicode string is the name of the
622 specified by This.
626 driver specified by This was returned in
638 @retval EFI_UNSUPPORTED The driver specified by This is not currently
642 @retval EFI_UNSUPPORTED The driver specified by This does not support
649 IN EFI_COMPONENT_NAME_PROTOCOL *This,
671 This->SupportedLanguages,
674 (BOOLEAN)(This == &gConSplitterConOutComponentName)
682 This function retrieves the user readable name of the controller specified by
684 driver specified by This has a user readable name in the language specified by
686 and EFI_SUCCESS is returned. If the driver specified by This is not currently
688 then EFI_UNSUPPORTED is returned. If the driver specified by This does not
691 @param This[in] A pointer to the EFI_COMPONENT_NAME2_PROTOCOL or
695 specified by This is managing. This handle
700 the name of. This is an optional parameter that
709 array indicating the language. This is the
718 This Unicode string is the name of the
722 specified by This.
726 driver specified by This was returned in
738 @retval EFI_UNSUPPORTED The driver specified by This is not currently
742 @retval EFI_UNSUPPORTED The driver specified by This does not support
749 IN EFI_COMPONENT_NAME_PROTOCOL *This,
771 This->SupportedLanguages,
774 (BOOLEAN)(This == &gConSplitterStdErrComponentName)