Lines Matching refs:This

5 This program and the accompanying materials
54 This function retrieves the user readable name of a driver in the form of a
55 Unicode string. If the driver specified by This has a user readable name in
58 by This does not support the language specified by Language,
61 @param This[in] A pointer to the EFI_COMPONENT_NAME2_PROTOCOL or
64 array indicating the language. This is the
72 This Unicode string is the name of the
73 driver specified by This in the language
77 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 == &gVlanConfigComponentName)
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 This[in] A pointer to the EFI_COMPONENT_NAME2_PROTOCOL or
118 specified by This is managing. This handle
122 the name of. This is an optional parameter that
130 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
153 @retval EFI_UNSUPPORTED The driver specified by This is not currently
156 @retval EFI_UNSUPPORTED The driver specified by This does not support
163 IN EFI_COMPONENT_NAME_PROTOCOL *This,