Lines Matching refs:This

3   This program and the accompanying materials                          
43 This function retrieves the user readable name of a driver in the form of a
44 Unicode string. If the driver specified by This has a user readable name in
47 by This does not support the language specified by Language,
50 @param This[in] A pointer to the EFI_COMPONENT_NAME2_PROTOCOL or
54 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
75 @retval EFI_UNSUPPORTED The driver specified by This does not support
82 IN EFI_COMPONENT_NAME_PROTOCOL *This,
89 This->SupportedLanguages,
92 (BOOLEAN)(This == &gAtapiScsiPassThruComponentName)
100 This function retrieves the user readable name of the controller specified by
102 driver specified by This has a user readable name in the language specified by
104 and EFI_SUCCESS is returned. If the driver specified by This is not currently
106 then EFI_UNSUPPORTED is returned. If the driver specified by This does not
109 @param This[in] A pointer to the EFI_COMPONENT_NAME2_PROTOCOL or
113 specified by This is managing. This handle
118 the name of. This is an optional parameter that
127 array indicating the language. This is the
136 This Unicode string is the name of the
140 specified by This.
144 driver specified by This was returned in
156 @retval EFI_UNSUPPORTED The driver specified by This is not currently
160 @retval EFI_UNSUPPORTED The driver specified by This does not support
167 IN EFI_COMPONENT_NAME_PROTOCOL *This,