Lines Matching refs:This

5 This program and the accompanying materials
50 This function retrieves the user readable name of a driver in the form of a
51 Unicode string. If the driver specified by This has a user readable name in
54 by This does not support the language specified by Language,
57 @param[in] This A pointer to the EFI_COMPONENT_NAME2_PROTOCOL or
60 array indicating the language. This is the
68 This Unicode string is the name of the
69 driver specified by This in the language
72 This and the language specified by Language was
77 @retval EFI_UNSUPPORTED The driver specified by This does not support
83 IN EFI_COMPONENT_NAME_PROTOCOL *This,
90 This->SupportedLanguages,
93 (BOOLEAN)(This == &gIsaFloppyComponentName)
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[in] This A pointer to the EFI_COMPONENT_NAME2_PROTOCOL or
113 specified by This is managing. This handle
117 the name of. This is an optional parameter that
125 array indicating the language. This is the
133 This Unicode string is the name of the
137 specified by This.
141 driver specified by This was returned in
148 @retval EFI_UNSUPPORTED The driver specified by This is not currently
151 @retval EFI_UNSUPPORTED The driver specified by This does not support
157 IN EFI_COMPONENT_NAME_PROTOCOL *This,
172 // This is a device driver, so ChildHandle must be NULL.
209 This->SupportedLanguages,
212 (BOOLEAN)(This == &gIsaFloppyComponentName)