Lines Matching defs:This

5 This program and the accompanying materials
45 This function retrieves the user readable name of a driver in the form of a
46 Unicode string. If the driver specified by This has a user readable name in
49 by This does not support the language specified by Language,
52 @param This A pointer to the EFI_COMPONENT_NAME2_PROTOCOL or
55 array indicating the language. This is the
63 This Unicode string is the name of the
64 driver specified by This in the language
68 This and the language specified by Language was
72 @retval EFI_UNSUPPORTED The driver specified by This does not support
79 IN EFI_COMPONENT_NAME_PROTOCOL *This,
86 This->SupportedLanguages,
89 (BOOLEAN)(This == &gUsbMassStorageComponentName)
97 This function retrieves the user readable name of the controller specified by
99 driver specified by This has a user readable name in the language specified by
101 and EFI_SUCCESS is returned. If the driver specified by This is not currently
103 then EFI_UNSUPPORTED is returned. If the driver specified by This does not
106 @param This A pointer to the EFI_COMPONENT_NAME2_PROTOCOL or
109 specified by This is managing. This handle
113 the name of. This is an optional parameter that
121 array indicating the language. This is the
129 This Unicode string is the name of the
133 specified by This.
137 driver specified by This was returned in
144 @retval EFI_UNSUPPORTED The driver specified by This is not currently
147 @retval EFI_UNSUPPORTED The driver specified by This does not support
154 IN EFI_COMPONENT_NAME_PROTOCOL *This,