Lines Matching refs:This

5 This program and the accompanying materials
49 This function retrieves the user readable name of a driver in the form of a
50 Unicode string. If the driver specified by This has a user readable name in
53 by This does not support the language specified by Language,
56 @param[in] This A pointer to the EFI_COMPONENT_NAME2_PROTOCOL or
60 array indicating the language. This is the
69 This Unicode string is the name of the
70 driver specified by This in the language
74 This and the language specified by Language was
81 @retval EFI_UNSUPPORTED The driver specified by This does not support
88 IN EFI_COMPONENT_NAME_PROTOCOL *This,
95 This->SupportedLanguages,
98 (BOOLEAN) (This == &gIScsiComponentName)
106 This function retrieves the user readable name of the controller specified by
108 driver specified by This has a user readable name in the language specified by
110 and EFI_SUCCESS is returned. If the driver specified by This is not currently
112 then EFI_UNSUPPORTED is returned. If the driver specified by This does not
115 @param[in] This A pointer to the EFI_COMPONENT_NAME2_PROTOCOL or
119 specified by This is managing. This handle
124 the name of. This is an optional parameter that
133 array indicating the language. This is the
142 This Unicode string is the name of the
146 specified by This.
150 driver specified by This was returned in
162 @retval EFI_UNSUPPORTED The driver specified by This is not currently
166 @retval EFI_UNSUPPORTED The driver specified by This does not support
173 IN EFI_COMPONENT_NAME_PROTOCOL *This,