Lines Matching defs:This

5 This program and the accompanying materials
51 This function retrieves the user readable name of a driver in the form of a
52 Unicode string. If the driver specified by This has a user readable name in
55 by This does not support the language specified by Language,
58 @param This A pointer to the EFI_COMPONENT_NAME2_PROTOCOL or
61 array indicating the language. This is the
69 This Unicode string is the name of the
70 driver specified by This in the language
74 This and the language specified by Language was
78 @retval EFI_UNSUPPORTED The driver specified by This does not support
85 IN EFI_COMPONENT_NAME_PROTOCOL *This,
92 This->SupportedLanguages,
95 (BOOLEAN)(This == &gPciVgaMiniPortComponentName)
103 This function retrieves the user readable name of the controller specified by
105 driver specified by This has a user readable name in the language specified by
107 and EFI_SUCCESS is returned. If the driver specified by This is not currently
109 then EFI_UNSUPPORTED is returned. If the driver specified by This does not
112 @param This A pointer to the EFI_COMPONENT_NAME2_PROTOCOL or
115 specified by This is managing. This handle
119 the name of. This is an optional parameter that
127 array indicating the language. This is the
135 This Unicode string is the name of the
139 specified by This.
143 driver specified by This was returned in
150 @retval EFI_UNSUPPORTED The driver specified by This is not currently
153 @retval EFI_UNSUPPORTED The driver specified by This does not support
160 IN EFI_COMPONENT_NAME_PROTOCOL *This,