Home | History | Annotate | Download | only in WinNtBlockIoDxe

Lines Matching refs:ActionRequired

37   OUT EFI_DRIVER_CONFIGURATION_ACTION_REQUIRED               *ActionRequired

55 OUT EFI_DRIVER_CONFIGURATION_ACTION_REQUIRED *ActionRequired
75 OUT EFI_DRIVER_CONFIGURATION_ACTION_REQUIRED *ActionRequired
97 ActionRequired - A pointer to the action that the calling agent is required
109 EFI_INVALID_PARAMETER - ActionRequired is NULL.
143 if (ActionRequired == NULL || ControllerHandle == NULL) {
180 *ActionRequired = EfiDriverConfigurationActionNone;
275 OUT EFI_DRIVER_CONFIGURATION_ACTION_REQUIRED *ActionRequired
287 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.
293 EFI_INVALID_PARAMETER - ActionRequired is NULL.
308 if (ActionRequired == NULL || ControllerHandle == NULL) {
341 *ActionRequired = EfiDriverConfigurationActionNone;