Lines Matching refs:This

3   This file contains the delarations for componet name routines.
6 This program and the accompanying materials
23 This function retrieves the user readable name of a driver in the form of a
24 Unicode string. If the driver specified by This has a user readable name in
27 by This does not support the language specified by Language,
30 @param This[in] A pointer to the EFI_COMPONENT_NAME2_PROTOCOL or
34 array indicating the language. This is the
43 This Unicode string is the name of the
44 driver specified by This in the language
48 This and the language specified by Language was
55 @retval EFI_UNSUPPORTED The driver specified by This does not support
62 IN EFI_COMPONENT_NAME_PROTOCOL *This,
72 This function retrieves the user readable name of the controller specified by
74 driver specified by This has a user readable name in the language specified by
76 and EFI_SUCCESS is returned. If the driver specified by This is not currently
78 then EFI_UNSUPPORTED is returned. If the driver specified by This does not
81 @param This[in] A pointer to the EFI_COMPONENT_NAME2_PROTOCOL or
85 specified by This is managing. This handle
90 the name of. This is an optional parameter that
99 array indicating the language. This is the
108 This Unicode string is the name of the
112 specified by This.
116 driver specified by This was returned in
128 @retval EFI_UNSUPPORTED The driver specified by This is not currently
132 @retval EFI_UNSUPPORTED The driver specified by This does not support
139 IN EFI_COMPONENT_NAME_PROTOCOL *This,