Lines Matching refs:This

5 This program and the accompanying materials
48 This function retrieves the user readable name of a driver in the form of a
49 Unicode string. If the driver specified by This has a user readable name in
52 by This does not support the language specified by Language,
55 @param This[in] A pointer to the EFI_COMPONENT_NAME2_PROTOCOL or
58 array indicating the language. This is the
66 This Unicode string is the name of the
67 driver specified by This in the language
71 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 == &gIp4ConfigComponentName)
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
112 specified by This is managing. This handle
116 the name of. This is an optional parameter that
124 array indicating the language. This is the
132 This Unicode string is the name of the
136 specified by This.
140 driver specified by This was returned in
147 @retval EFI_UNSUPPORTED The driver specified by This is not currently
150 @retval EFI_UNSUPPORTED The driver specified by This does not support
157 IN EFI_COMPONENT_NAME_PROTOCOL *This,