Lines Matching refs:This

3   This program and the accompanying materials                          
47 This function retrieves the user readable name of a driver in the form of a
48 Unicode string. If the driver specified by This has a user readable name in
51 by This does not support the language specified by Language,
54 @param This[in] A pointer to the EFI_COMPONENT_NAME2_PROTOCOL or
58 array indicating the language. This is the
67 This Unicode string is the name of the
68 driver specified by This in the language
72 This and the language specified by Language was
79 @retval EFI_UNSUPPORTED The driver specified by This does not support
86 IN EFI_COMPONENT_NAME_PROTOCOL *This,
93 This->SupportedLanguages,
96 (BOOLEAN)(This == &gCirrusLogic5430ComponentName)
104 This function retrieves the user readable name of the controller specified by
106 driver specified by This has a user readable name in the language specified by
108 and EFI_SUCCESS is returned. If the driver specified by This is not currently
110 then EFI_UNSUPPORTED is returned. If the driver specified by This does not
113 @param This[in] A pointer to the EFI_COMPONENT_NAME2_PROTOCOL or
117 specified by This is managing. This handle
122 the name of. This is an optional parameter that
131 array indicating the language. This is the
140 This Unicode string is the name of the
144 specified by This.
148 driver specified by This was returned in
160 @retval EFI_UNSUPPORTED The driver specified by This is not currently
164 @retval EFI_UNSUPPORTED The driver specified by This does not support
171 IN EFI_COMPONENT_NAME_PROTOCOL *This,
181 // This is a device driver, so ChildHandle must be NULL.
204 This->SupportedLanguages,
207 (BOOLEAN)(This == &gCirrusLogic5430ComponentName)