Lines Matching refs:This

9  * This file is part of VirtualBox Open Source Edition (OSE), as
10 * available from http://www.virtualbox.org. This file is free software;
31 This program and the accompanying materials
81 This function retrieves the user readable name of a driver in the form of a
82 Unicode string. If the driver specified by This has a user readable name in
85 by This does not support the language specified by Language,
88 @param This[in] A pointer to the EFI_COMPONENT_NAME2_PROTOCOL or
92 array indicating the language. This is the
101 This Unicode string is the name of the
102 driver specified by This in the language
106 This and the language specified by Language was
113 @retval EFI_UNSUPPORTED The driver specified by This does not support
120 IN EFI_COMPONENT_NAME_PROTOCOL *This,
127 This->SupportedLanguages,
130 (BOOLEAN)(This == &gPartitionComponentName)
139 This function retrieves the user readable name of the controller specified by
141 driver specified by This has a user readable name in the language specified by
143 and EFI_SUCCESS is returned. If the driver specified by This is not currently
145 then EFI_UNSUPPORTED is returned. If the driver specified by This does not
148 @param This[in] A pointer to the EFI_COMPONENT_NAME2_PROTOCOL or
152 specified by This is managing. This handle
157 the name of. This is an optional parameter that
166 array indicating the language. This is the
175 This Unicode string is the name of the
179 specified by This.
183 driver specified by This was returned in
195 @retval EFI_UNSUPPORTED The driver specified by This is not currently
199 @retval EFI_UNSUPPORTED The driver specified by This does not support
206 IN EFI_COMPONENT_NAME_PROTOCOL *This,