Lines Matching refs:This

5 This program and the accompanying materials
45 This function retrieves the user readable name of a driver in the form of a
46 Unicode string. If the driver specified by This has a user readable name in
49 by This does not support the language specified by Language,
52 @param[in] This A pointer to the EFI_COMPONENT_NAME2_PROTOCOL or
56 array indicating the language. This is the
65 This Unicode string is the name of the
66 driver specified by This in the language
70 This and the language specified by Language was
77 @retval EFI_UNSUPPORTED The driver specified by This does not support
84 IN EFI_COMPONENT_NAME_PROTOCOL *This,
91 This->SupportedLanguages,
94 (BOOLEAN)(This == &gArpComponentName)
102 This function retrieves the user readable name of the controller specified by
104 driver specified by This has a user readable name in the language specified by
106 and EFI_SUCCESS is returned. If the driver specified by This is not currently
108 then EFI_UNSUPPORTED is returned. If the driver specified by This does not
111 @param[in] This A pointer to the EFI_COMPONENT_NAME2_PROTOCOL or
115 specified by This is managing. This handle
120 the name of. This is an optional parameter that
129 array indicating the language. This is the
138 This Unicode string is the name of the
142 specified by This.
146 driver specified by This was returned in
158 @retval EFI_UNSUPPORTED The driver specified by This is not currently
162 @retval EFI_UNSUPPORTED The driver specified by This does not support
169 IN EFI_COMPONENT_NAME_PROTOCOL *This,