Lines Matching defs:This

5 This program and the accompanying materials
44 This function retrieves the user readable name of a driver in the form of a
45 Unicode string. If the driver specified by This has a user readable name in
48 by This does not support the language specified by Language,
51 @param This[in] A pointer to the EFI_COMPONENT_NAME2_PROTOCOL or
55 array indicating the language. This is the
64 This Unicode string is the name of the
65 driver specified by This in the language
69 This and the language specified by Language was
76 @retval EFI_UNSUPPORTED The driver specified by This does not support
83 IN EFI_COMPONENT_NAME_PROTOCOL *This,
90 This->SupportedLanguages,
93 (BOOLEAN)(This == &gPciBusComponentName)
101 This function retrieves the user readable name of the controller specified by
103 driver specified by This has a user readable name in the language specified by
105 and EFI_SUCCESS is returned. If the driver specified by This is not currently
107 then EFI_UNSUPPORTED is returned. If the driver specified by This does not
110 @param This[in] A pointer to the EFI_COMPONENT_NAME2_PROTOCOL or
114 specified by This is managing. This handle
119 the name of. This is an optional parameter that
128 array indicating the language. This is the
137 This Unicode string is the name of the
141 specified by This.
145 driver specified by This was returned in
157 @retval EFI_UNSUPPORTED The driver specified by This is not currently
161 @retval EFI_UNSUPPORTED The driver specified by This does not support
168 IN EFI_COMPONENT_NAME_PROTOCOL *This,