Lines Matching full:specified
46 Unicode string. If the driver specified by This has a user readable name in
47 the language specified by Language, then a pointer to the driver name is
48 returned in DriverName, and EFI_SUCCESS is returned. If the driver specified
49 by This does not support the language specified by Language,
58 languages specified in SupportedLanguages. The
60 to the driver writer. Language is specified
64 driver specified by This in the language
65 specified by Language.
67 @retval EFI_SUCCESS The Unicode string for the Driver specified by
68 This and the language specified by Language was
72 @retval EFI_UNSUPPORTED The driver specified by This does not support
73 the language specified by Language.
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
102 managing the controller specified by ControllerHandle and ChildHandle,
103 then EFI_UNSUPPORTED is returned. If the driver specified by This does not
104 support the language specified by Language, then EFI_UNSUPPORTED is returned.
109 specified by This is managing. This handle
124 languages specified in SupportedLanguages. The
126 to the driver writer. Language is specified in
130 controller specified by ControllerHandle and
131 ChildHandle in the language specified by
133 specified by This.
136 the language specified by Language for the
137 driver specified by This was returned in
144 @retval EFI_UNSUPPORTED The driver specified by This is not currently
145 managing the controller specified by
147 @retval EFI_UNSUPPORTED The driver specified by This does not support
148 the language specified by Language.