Lines Matching refs:This

5 This program and the accompanying materials
50 This function retrieves the user readable name of a driver in the form of a
51 Unicode string. If the driver specified by This has a user readable name in
54 by This does not support the language specified by Language,
57 @param[in] This A pointer to the EFI_COMPONENT_NAME2_PROTOCOL or
61 array indicating the language. This is the
70 This Unicode string is the name of the
71 driver specified by This in the language
75 This and the language specified by Language was
82 @retval EFI_UNSUPPORTED The driver specified by This does not support
89 IN EFI_COMPONENT_NAME_PROTOCOL *This,
96 This->SupportedLanguages,
99 (BOOLEAN) (This == &gMnpComponentName)
107 This function retrieves the user readable name of the controller specified by
109 driver specified by This has a user readable name in the language specified by
111 and EFI_SUCCESS is returned. If the driver specified by This is not currently
113 then EFI_UNSUPPORTED is returned. If the driver specified by This does not
117 @param[in] This A pointer to the EFI_COMPONENT_NAME2_PROTOCOL or
121 specified by This is managing. This handle
126 the name of. This is an optional parameter that
135 array indicating the language. This is the
144 This Unicode string is the name of the
148 specified by This.
151 specified by This, ControllerHandle, ChildHandle,
163 @retval EFI_UNSUPPORTED The driver specified by This is not currently
167 @retval EFI_UNSUPPORTED The driver specified by This does not support
174 IN EFI_COMPONENT_NAME_PROTOCOL *This,