Lines Matching refs:This

5   This program and the accompanying materials                          
55 This function retrieves the user readable name of a driver in the form of a
56 Unicode string. If the driver specified by This has a user readable name in
59 by This does not support the language specified by Language,
62 @param This[in] A pointer to the EFI_COMPONENT_NAME2_PROTOCOL or
66 array indicating the language. This is the
75 This Unicode string is the name of the
76 driver specified by This in the language
80 This and the language specified by Language was
87 @retval EFI_UNSUPPORTED The driver specified by This does not support
94 IN EFI_COMPONENT_NAME_PROTOCOL *This,
101 This->SupportedLanguages,
104 (BOOLEAN)(This == &gAtaBusComponentName)
113 This function retrieves the user readable name of the controller specified by
115 driver specified by This has a user readable name in the language specified by
117 and EFI_SUCCESS is returned. If the driver specified by This is not currently
119 then EFI_UNSUPPORTED is returned. If the driver specified by This does not
122 @param This[in] A pointer to the EFI_COMPONENT_NAME2_PROTOCOL or
126 specified by This is managing. This handle
131 the name of. This is an optional parameter that
140 array indicating the language. This is the
149 This Unicode string is the name of the
153 specified by This.
157 driver specified by This was returned in
169 @retval EFI_UNSUPPORTED The driver specified by This is not currently
173 @retval EFI_UNSUPPORTED The driver specified by This does not support
180 IN EFI_COMPONENT_NAME_PROTOCOL *This,
233 This->SupportedLanguages,
236 (BOOLEAN)(This == &gAtaBusComponentName)