Searched defs:ImageHandle (Results 101 - 125 of 347) sorted by relevance

1234567891011>>

/vbox/src/VBox/Devices/EFI/Firmware/PcAtChipsetPkg/IsaAcpiDxe/
H A DPcatIsaAcpi.c32 @param ImageHandle Handle for driver image
40 IN EFI_HANDLE ImageHandle,
45 ImageHandle,
48 ImageHandle,
39 PcatIsaAcpiDriverEntryPoint( IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable ) argument
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/UserIdentifyManagerDxe/
H A DLoadDeferredImage.c44 EFI_HANDLE ImageHandle; local
100 &ImageHandle
108 Status = gBS->StartImage (ImageHandle, &ExitDataSize, &ExitData);
125 @param[in] ImageHandle Image handle this driver.
130 IN EFI_HANDLE ImageHandle
136 mDeferredImageHandle = ImageHandle;
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/EsalVariableDxeSal/
H A DInitVariable.c191 @param[in] ImageHandle The Image handle of this driver.
200 IN EFI_HANDLE ImageHandle,
217 Status = VariableCommonInitialize (ImageHandle, SystemTable);
199 VariableServiceInitialize( IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable ) argument
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DDblk.c92 @param[in] ImageHandle Handle to the Image (NULL if Internal).
98 IN EFI_HANDLE ImageHandle,
97 ShellCommandRunDblk( IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable ) argument
H A DDmem.c92 @param[in] ImageHandle Handle to the Image (NULL if Internal).
98 IN EFI_HANDLE ImageHandle,
97 ShellCommandRunDmem( IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable ) argument
H A DEfiCompress.c21 @param[in] ImageHandle Handle to the Image (NULL if Internal).
27 IN EFI_HANDLE ImageHandle,
26 ShellCommandRunEfiCompress( IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable ) argument
H A DEfiDecompress.c22 @param[in] ImageHandle Handle to the Image (NULL if Internal).
28 IN EFI_HANDLE ImageHandle,
27 ShellCommandRunEfiDecompress( IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable ) argument
H A DSerMode.c164 @param[in] ImageHandle Handle to the Image (NULL if Internal).
170 IN EFI_HANDLE ImageHandle,
169 ShellCommandRunSerMode( IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable ) argument
H A DSetVar.c28 @param[in] ImageHandle Handle to the Image (NULL if Internal).
34 IN EFI_HANDLE ImageHandle,
33 ShellCommandRunSetVar( IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable ) argument
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDriver1CommandsLib/
H A DDisconnect.c78 @param[in] ImageHandle Handle to the Image (NULL if Internal).
84 IN EFI_HANDLE ImageHandle,
83 ShellCommandRunDisconnect( IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable ) argument
H A DUnload.c131 @param[in] ImageHandle Handle to the Image (NULL if Internal).
137 IN EFI_HANDLE ImageHandle,
136 ShellCommandRunUnload( IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable ) argument
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLevel2CommandsLib/
H A DLoad.c184 @param[in] ImageHandle Handle to the Image (NULL if Internal).
190 IN EFI_HANDLE ImageHandle,
189 ShellCommandRunLoad( IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable ) argument
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLevel3CommandsLib/
H A DTouch.c157 @param[in] ImageHandle Handle to the Image (NULL if Internal).
163 IN EFI_HANDLE ImageHandle,
162 ShellCommandRunTouch( IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable ) argument
H A DType.c99 @param[in] ImageHandle Handle to the Image (NULL if Internal).
105 IN EFI_HANDLE ImageHandle,
104 ShellCommandRunType( IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable ) argument
/vbox/src/VBox/Devices/EFI/Firmware/SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgent/
H A DDxeDebugAgentLib.c31 @param[in] ImageHandle The firmware allocated handle for the EFI image.
41 IN EFI_HANDLE ImageHandle,
40 DxeDebugAgentLibConstructor( IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable ) argument
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/CpuIo2Smm/
H A DCpuIo2Smm.c380 @param[in] ImageHandle The firmware allocated handle for the EFI image.
390 IN EFI_HANDLE ImageHandle,
389 SmmCpuIo2Initialize( IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable ) argument
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/CryptRuntimeDxe/
H A DCryptRuntime.c220 @param ImageHandle Image handle of this driver.
230 IN EFI_HANDLE ImageHandle,
229 CryptRuntimeDriverInitialize( IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable ) argument
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/
H A DRuntimeDxeIpfCryptLib.c55 @param ImageHandle The firmware allocated handle for the EFI image.
64 IN EFI_HANDLE ImageHandle,
100 @param ImageHandle The firmware allocated handle for the EFI image.
110 IN EFI_HANDLE ImageHandle,
63 RuntimeDxeIpfCryptLibConstructor( IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable ) argument
109 RuntimeDxeIpfCryptLibDestructor( IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable ) argument
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/
H A DIsaBus.c37 @param[in] ImageHandle The firmware allocated handle for the EFI image.
46 IN EFI_HANDLE ImageHandle,
56 ImageHandle,
59 ImageHandle,
45 InitializeIsaBus( IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable ) argument
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Isa/Ps2MouseAbsolutePointerDxe/
H A DPs2MouseAbsolutePointer.c739 @param[in] ImageHandle The firmware allocated handle for the EFI image.
749 IN EFI_HANDLE ImageHandle,
759 ImageHandle,
762 ImageHandle,
748 InitializePs2MouseAbsolutePointer( IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable ) argument
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Isa/Ps2MouseDxe/
H A DPs2Mouse.c753 @param[in] ImageHandle The firmware allocated handle for the EFI image.
763 IN EFI_HANDLE ImageHandle,
773 ImageHandle,
776 ImageHandle,
762 InitializePs2Mouse( IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable ) argument
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/Ipf/
H A DIpfBootSupport.c168 @param ImageHandle Handle of driver image.
177 IN EFI_HANDLE ImageHandle,
190 ImageHandle,
250 // Create a new handle with gEfiCallerIdGuid to be used as the ImageHandle fore the reloaded image
176 RelocateImageUnder4GIfNeeded( IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable ) argument
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/SmmRuntimeDxeReportStatusCodeLibFramework/
H A DSmmRuntimeDxeSupport.c221 @param ImageHandle The firmware allocated handle for the EFI image.
230 IN EFI_HANDLE ImageHandle,
306 @param ImageHandle The firmware allocated handle for the EFI image.
315 IN EFI_HANDLE ImageHandle,
229 ReportStatusCodeLibConstruct( IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable ) argument
314 ReportStatusCodeLibDestruct( IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable ) argument
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/
H A DBdsEntry.c45 @param ImageHandle The image handle.
56 IN EFI_HANDLE ImageHandle,
55 BdsInitialize( IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable ) argument
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/CpuIoDxe/
H A DCpuIo.c511 @param[in] ImageHandle The firmware allocated handle for the EFI image.
521 IN EFI_HANDLE ImageHandle,
520 CpuIoInitialize( IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable ) argument

Completed in 193 milliseconds

1234567891011>>