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[in] A pointer to the EFI_COMPONENT_NAME2_PROTOCOL or
62 array indicating the language. This is the
71 This Unicode string is the name of the
72 driver specified by This in the language
76 This and the language specified by Language was
83 @retval EFI_UNSUPPORTED The driver specified by This does not support
90 IN EFI_COMPONENT_NAME_PROTOCOL *This,
97 This->SupportedLanguages,
100 (BOOLEAN)(This == &gBiosKeyboardComponentName)
108 This function retrieves the user readable name of the controller specified by
110 driver specified by This has a user readable name in the language specified by
112 and EFI_SUCCESS is returned. If the driver specified by This is not currently
114 then EFI_UNSUPPORTED is returned. If the driver specified by This does not
117 @param This[in] A pointer to the EFI_COMPONENT_NAME2_PROTOCOL or
121 specified by This is managing. This handle
126 the name of. This is an optional parameter that
135 array indicating the language. This is the
144 This Unicode string is the name of the
148 specified by This.
152 driver specified by This was returned in
164 @retval EFI_UNSUPPORTED The driver specified by This is not currently
168 @retval EFI_UNSUPPORTED The driver specified by This does not support
175 IN EFI_COMPONENT_NAME_PROTOCOL *This,