Searched defs:ImageHandle (Results 51 - 75 of 347) sorted by relevance

1234567891011>>

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/DataHubStdErrDxe/
H A DDataHubStdErr.c101 @param ImageHandle Image handle of this driver.
110 IN EFI_HANDLE ImageHandle,
109 DataHubStdErrInitialize( IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable ) argument
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/LegacyRegionDxe/
H A DLegacyRegion.c138 @param[in] ImageHandle The firmware allocated handle for the EFI image.
148 IN EFI_HANDLE ImageHandle,
147 LegacyRegionInstall( IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable ) argument
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Library/FrameworkUefiLib/
H A DUefiDriverModel.c25 as the driver's ImageHandle, but it can be different if the driver produces multiple
30 @param ImageHandle The image handle of the driver.
44 IN CONST EFI_HANDLE ImageHandle,
65 // Update the ImageHandle and DriverBindingHandle fields of the Driver Binding Protocol
67 DriverBinding->ImageHandle = ImageHandle;
82 is typically the same as the driver's ImageHandle, but it can be different if the
87 @param ImageHandle The image handle of the driver.
103 IN CONST EFI_HANDLE ImageHandle,
196 // Update the ImageHandle an
43 EfiLibInstallDriverBinding( IN CONST EFI_HANDLE ImageHandle, IN CONST EFI_SYSTEM_TABLE *SystemTable, IN EFI_DRIVER_BINDING_PROTOCOL *DriverBinding, IN EFI_HANDLE DriverBindingHandle ) argument
102 EfiLibInstallAllDriverProtocols( IN CONST EFI_HANDLE ImageHandle, IN CONST EFI_SYSTEM_TABLE *SystemTable, IN EFI_DRIVER_BINDING_PROTOCOL *DriverBinding, IN EFI_HANDLE DriverBindingHandle, IN CONST EFI_COMPONENT_NAME_PROTOCOL *ComponentName, OPTIONAL IN CONST EFI_DRIVER_CONFIGURATION_PROTOCOL *DriverConfiguration, OPTIONAL IN CONST EFI_DRIVER_DIAGNOSTICS_PROTOCOL *DriverDiagnostics OPTIONAL ) argument
231 EfiLibInstallDriverBindingComponentName2( IN CONST EFI_HANDLE ImageHandle, IN CONST EFI_SYSTEM_TABLE *SystemTable, IN EFI_DRIVER_BINDING_PROTOCOL *DriverBinding, IN EFI_HANDLE DriverBindingHandle, IN CONST EFI_COMPONENT_NAME_PROTOCOL *ComponentName, OPTIONAL IN CONST EFI_COMPONENT_NAME2_PROTOCOL *ComponentName2 OPTIONAL ) argument
324 EfiLibInstallAllDriverProtocols2( IN CONST EFI_HANDLE ImageHandle, IN CONST EFI_SYSTEM_TABLE *SystemTable, IN EFI_DRIVER_BINDING_PROTOCOL *DriverBinding, IN EFI_HANDLE DriverBindingHandle, IN CONST EFI_COMPONENT_NAME_PROTOCOL *ComponentName, OPTIONAL IN CONST EFI_COMPONENT_NAME2_PROTOCOL *ComponentName2, OPTIONAL IN CONST EFI_DRIVER_CONFIGURATION_PROTOCOL *DriverConfiguration, OPTIONAL IN CONST EFI_DRIVER_CONFIGURATION2_PROTOCOL *DriverConfiguration2, OPTIONAL IN CONST EFI_DRIVER_DIAGNOSTICS_PROTOCOL *DriverDiagnostics, OPTIONAL IN CONST EFI_DRIVER_DIAGNOSTICS2_PROTOCOL *DriverDiagnostics2 OPTIONAL ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/CapsuleRuntimeDxe/
H A DCapsuleService.c330 @param ImageHandle The firmware allocated handle for the EFI image.
339 IN EFI_HANDLE ImageHandle,
338 CapsuleServiceInitialize( IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/FaultTolerantWriteDxe/
H A DFaultTolerantWriteDxe.c212 @param[in] ImageHandle A handle for the image that is initializing this driver
223 IN EFI_HANDLE ImageHandle,
222 FaultTolerantWriteInitialize( IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/HiiResourcesSampleDxe/
H A DHiiResourcesSample.c64 @param[in] ImageHandle Image handle this driver.
73 IN EFI_HANDLE ImageHandle,
81 // Retrieve HII package list from ImageHandle
84 ImageHandle,
87 ImageHandle,
127 @param[in] ImageHandle Handle that identifies the image to be unloaded.
134 IN EFI_HANDLE ImageHandle
72 HiiResourcesSampleInit( IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/LegacyRegion2Dxe/
H A DLegacyRegion2.c226 @param[in] ImageHandle The firmware allocated handle for the EFI image.
235 IN EFI_HANDLE ImageHandle,
234 LegacyRegion2Install( IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/
H A DMonotonicCounter.c196 @param ImageHandle The image handle of this driver.
205 IN EFI_HANDLE ImageHandle,
204 MonotonicCounterDriverInitialize( IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
H A DPxeBcDriver.c32 @param ImageHandle The firmware allocated handle for the UEFI image.
42 IN EFI_HANDLE ImageHandle,
47 ImageHandle,
50 ImageHandle,
41 PxeBcDriverEntryPoint( IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/VlanConfigDxe/
H A DVlanConfigDriver.c31 @param[in] ImageHandle The image handle of the driver.
41 IN EFI_HANDLE ImageHandle,
46 ImageHandle,
49 ImageHandle,
186 PrivateData->ImageHandle = This->DriverBindingHandle;
40 VlanConfigDriverEntryPoint( IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/ResetSystemRuntimeDxe/
H A DResetSystem.c28 @param[in] ImageHandle The firmware allocated handle for the EFI image.
38 IN EFI_HANDLE ImageHandle,
37 InitializeResetSystem( IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/
H A DStatusCodeHandlerRuntimeDxe.c153 @param ImageHandle The firmware allocated handle for the EFI image.
162 IN EFI_HANDLE ImageHandle,
161 StatusCodeHandlerRuntimeDxeEntry( IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/WatchdogTimerDxe/
H A DWatchdogTimer.c207 @param ImageHandle The image handle of this driver.
216 IN EFI_HANDLE ImageHandle,
215 WatchdogTimerDriverInitialize( IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DDriverBinding.h186 EFI_HANDLE ImageHandle; member in struct:_EFI_DRIVER_BINDING_PROTOCOL
191 /// cases, this is the same handle as ImageHandle. However, for
194 /// the same as ImageHandle.
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/DxeSmbusLib/
H A DDxeSmbusLib.c31 @param ImageHandle The firmware allocated handle for the EFI image.
40 IN EFI_HANDLE ImageHandle,
39 SmbusLibConstructor( IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiLib/
H A DUefiDriverModel.c25 as the driver's ImageHandle, but it can be different if the driver produces multiple
30 @param ImageHandle The image handle of the driver.
44 IN CONST EFI_HANDLE ImageHandle,
65 // Update the ImageHandle and DriverBindingHandle fields of the Driver Binding Protocol
67 DriverBinding->ImageHandle = ImageHandle;
82 is typically the same as the driver's ImageHandle, but it can be different if the
87 @param ImageHandle The image handle of the driver.
103 IN CONST EFI_HANDLE ImageHandle,
196 // Update the ImageHandle an
43 EfiLibInstallDriverBinding( IN CONST EFI_HANDLE ImageHandle, IN CONST EFI_SYSTEM_TABLE *SystemTable, IN EFI_DRIVER_BINDING_PROTOCOL *DriverBinding, IN EFI_HANDLE DriverBindingHandle ) argument
102 EfiLibInstallAllDriverProtocols( IN CONST EFI_HANDLE ImageHandle, IN CONST EFI_SYSTEM_TABLE *SystemTable, IN EFI_DRIVER_BINDING_PROTOCOL *DriverBinding, IN EFI_HANDLE DriverBindingHandle, IN CONST EFI_COMPONENT_NAME_PROTOCOL *ComponentName, OPTIONAL IN CONST EFI_DRIVER_CONFIGURATION_PROTOCOL *DriverConfiguration, OPTIONAL IN CONST EFI_DRIVER_DIAGNOSTICS_PROTOCOL *DriverDiagnostics OPTIONAL ) argument
231 EfiLibInstallDriverBindingComponentName2( IN CONST EFI_HANDLE ImageHandle, IN CONST EFI_SYSTEM_TABLE *SystemTable, IN EFI_DRIVER_BINDING_PROTOCOL *DriverBinding, IN EFI_HANDLE DriverBindingHandle, IN CONST EFI_COMPONENT_NAME_PROTOCOL *ComponentName, OPTIONAL IN CONST EFI_COMPONENT_NAME2_PROTOCOL *ComponentName2 OPTIONAL ) argument
324 EfiLibInstallAllDriverProtocols2( IN CONST EFI_HANDLE ImageHandle, IN CONST EFI_SYSTEM_TABLE *SystemTable, IN EFI_DRIVER_BINDING_PROTOCOL *DriverBinding, IN EFI_HANDLE DriverBindingHandle, IN CONST EFI_COMPONENT_NAME_PROTOCOL *ComponentName, OPTIONAL IN CONST EFI_COMPONENT_NAME2_PROTOCOL *ComponentName2, OPTIONAL IN CONST EFI_DRIVER_CONFIGURATION_PROTOCOL *DriverConfiguration, OPTIONAL IN CONST EFI_DRIVER_CONFIGURATION2_PROTOCOL *DriverConfiguration2, OPTIONAL IN CONST EFI_DRIVER_DIAGNOSTICS_PROTOCOL *DriverDiagnostics, OPTIONAL IN CONST EFI_DRIVER_DIAGNOSTICS2_PROTOCOL *DriverDiagnostics2 OPTIONAL ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiSalLib/
H A DUefiSalLib.c93 @param ImageHandle The firmware allocated handle for the EFI image.
102 IN EFI_HANDLE ImageHandle,
101 UefiSalLibConstructor( IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable ) argument
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/SmbiosPlatformDxe/
H A DSmbiosPlatformDxe.c131 @param ImageHandle Module's image handle
141 IN EFI_HANDLE ImageHandle,
140 SmbiosTablePublishEntry( IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable ) argument
/vbox/src/VBox/Devices/EFI/Firmware/PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/
H A DPcRtcEntry.c121 @param ImageHandle The firmware allocated handle for the EFI image.
131 IN EFI_HANDLE ImageHandle,
130 InitializePcRtc( IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable ) argument
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Application/VariableInfo/
H A DVariableInfo.c190 @param[in] ImageHandle The firmware allocated handle for the EFI image.
200 IN EFI_HANDLE ImageHandle,
199 UefiMain( IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable ) argument
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/
H A DEdit.c21 @param[in] ImageHandle Handle to the Image (NULL if Internal).
27 IN EFI_HANDLE ImageHandle,
26 ShellCommandRunEdit( IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable ) argument
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/
H A DHexEdit.c31 @param[in] ImageHandle Handle to the Image (NULL if Internal).
37 IN EFI_HANDLE ImageHandle,
36 ShellCommandRunHexEdit( IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable ) argument
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DMode.c20 @param[in] ImageHandle Handle to the Image (NULL if Internal).
26 IN EFI_HANDLE ImageHandle,
25 ShellCommandRunMode( IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable ) argument
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLevel2CommandsLib/
H A DAttrib.c34 @param[in] ImageHandle Handle to the Image (NULL if Internal).
40 IN EFI_HANDLE ImageHandle,
39 ShellCommandRunAttrib( IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable ) argument
H A DCd.c20 @param[in] ImageHandle Handle to the Image (NULL if Internal).
26 IN EFI_HANDLE ImageHandle,
25 ShellCommandRunCd( IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable ) argument

Completed in 187 milliseconds

1234567891011>>