Searched refs:ImageHandle (Results 1 - 25 of 833) sorted by relevance

1234567891011>>

/device/linaro/bootloader/edk2/OvmfPkg/VirtioNetDxe/
H A DEntryPoint.c27 @param ImageHandle The firmware allocated handle for the UEFI
38 IN EFI_HANDLE ImageHandle,
43 ImageHandle,
46 ImageHandle,
37 VirtioNetEntryPoint( IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable ) argument
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/I2c/I2cDxe/
H A DI2cDxe.c20 @param[in] ImageHandle The firmware allocated handle for the EFI image.
30 IN EFI_HANDLE ImageHandle,
39 Status = InitializeI2cHost ( ImageHandle, SystemTable );
42 Status = InitializeI2cBus ( ImageHandle, SystemTable );
50 Disconnect the driver specified by ImageHandle from all the devices in the handle database.
53 @param[in] ImageHandle The drivers' driver image.
62 IN EFI_HANDLE ImageHandle
70 Status = I2cBusUnload ( ImageHandle );
72 Status = I2cHostUnload ( ImageHandle );
29 InitializeI2c( IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable ) argument
/device/linaro/bootloader/edk2/ArmPlatformPkg/Include/Library/
H A DArmShellCmdLib.h24 @param[in] ImageHandle Handle the protocol should be attached to.
36 IN EFI_HANDLE ImageHandle
43 @param[in] ImageHandle Handle of the device where the protocol should have
54 IN EFI_HANDLE ImageHandle
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellInstall1CommandsLib/
H A DUefiShellInstall1CommandsLib.c22 @param ImageHandle the image handle of the process
31 IN EFI_HANDLE ImageHandle,
42 return (BcfgLibraryRegisterBcfgCommand(ImageHandle, SystemTable, L"Install1"));
48 @param ImageHandle The image handle of the process.
54 IN EFI_HANDLE ImageHandle,
58 return (BcfgLibraryUnregisterBcfgCommand(ImageHandle, SystemTable));
30 ShellInstall1CommandsLibConstructor( IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable ) argument
53 ShellInstall1CommandsLibDestructor( IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable ) argument
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/UiApp/
H A DFrontPage.c32 @param[in] ImageHandle The firmware allocated handle for the EFI image. argument
42 IN EFI_HANDLE ImageHandle,
/device/linaro/bootloader/edk2/ArmPkg/Drivers/ArmGic/
H A DArmGicDxe.c30 @param ImageHandle of the loaded driver
41 IN EFI_HANDLE ImageHandle,
51 Status = GicV2DxeInitialize (ImageHandle, SystemTable);
53 Status = GicV3DxeInitialize (ImageHandle, SystemTable);
40 InterruptDxeInitialize( IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable ) argument
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/
H A DEfiCompNameSupport.h29 #define INSTALL_ALL_DRIVER_PROTOCOLS(ImageHandle, \
36 EfiLibInstallAllDriverProtocols ((ImageHandle), \
44 #define INSTALL_ALL_DRIVER_PROTOCOLS2(ImageHandle, \
51 EfiLibInstallAllDriverProtocols2((ImageHandle), \
60 #define INSTALL_ALL_DRIVER_PROTOCOLS(ImageHandle, \
67 EfiLibInstallDriverBinding ((ImageHandle), \
72 #define INSTALL_ALL_DRIVER_PROTOCOLS2(ImageHandle, \
79 EfiLibInstallDriverBinding ((ImageHandle), \
87 #define INSTALL_ALL_DRIVER_PROTOCOLS_OR_PROTOCOLS2(ImageHandle, \
94 INSTALL_ALL_DRIVER_PROTOCOLS ((ImageHandle), \
[all...]
/device/linaro/bootloader/edk2/MdePkg/Include/Library/
H A DUefiApplicationEntryPoint.h33 @param ImageHandle The image handle of the UEFI Application.
44 IN EFI_HANDLE ImageHandle,
52 @param ImageHandle The image handle of the UEFI Application.
63 IN EFI_HANDLE ImageHandle,
98 @param ImageHandle The image handle of the UEFI Application.
105 IN EFI_HANDLE ImageHandle,
123 @param ImageHandle The image handle of the UEFI Application.
130 IN EFI_HANDLE ImageHandle,
140 @param ImageHandle The image handle of the UEFI Application.
150 IN EFI_HANDLE ImageHandle,
[all...]
H A DUefiDriverEntryPoint.h49 @param ImageHandle The image handle of the DXE Driver, DXE Runtime Driver, DXE SMM Driver, or UEFI Driver.
61 IN EFI_HANDLE ImageHandle,
69 This function is required to call _ModuleEntryPoint() passing in ImageHandle, and SystemTable.
71 @param ImageHandle The image handle of the DXE Driver, DXE Runtime Driver, DXE SMM Driver, or UEFI Driver.
82 IN EFI_HANDLE ImageHandle,
117 @param ImageHandle The image handle of the DXE Driver, DXE Runtime Driver, DXE SMM Driver, or UEFI Driver.
124 IN EFI_HANDLE ImageHandle,
141 @param ImageHandle The image handle of the DXE Driver, DXE Runtime Driver, DXE SMM Driver, or UEFI Driver.
148 IN EFI_HANDLE ImageHandle,
161 @param ImageHandle Th
[all...]
/device/linaro/bootloader/edk2/MdePkg/Library/UefiDriverEntryPoint/
H A DDriverEntryPoint.c33 @param ImageHandle The handle to the image to unload.
41 EFI_HANDLE ImageHandle
49 Status = ProcessModuleUnloadList (ImageHandle);
57 ProcessLibraryDestructorList (ImageHandle, gST);
82 @param ImageHandle The image handle of the DXE Driver, DXE Runtime Driver,
96 IN EFI_HANDLE ImageHandle,
115 ProcessLibraryConstructorList (ImageHandle, SystemTable);
122 ImageHandle,
133 Status = ProcessModuleEntryPointList (ImageHandle, SystemTable);
139 ProcessLibraryDestructorList (ImageHandle, SystemTabl
95 _ModuleEntryPoint( IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable ) argument
167 EfiMain( IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable ) argument
[all...]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/
H A DEdkIIGlueDxeSmmDriverEntryPoint.h43 @param ImageHandle ImageHandle of the loaded driver.
53 IN EFI_HANDLE ImageHandle,
60 @param ImageHandle ImageHandle of the loaded driver.
70 IN EFI_HANDLE ImageHandle,
90 @param ImageHandle ImageHandle of the loaded driver.
97 IN EFI_HANDLE ImageHandle,
104 @param ImageHandle ImageHandl
[all...]
H A DEdkIIGlueUefiDriverEntryPoint.h54 @param ImageHandle ImageHandle of the loaded driver.
64 IN EFI_HANDLE ImageHandle,
72 @param ImageHandle ImageHandle of the loaded driver.
82 IN EFI_HANDLE ImageHandle,
104 @param ImageHandle ImageHandle of the loaded driver.
111 IN EFI_HANDLE ImageHandle,
119 @param ImageHandle ImageHandl
[all...]
/device/linaro/bootloader/edk2/MdePkg/Library/UefiApplicationEntryPoint/
H A DApplicationEntryPoint.c31 @param ImageHandle The image handle of the UEFI Application.
42 IN EFI_HANDLE ImageHandle,
60 ProcessLibraryConstructorList (ImageHandle, SystemTable);
65 Status = ProcessModuleEntryPointList (ImageHandle, SystemTable);
70 ProcessLibraryDestructorList (ImageHandle, SystemTable);
105 @param ImageHandle The image handle of the UEFI Application.
116 IN EFI_HANDLE ImageHandle,
120 return _ModuleEntryPoint (ImageHandle, SystemTable);
41 _ModuleEntryPoint( IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable ) argument
115 EfiMain( IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable ) argument
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/DxeSmmReadyToLockOnExitPmAuthThunk/
H A DDxeSmmReadyToLockOnExitPmAuthThunk.c35 EFI_HANDLE ImageHandle; local
55 ImageHandle = NULL;
57 &ImageHandle,
68 @param[in] ImageHandle Image handle of this driver.
76 IN EFI_HANDLE ImageHandle,
75 DxeSmmReadyToLockMain( IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable ) argument
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/SaveMemoryConfig/
H A DSaveMemoryConfig.h51 IN EFI_HANDLE ImageHandle,
61 ImageHandle - Handle for the image of this driver
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/
H A DDxeDriverLib.c27 IN EFI_HANDLE ImageHandle,
38 ImageHandle - Standard EFI Image entry parameter
50 Status = EfiInitializeDriverLib (ImageHandle, SystemTable);
26 DxeInitializeDriverLib( IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable ) argument
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgConfigDxe/
H A DTcgConfigDriver.c21 @param[in] ImageHandle The image handle of the driver.
33 IN EFI_HANDLE ImageHandle,
58 ImageHandle,
61 ImageHandle,
62 ImageHandle,
91 &ImageHandle,
114 @param[in] ImageHandle The driver's image handle.
123 IN EFI_HANDLE ImageHandle
130 ImageHandle,
141 &ImageHandle,
32 TcgConfigDriverEntryPoint( IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable ) argument
[all...]
/device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
H A DSecureBootConfigDriver.c20 @param[in] ImageHandle The image handle of the driver.
32 IN EFI_HANDLE ImageHandle,
43 ImageHandle,
46 ImageHandle,
47 ImageHandle,
74 &ImageHandle,
97 @param[in] ImageHandle The driver's image handle.
106 IN EFI_HANDLE ImageHandle
113 ImageHandle,
124 &ImageHandle,
31 SecureBootConfigDriverEntryPoint( IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable ) argument
[all...]
/device/linaro/bootloader/edk2/ShellPkg/Include/Library/
H A DBcfgCommandLib.h23 @param[in] ImageHandle the image handle of the process
33 IN EFI_HANDLE ImageHandle,
41 @param ImageHandle The image handle of the process.
47 IN EFI_HANDLE ImageHandle,
/device/linaro/bootloader/edk2/StdLib/SocketDxe/
H A DEntryUnload.c75 @param [in] ImageHandle Handle for the image.
83 IN EFI_HANDLE ImageHandle
175 Status = EslDxeUninstall ( ImageHandle );
181 ImageHandle,
193 ImageHandle ));
196 ImageHandle ));
199 ImageHandle ));
204 ImageHandle,
227 @param [in] ImageHandle Handle for the image.
236 IN EFI_HANDLE ImageHandle,
235 EntryPoint( IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE * pSystemTable ) argument
[all...]
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel3CommandsLib/
H A DUefiShellLevel3CommandsLib.h47 @param[in] ImageHandle Handle to the Image (NULL if Internal).
53 IN EFI_HANDLE ImageHandle,
60 @param[in] ImageHandle Handle to the Image (NULL if Internal).
66 IN EFI_HANDLE ImageHandle,
73 @param[in] ImageHandle Handle to the Image (NULL if Internal).
79 IN EFI_HANDLE ImageHandle,
86 @param[in] ImageHandle Handle to the Image (NULL if Internal).
92 IN EFI_HANDLE ImageHandle,
99 @param[in] ImageHandle Handle to the Image (NULL if Internal).
105 IN EFI_HANDLE ImageHandle,
[all...]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Include/
H A DEfiWinNtLib.h29 IN EFI_HANDLE ImageHandle,
40 ImageHandle - The firmware allocated handle for the EFI image.
H A DSmmRuntimeLib.h52 IN EFI_HANDLE ImageHandle,
64 ImageHandle - The firmware allocated handle for the EFI image.
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/UefiRuntimeServicesTableLib/
H A DUefiRuntimeServicesTableLib.c34 @param ImageHandle The firmware allocated handle for the EFI image.
43 IN EFI_HANDLE ImageHandle,
42 UefiRuntimeServicesTableLibConstructor( IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable ) argument
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/IohInit/Dxe/
H A DIohInit.c23 @param ImageHandle The driver image handle for GmchInit driver
33 IN EFI_HANDLE ImageHandle,
32 IohInit( IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable ) argument

Completed in 1198 milliseconds

1234567891011>>