Lines Matching refs:This

5   This program and the accompanying materials                          
59 This function retrieves the user readable name of a driver in the form of a
60 Unicode string. If the driver specified by This has a user readable name in
63 by This does not support the language specified by Language,
66 @param This[in] A pointer to the EFI_COMPONENT_NAME2_PROTOCOL or
70 array indicating the language. This is the
79 This Unicode string is the name of the
80 driver specified by This in the language
84 This and the language specified by Language was
91 @retval EFI_UNSUPPORTED The driver specified by This does not support
98 IN EFI_COMPONENT_NAME_PROTOCOL *This,
105 This->SupportedLanguages,
108 (BOOLEAN)(This == &gAtaAtapiPassThruComponentName)
117 This function retrieves the user readable name of the controller specified by
119 driver specified by This has a user readable name in the language specified by
121 and EFI_SUCCESS is returned. If the driver specified by This is not currently
123 then EFI_UNSUPPORTED is returned. If the driver specified by This does not
126 @param This[in] A pointer to the EFI_COMPONENT_NAME2_PROTOCOL or
130 specified by This is managing. This handle
135 the name of. This is an optional parameter that
144 array indicating the language. This is the
153 This Unicode string is the name of the
157 specified by This.
161 driver specified by This was returned in
173 @retval EFI_UNSUPPORTED The driver specified by This is not currently
177 @retval EFI_UNSUPPORTED The driver specified by This does not support
184 IN EFI_COMPONENT_NAME_PROTOCOL *This,
201 // This is a device driver, so ChildHandle must be NULL.
246 This->SupportedLanguages,
249 (BOOLEAN)(This == &gAtaAtapiPassThruComponentName)