Home | History | Annotate | Download | only in AtapiPassThruDxe

Lines Matching full:specified

44   Unicode string. If the driver specified by This has a user readable name in

45 the language specified by Language, then a pointer to the driver name is
46 returned in DriverName, and EFI_SUCCESS is returned. If the driver specified
47 by This does not support the language specified by Language,
57 languages specified in SupportedLanguages. The
59 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
75 @retval EFI_UNSUPPORTED The driver specified by This does not support
76 the language specified by Language.
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
105 managing the controller specified by ControllerHandle and ChildHandle,
106 then EFI_UNSUPPORTED is returned. If the driver specified by This does not
107 support the language specified by Language, then EFI_UNSUPPORTED is returned.
113 specified by This is managing. This handle
130 languages specified in SupportedLanguages. The
132 to the driver writer. Language is specified in
137 controller specified by ControllerHandle and
138 ChildHandle in the language specified by
140 specified by This.
143 the language specified by Language for the
144 driver specified by This was returned in
156 @retval EFI_UNSUPPORTED The driver specified by This is not currently
157 managing the controller specified by
160 @retval EFI_UNSUPPORTED The driver specified by This does not support
161 the language specified by Language.