OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
477
@param[in]
ActionRequired
The required HII action.
487
EFI_DRIVER_CONFIGURATION_ACTION_REQUIRED
ActionRequired
492
switch (
ActionRequired
) {
577
EFI_DRIVER_CONFIGURATION_ACTION_REQUIRED
ActionRequired
;
709
&
ActionRequired
735
ActionRequired
778
&
ActionRequired
792
ActionRequired
835
&
ActionRequired
862
ActionRequired
[
all
...]
Completed in 1071 milliseconds