Searched defs:ImageHandle (Results 301 - 325 of 347) sorted by relevance

<<11121314

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDriver1CommandsLib/
H A DDh.c850 @param[in] ImageHandle Handle to the Image (NULL if Internal).
856 IN EFI_HANDLE ImageHandle,
855 ShellCommandRunDh( IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable ) argument
H A DDrvCfg.c1125 @param[in] ImageHandle Handle to the Image (NULL if Internal).
1131 IN EFI_HANDLE ImageHandle,
1130 ShellCommandRunDrvCfg( IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable ) argument
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellInstall1CommandsLib/
H A DBcfg.c719 @param[in] ImageHandle Handle to the Image (NULL if Internal).
725 IN EFI_HANDLE ImageHandle,
724 ShellCommandRunBcfgInstall( IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable ) argument
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLevel2CommandsLib/
H A DMap.c1012 @param[in] ImageHandle Handle to the Image (NULL if Internal).
1018 IN EFI_HANDLE ImageHandle,
1017 ShellCommandRunMap( IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable ) argument
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/CpuDxe/
H A DCpuDxe.c1232 @param ImageHandle Image handle this driver.
1243 IN EFI_HANDLE ImageHandle,
1242 InitializeCpu( IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable ) argument
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxVariable/
H A DEmuVariable.c1775 @param ImageHandle The Image handle of this driver.
1785 IN EFI_HANDLE ImageHandle,
1784 VariableCommonInitialize( IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable ) argument
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxVgaDxe/
H A DVBoxVga.c1047 IN EFI_HANDLE ImageHandle,
1054 ImageHandle,
1057 ImageHandle,
1069 &ImageHandle,
1046 InitializeVBoxVga( IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable ) argument
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Pi/
H A DPiDxeCis.h149 EFI_HANDLE ImageHandle; member in struct:__anon15558
153 /// ImageHandle is NULL, then the memory resource is not currently allocated. If this
189 EFI_HANDLE ImageHandle; member in struct:__anon15559
192 /// The device handle for which the I/O resource has been allocated. If ImageHandle
262 @retval EFI_INVALID_PARAMETER ImageHandle is NULL.
280 IN EFI_HANDLE ImageHandle,
456 @retval EFI_INVALID_PARAMETER ImageHandle is NULL.
470 IN EFI_HANDLE ImageHandle,
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/BiosThunk/Snp16Dxe/
H A DBiosSnp16.c163 @param ImageHandle Handle that identifies the loaded image.
171 IN EFI_HANDLE ImageHandle,
176 ImageHandle,
179 ImageHandle,
170 BiosSnp16DriverEntryPoint( IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable ) argument
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DBdsMisc.c41 EFI_HANDLE ImageHandle; local
86 &ImageHandle
90 gBS->HandleProtocol (ImageHandle, &gEfiLoadedImageProtocolGuid, (VOID **) &ImageInfo);
97 gBS->Exit (ImageHandle, EFI_INVALID_PARAMETER, 0, NULL);
111 Status = gBS->StartImage (ImageHandle, &ExitDataSize, &ExitData);
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/SectionExtractionDxe/
H A DSectionExtraction.c226 @param ImageHandle A handle for the image that is initializing this driver
236 IN EFI_HANDLE ImageHandle,
235 SectionExtractionEntryPoint( IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable ) argument
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Include/Protocol/
H A DFrameworkHii.h112 EFI_HANDLE ImageHandle; ///< Must be filled in. member in struct:__anon10718
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Gcd/
H A DGcd.c165 MemorySpaceMap[Index].ImageHandle == NULL ? ' ' : '*'
206 IoSpaceMap[Index].ImageHandle == NULL ? ' ' : '*'
493 if (Entry->ImageHandle != AdjacentEntry->ImageHandle) {
755 Entry->ImageHandle != NULL ) {
762 Entry->ImageHandle != NULL ) {
772 if (Entry->ImageHandle == NULL) {
785 if (Entry->ImageHandle != NULL) {
795 if (Entry->ImageHandle != NULL) {
880 Entry->ImageHandle
987 CoreAllocateSpace( IN UINTN Operation, IN EFI_GCD_ALLOCATE_TYPE GcdAllocateType, IN EFI_GCD_MEMORY_TYPE GcdMemoryType, IN EFI_GCD_IO_TYPE GcdIoType, IN UINTN Alignment, IN UINT64 Length, IN OUT EFI_PHYSICAL_ADDRESS *BaseAddress, IN EFI_HANDLE ImageHandle, IN EFI_HANDLE DeviceHandle OPTIONAL ) argument
1296 CoreAllocateMemorySpace( IN EFI_GCD_ALLOCATE_TYPE GcdAllocateType, IN EFI_GCD_MEMORY_TYPE GcdMemoryType, IN UINTN Alignment, IN UINT64 Length, IN OUT EFI_PHYSICAL_ADDRESS *BaseAddress, IN EFI_HANDLE ImageHandle, IN EFI_HANDLE DeviceHandle OPTIONAL ) argument
1681 CoreAllocateIoSpace( IN EFI_GCD_ALLOCATE_TYPE GcdAllocateType, IN EFI_GCD_IO_TYPE GcdIoType, IN UINTN Alignment, IN UINT64 Length, IN OUT EFI_PHYSICAL_ADDRESS *BaseAddress, IN EFI_HANDLE ImageHandle, IN EFI_HANDLE DeviceHandle OPTIONAL ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/SectionExtraction/
H A DCoreSectionExtraction.c207 @param ImageHandle A handle for the image that is initializing this driver
217 IN EFI_HANDLE ImageHandle,
216 InitializeSectionExtraction( IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxePrintLibPrint2Protocol/
H A DPrintLib.c37 @param ImageHandle The firmware allocated handle for the EFI image.
46 IN EFI_HANDLE ImageHandle,
45 PrintLibConstructor( IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/PiDxeS3BootScriptLib/
H A DBootScriptSave.c400 @param ImageHandle The firmware allocated handle for the EFI image.
409 IN EFI_HANDLE ImageHandle,
408 S3BootScriptLibInitialize( IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/
H A DGraphicsConsole.c2053 @param[in] ImageHandle The firmware allocated handle for the EFI image.
2063 IN EFI_HANDLE ImageHandle,
2084 ImageHandle,
2087 ImageHandle,
2062 InitializeGraphicsConsole( IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DriverSampleDxe/
H A DDriverSample.c1772 @param ImageHandle Image handle this driver.
1781 IN EFI_HANDLE ImageHandle,
1913 DriverSampleUnload (ImageHandle);
1923 DriverSampleUnload (ImageHandle);
1934 DriverSampleUnload (ImageHandle);
2070 @param[in] ImageHandle Handle that identifies the image to be unloaded.
2077 IN EFI_HANDLE ImageHandle
1780 DriverSampleInit( IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Udp4Dxe/
H A DUdp4Impl.c260 @param[in] ImageHandle The image handle of this udp4 driver.
272 IN EFI_HANDLE ImageHandle,
284 Udp4Service->ImageHandle = ImageHandle;
293 Udp4Service->IpIo = IpIoCreate (ImageHandle, ControllerHandle, IP_VERSION_4);
1959 Udp4VariableData->DriverHandle = Udp4Service->ImageHandle;
1991 Udp4Service->ImageHandle,
270 Udp4CreateService( IN OUT UDP4_SERVICE_DATA *Udp4Service, IN EFI_HANDLE ImageHandle, IN EFI_HANDLE ControllerHandle ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/PlatformDriOverrideDxe/
H A DPlatDriOverrideLib.c34 EFI_HANDLE ImageHandle; member in struct:_DRIVER_IMAGE_INFO
1072 @param ImageHandle The Image handle
1083 IN EFI_HANDLE ImageHandle,
1093 if (BindingHandle == NULL || ImageHandle == NULL) {
1125 if (DriverBindingInterface->ImageHandle == ImageHandle) {
1209 EFI_HANDLE ImageHandle; local
1289 if (DriverImageInfo->ImageHandle == NULL) {
1364 DriverImageInfo->ImageHandle = ImageHandleBuffer[Index];
1391 ImageHandle
1082 GetBindingProtocolFromImageHandle( IN EFI_HANDLE ImageHandle, OUT EFI_HANDLE *BindingHandle ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Udp6Dxe/
H A DUdp6Impl.c273 @param[in] ImageHandle The image handle of this udp6 driver.
285 IN EFI_HANDLE ImageHandle,
296 Udp6Service->ImageHandle = ImageHandle;
305 Udp6Service->IpIo = IpIoCreate (ImageHandle, ControllerHandle, IP_VERSION_6);
1993 Udp6VariableData->DriverHandle = Udp6Service->ImageHandle;
2031 Udp6Service->ImageHandle,
283 Udp6CreateService( IN UDP6_SERVICE_DATA *Udp6Service, IN EFI_HANDLE ImageHandle, IN EFI_HANDLE ControllerHandle ) argument
/vbox/src/VBox/Devices/EFI/Firmware/OptionRomPkg/AtapiPassThruDxe/
H A DAtapiPassThru.c3373 @param[in] ImageHandle The firmware allocated handle for the EFI image.
3383 IN EFI_HANDLE ImageHandle,
3393 ImageHandle,
3396 ImageHandle,
3408 &ImageHandle,
3382 InitializeAtapiPassThru( IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable ) argument
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Library/DxeImageVerificationLib/
H A DDxeImageVerificationLib.c1568 @param ImageHandle ImageHandle of the loaded driver.
1576 IN EFI_HANDLE ImageHandle,
1575 DxeImageVerificationLibConstructor( IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable ) argument
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Tcg/TcgDxe/
H A DTcgDxe.c1137 @param[in] ImageHandle The firmware allocated handle for the EFI image.
1147 IN EFI_HANDLE ImageHandle,
1174 &ImageHandle,
1146 DriverEntry( IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable ) argument
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DShell.c145 @param[in] ImageHandle The firmware allocated handle for the EFI image.
155 IN EFI_HANDLE ImageHandle,
154 UefiMain( IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable ) argument

Completed in 196 milliseconds

<<11121314