Lines Matching defs:This

5 This program and the accompanying materials                          
50 This function retrieves the user readable name of a driver in the form of a
51 Unicode string. If the driver specified by This has a user readable name in
54 by This does not support the language specified by Language,
57 @param This A pointer to the EFI_COMPONENT_NAME2_PROTOCOL or
60 array indicating the language. This is the
68 This Unicode string is the name of the
69 driver specified by This in the language
73 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 == &gVgaClassComponentName)
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 This A pointer to the EFI_COMPONENT_NAME2_PROTOCOL or
114 specified by This is managing. This handle
118 the name of. This is an optional parameter that
126 array indicating the language. This is the
134 This Unicode string is the name of the
138 specified by This.
142 driver specified by This was returned in
149 @retval EFI_UNSUPPORTED The driver specified by This is not currently
152 @retval EFI_UNSUPPORTED The driver specified by This does not support
159 IN EFI_COMPONENT_NAME_PROTOCOL *This,