Home | History | Annotate | Download | only in EmuBlockIoDxe

Lines Matching full:specified

81                        specified in SupportedLanguages.  The number of languages

90 EFI_SUCCESS - The driver specified by This successfully set the
91 configuration options for the controller specified
96 EFI_UNSUPPORTED - The driver specified by This does not support setting
97 configuration options for the controller specified by
99 EFI_UNSUPPORTED - The driver specified by This does not support the
100 language specified by Language.
102 configuration options for the controller specified
105 configuration options for the controller specified
197 EFI_SUCCESS - The controller specified by ControllerHandle and
199 specified by This has a valid set of configuration
203 EFI_UNSUPPORTED - The driver specified by This is not currently
204 managing the controller specified by ControllerHandle
206 EFI_DEVICE_ERROR - The controller specified by ControllerHandle and
208 specified by This has an invalid set of configuration
272 DefaultType - The type of default configuration options to force on the controller specified by ControllerHandle and ChildHandle. See Table 9-1 for legal values. A DefaultType of 0x00000000 must be supported by this protocol.
276 EFI_SUCCESS - The driver specified by This successfully forced the default configuration options on the controller specified by ControllerHandle and ChildHandle.
280 EFI_UNSUPPORTED - The driver specified by This does not support forcing the default configuration options on the controller specified by ControllerHandle and ChildHandle.
281 EFI_UNSUPPORTED - The driver specified by This does not support the configuration type specified by DefaultType.
282 EFI_DEVICE_ERROR - A device error occurred while attempt to force the default configuration options on the controller specified by ControllerHandle and ChildHandle.
283 EFI_OUT_RESOURCES - There are not enough resources available to force the default configuration options on the controller specified by ControllerHandle and ChildHandle.