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[in] A pointer to the EFI_COMPONENT_NAME2_PROTOCOL or
61 array indicating the language. This is the
70 This Unicode string is the name of the
71 driver specified by This in the language
75 This and the language specified by Language was
82 @retval EFI_UNSUPPORTED The driver specified by This does not support
89 IN EFI_COMPONENT_NAME_PROTOCOL *This,
96 This->SupportedLanguages,
99 (BOOLEAN)(This == &gGraphicsConsoleComponentName)
107 This function retrieves the user readable name of the controller specified by
109 driver specified by This has a user readable name in the language specified by
111 and EFI_SUCCESS is returned. If the driver specified by This is not currently
113 then EFI_UNSUPPORTED is returned. If the driver specified by This does not
116 @param This[in] A pointer to the EFI_COMPONENT_NAME2_PROTOCOL or
120 specified by This is managing. This handle
125 the name of. This is an optional parameter that
134 array indicating the language. This is the
143 This Unicode string is the name of the
147 specified by This.
151 driver specified by This was returned in
163 @retval EFI_UNSUPPORTED The driver specified by This is not currently
167 @retval EFI_UNSUPPORTED The driver specified by This does not support
174 IN EFI_COMPONENT_NAME_PROTOCOL *This,