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;
28 This code is based on:
31 All rights reserved. This program and the accompanying materials
75 This function retrieves the user readable name of a driver in the form of a
76 Unicode string. If the driver specified by This has a user readable name in
79 by This does not support the language specified by Language,
82 @param This[in] A pointer to the EFI_COMPONENT_NAME2_PROTOCOL or
86 array indicating the language. This is the
95 This Unicode string is the name of the
96 driver specified by This in the language
100 This and the language specified by Language was
107 @retval EFI_UNSUPPORTED The driver specified by This does not support
114 IN EFI_COMPONENT_NAME_PROTOCOL *This,
121 This->SupportedLanguages,
124 (BOOLEAN)(This == &gVBoxVgaComponentName)
132 This function retrieves the user readable name of the controller specified by
134 driver specified by This has a user readable name in the language specified by
136 and EFI_SUCCESS is returned. If the driver specified by This is not currently
138 then EFI_UNSUPPORTED is returned. If the driver specified by This does not
141 @param This[in] A pointer to the EFI_COMPONENT_NAME2_PROTOCOL or
145 specified by This is managing. This handle
150 the name of. This is an optional parameter that
159 array indicating the language. This is the
168 This Unicode string is the name of the
172 specified by This.
176 driver specified by This was returned in
188 @retval EFI_UNSUPPORTED The driver specified by This is not currently
192 @retval EFI_UNSUPPORTED The driver specified by This does not support
199 IN EFI_COMPONENT_NAME_PROTOCOL *This,
209 // This is a device driver, so ChildHandle must be NULL.
232 This->SupportedLanguages,
235 (BOOLEAN)(This == &gVBoxVgaComponentName)