Home | History | Annotate | Download | only in EmuBlockIoDxe

Lines Matching refs:ActionRequired

32   OUT EFI_DRIVER_CONFIGURATION_ACTION_REQUIRED               *ActionRequired

50 OUT EFI_DRIVER_CONFIGURATION_ACTION_REQUIRED *ActionRequired
83 ActionRequired - A pointer to the action that the calling agent is required
95 EFI_INVALID_PARAMETER - ActionRequired is NULL.
116 OUT EFI_DRIVER_CONFIGURATION_ACTION_REQUIRED *ActionRequired
138 if (ActionRequired == NULL || ControllerHandle == NULL) {
175 *ActionRequired = EfiDriverConfigurationActionNone;
273 ActionRequired - A pointer to the action that the calling agent is required to perform when this function returns. See "Related Definitions" in Section 9.1for a list of the actions that the calling agent is required to perform prior to accessing ControllerHandle again.
279 EFI_INVALID_PARAMETER - ActionRequired is NULL.
293 OUT EFI_DRIVER_CONFIGURATION_ACTION_REQUIRED *ActionRequired
303 if (ActionRequired == NULL || ControllerHandle == NULL) {
336 *ActionRequired = EfiDriverConfigurationActionNone;