HomeSort by relevance Sort by last modified time
    Searched refs:ActionRequired (Results 1 - 9 of 9) sorted by null

  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/
DriverConfiguration.c 99 @param ActionRequired A pointer to the action that the calling agent is required
107 @retval EFI_INVALID_PARAMETER ActionRequired is NULL.
123 OUT EFI_DRIVER_CONFIGURATION_ACTION_REQUIRED *ActionRequired
136 *ActionRequired = EfiDriverConfigurationActionNone;
173 *ActionRequired = EfiDriverConfigurationActionRestartController;
175 *ActionRequired = EfiDriverConfigurationActionNone;
247 @param ActionRequired A pointer to the action that the calling agent is required to perform
255 @retval EFI_INVALID_PARAMETER ActionRequired is NULL.
273 OUT EFI_DRIVER_CONFIGURATION_ACTION_REQUIRED *ActionRequired
290 *ActionRequired = EfiDriverConfigurationActionRestartController;
    [all...]
IdeBus.h 200 @param ActionRequired A pointer to the action that the calling agent is required
208 @retval EFI_INVALID_PARAMETER ActionRequired is NULL.
224 OUT EFI_DRIVER_CONFIGURATION_ACTION_REQUIRED *ActionRequired
271 @param ActionRequired A pointer to the action that the calling agent is required to perform
279 @retval EFI_INVALID_PARAMETER ActionRequired is NULL.
297 OUT EFI_DRIVER_CONFIGURATION_ACTION_REQUIRED *ActionRequired
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/DriverConfiguration2/
DriverConfiguration2.h 46 OUT EFI_DRIVER_CONFIGURATION_ACTION_REQUIRED * ActionRequired
69 ActionRequired - A pointer to the action that the calling agent is required
81 EFI_INVALID_PARAMETER - ActionRequired is NULL.
143 OUT EFI_DRIVER_CONFIGURATION_ACTION_REQUIRED * ActionRequired
156 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.
162 EFI_INVALID_PARAMETER - ActionRequired is NULL.
  /device/linaro/bootloader/edk2/EmulatorPkg/EmuBlockIoDxe/
DriverConfiguration.c 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
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DriverConfiguration.h 47 @param ActionRequired A pointer to the action that the calling agent is required
58 @retval EFI_INVALID_PARAMETER ActionRequired is NULL.
79 OUT EFI_DRIVER_CONFIGURATION_ACTION_REQUIRED *ActionRequired
126 @param ActionRequired A pointer to the action that the calling agent is required to perform when this function returns. See "Related Definitions" in Section 9.1 for a list of the actions that the calling agent is required to perform prior to accessing ControllerHandle again.
131 @retval EFI_INVALID_PARAMETER ActionRequired is NULL.
145 OUT EFI_DRIVER_CONFIGURATION_ACTION_REQUIRED *ActionRequired
DriverConfiguration2.h 73 @param ActionRequired A pointer to the action that the calling agent is required
84 @retval EFI_INVALID_PARAMETER ActionRequired is NULL.
105 OUT EFI_DRIVER_CONFIGURATION_ACTION_REQUIRED *ActionRequired
152 @param ActionRequired A pointer to the action that the calling agent is required to perform when this function returns. See "Related Definitions" in Section 9.1 for a list of the actions that the calling agent is required to perform prior to accessing ControllerHandle again.
157 @retval EFI_INVALID_PARAMETER ActionRequired is NULL.
171 OUT EFI_DRIVER_CONFIGURATION_ACTION_REQUIRED *ActionRequired
  /device/linaro/bootloader/edk2/Nt32Pkg/WinNtBlockIoDxe/
DriverConfiguration.c 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.
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/DriverConfiguration/
DriverConfiguration.h 57 OUT EFI_DRIVER_CONFIGURATION_ACTION_REQUIRED * ActionRequired
80 ActionRequired - A pointer to the action that the calling agent is required
92 EFI_INVALID_PARAMETER - ActionRequired is NULL.
154 OUT EFI_DRIVER_CONFIGURATION_ACTION_REQUIRED * ActionRequired
167 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.
173 EFI_INVALID_PARAMETER - ActionRequired is NULL.
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDriver1CommandsLib/
DrvCfg.c 480 @param[in] ActionRequired The required HII action.
489 EFI_DRIVER_CONFIGURATION_ACTION_REQUIRED ActionRequired
494 switch (ActionRequired) {
578 EFI_DRIVER_CONFIGURATION_ACTION_REQUIRED ActionRequired;
710 &ActionRequired
736 ActionRequired
779 &ActionRequired
793 ActionRequired
836 &ActionRequired
863 ActionRequired
    [all...]

Completed in 343 milliseconds