HomeSort by relevance Sort by last modified time
    Searched refs:ImageHandle (Results 1 - 25 of 938) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/OvmfPkg/VirtioNetDxe/
EntryPoint.c 27 @param ImageHandle The firmware allocated handle for the UEFI
38 IN EFI_HANDLE ImageHandle,
43 ImageHandle,
46 ImageHandle,
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/I2c/I2cDxe/
I2cDxe.c 20 @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 );
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Include/Library/
ArmShellCmdLib.h 24 @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/
UefiShellInstall1CommandsLib.c 22 @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));
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/UiApp/
FrontPage.c 32 @param[in] ImageHandle The firmware allocated handle for the EFI image.
42 IN EFI_HANDLE ImageHandle,
  /device/linaro/bootloader/edk2/ArmPkg/Drivers/ArmGic/
ArmGicDxe.c 30 @param ImageHandle of the loaded driver
41 IN EFI_HANDLE ImageHandle,
51 Status = GicV2DxeInitialize (ImageHandle, SystemTable);
53 Status = GicV3DxeInitialize (ImageHandle, SystemTable);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/
EfiCompNameSupport.h 29 #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/
UefiApplicationEntryPoint.h 33 @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...]
UefiDriverEntryPoint.h 49 @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 The image handle of the DXE Driver, DXE Runtime Driver, DXE SMM Driver, or UEFI Driver.
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiDriverEntryPoint/
DriverEntryPoint.c 33 @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, SystemTable);
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/
EdkIIGlueDxeSmmDriverEntryPoint.h 43 @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 ImageHandle of the loaded driver.
    [all...]
EdkIIGlueUefiDriverEntryPoint.h 54 @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 ImageHandle of the loaded driver.
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiApplicationEntryPoint/
ApplicationEntryPoint.c 31 @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);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/DxeSmmReadyToLockOnExitPmAuthThunk/
DxeSmmReadyToLockOnExitPmAuthThunk.c 35 EFI_HANDLE ImageHandle;
55 ImageHandle = NULL;
57 &ImageHandle,
68 @param[in] ImageHandle Image handle of this driver.
76 IN EFI_HANDLE ImageHandle,
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/SaveMemoryConfig/
SaveMemoryConfig.h 51 IN EFI_HANDLE ImageHandle,
61 ImageHandle - Handle for the image of this driver
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/
DxeDriverLib.c 27 IN EFI_HANDLE ImageHandle,
38 ImageHandle - Standard EFI Image entry parameter
50 Status = EfiInitializeDriverLib (ImageHandle, SystemTable);
  /device/linaro/bootloader/edk2/NetworkPkg/TlsAuthConfigDxe/
TlsAuthConfigDxe.c 21 @param ImageHandle Handle that identifies the image to be unloaded.
24 @retval EFI_INVALID_PARAMETER ImageHandle is not a valid image handle.
30 IN EFI_HANDLE ImageHandle
37 ImageHandle,
48 &ImageHandle,
64 @param ImageHandle The firmware allocated handle for the UEFI image.
73 IN EFI_HANDLE ImageHandle,
87 ImageHandle,
90 ImageHandle,
91 ImageHandle,
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
SecureBootConfigDriver.c 20 @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,
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Include/Library/
BcfgCommandLib.h 23 @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/
EntryUnload.c 75 @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,
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel3CommandsLib/
UefiShellLevel3CommandsLib.h 46 @param[in] ImageHandle Handle to the Image (NULL if Internal).
52 IN EFI_HANDLE ImageHandle,
59 @param[in] ImageHandle Handle to the Image (NULL if Internal).
65 IN EFI_HANDLE ImageHandle,
72 @param[in] ImageHandle Handle to the Image (NULL if Internal).
78 IN EFI_HANDLE ImageHandle,
85 @param[in] ImageHandle Handle to the Image (NULL if Internal).
91 IN EFI_HANDLE ImageHandle,
98 @param[in] ImageHandle Handle to the Image (NULL if Internal).
104 IN EFI_HANDLE ImageHandle,
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Include/
EfiWinNtLib.h 29 IN EFI_HANDLE ImageHandle,
40 ImageHandle - The firmware allocated handle for the EFI image.
SmmRuntimeLib.h 52 IN EFI_HANDLE ImageHandle,
64 ImageHandle - The firmware allocated handle for the EFI image.
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/UefiRuntimeServicesTableLib/
UefiRuntimeServicesTableLib.c 34 @param ImageHandle The firmware allocated handle for the EFI image.
43 IN EFI_HANDLE ImageHandle,
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/IohInit/Dxe/
IohInit.c 23 @param ImageHandle The driver image handle for GmchInit driver
33 IN EFI_HANDLE ImageHandle,

Completed in 747 milliseconds

1 2 3 4 5 6 7 8 91011>>