Lines Matching refs:This

5 This program and the accompanying materials
55 This function retrieves the user readable name of a driver in the form of a
56 Unicode string. If the driver specified by This has a user readable name in
59 by This does not support the language specified by Language,
62 @param This[in] A pointer to the EFI_COMPONENT_NAME2_PROTOCOL or
66 array indicating the language. This is the
75 This Unicode string is the name of the
76 driver specified by This in the language
80 This and the language specified by Language was
87 @retval EFI_UNSUPPORTED The driver specified by This does not support
94 IN EFI_COMPONENT_NAME_PROTOCOL *This,
101 This->SupportedLanguages,
104 (BOOLEAN)(This == &gDiskIoComponentName)
114 This function retrieves the user readable name of the controller specified by
116 driver specified by This has a user readable name in the language specified by
118 and EFI_SUCCESS is returned. If the driver specified by This is not currently
120 then EFI_UNSUPPORTED is returned. If the driver specified by This does not
123 @param This[in] A pointer to the EFI_COMPONENT_NAME2_PROTOCOL or
127 specified by This is managing. This handle
132 the name of. This is an optional parameter that
141 array indicating the language. This is the
150 This Unicode string is the name of the
154 specified by This.
158 driver specified by This was returned in
170 @retval EFI_UNSUPPORTED The driver specified by This is not currently
174 @retval EFI_UNSUPPORTED The driver specified by This does not support
181 IN EFI_COMPONENT_NAME_PROTOCOL *This,