Searched defs:ImageHandle (Results 201 - 225 of 347) sorted by relevance

1234567891011>>

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/Acpi/AcpiS3SaveDxe/
H A DAcpiS3Save.c494 @param ImageHandle A handle for the image that is initializing this driver
505 IN EFI_HANDLE ImageHandle,
525 &ImageHandle,
504 InstallAcpiS3Save( IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable ) argument
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/Console/VgaClassDxe/
H A DVgaClass.c311 @param ImageHandle The firmware allocated handle for the EFI image.
320 IN EFI_HANDLE ImageHandle,
330 ImageHandle,
333 ImageHandle,
319 InitializeVgaClass( IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable ) argument
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/FirmwareVolume/UpdateDriverDxe/
H A DUpdateDispatcher.c587 @param ImageHandle A handle for the image that is initializing this driver
597 IN EFI_HANDLE ImageHandle,
644 ImageHandle,
647 ImageHandle,
596 InitializeUpdateDriver( IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciOptionRomSupport.c660 EFI_HANDLE ImageHandle; local
734 ImageHandle = NULL;
742 &ImageHandle
748 Status = gBS->StartImage (ImageHandle, NULL, NULL);
750 AddDriver (PciDevice, ImageHandle);
752 ImageHandle,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbBusDxe/
H A DUsbBus.c1078 @param ImageHandle The driver image handle.
1088 IN EFI_HANDLE ImageHandle,
1093 ImageHandle,
1096 ImageHandle,
1087 UsbBusDriverEntryPoint( IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbKbDxe/
H A DEfiKey.c37 @param ImageHandle The firmware allocated handle for the EFI image.
46 IN EFI_HANDLE ImageHandle,
53 ImageHandle,
56 ImageHandle,
45 USBKeyboardDriverBindingEntryPoint( IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbMouseAbsolutePointerDxe/
H A DUsbMouseAbsolutePointer.c32 @param ImageHandle The firmware allocated handle for the EFI image.
41 IN EFI_HANDLE ImageHandle,
48 ImageHandle,
51 ImageHandle,
40 USBMouseAbsolutePointerDriverBindingEntryPoint( IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbMouseDxe/
H A DUsbMouse.c32 @param ImageHandle The firmware allocated handle for the EFI image.
41 IN EFI_HANDLE ImageHandle,
48 ImageHandle,
51 ImageHandle,
40 USBMouseDriverBindingEntryPoint( IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/DxeMain/
H A DDxeMain.c662 @param ImageHandle Handle that identifies the exiting image.
672 IN EFI_HANDLE ImageHandle,
671 CoreExitBootServices( IN EFI_HANDLE ImageHandle, IN UINTN MapKey ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/
H A DDxeMain.h167 EFI_HANDLE ImageHandle; member in struct:__anon10918
185 EFI_HANDLE ImageHandle; member in struct:__anon10919
455 @param ImageHandle Handle that identifies the exiting image.
465 IN EFI_HANDLE ImageHandle,
785 @param ImageHandle The handle of the Image that is opening the
803 IN EFI_HANDLE ImageHandle,
1294 @param ImageHandle Pointer to the returned image handle that is
1309 image from being loaded. NULL is returned in *ImageHandle.
1310 @retval EFI_SECURITY_VIOLATION Image was loaded and an ImageHandle was created with a
1323 OUT EFI_HANDLE *ImageHandle
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/FwVol/
H A DFwVol.c674 @param ImageHandle The image handle.
683 IN EFI_HANDLE ImageHandle,
682 FwVolDriverInit( IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Hand/
H A DHandle.c960 @param ImageHandle The handle of the Image that is opening the
978 IN EFI_HANDLE ImageHandle,
1023 Status = CoreValidateHandle (ImageHandle);
1037 Status = CoreValidateHandle (ImageHandle);
1047 Status = CoreValidateHandle (ImageHandle);
1086 ExactMatch = (BOOLEAN)((OpenData->AgentHandle == ImageHandle) &&
1151 if (ImageHandle == NULL) {
1163 OpenData->AgentHandle = ImageHandle;
974 CoreOpenProtocol( IN EFI_HANDLE UserHandle, IN EFI_GUID *Protocol, OUT VOID **Interface OPTIONAL, IN EFI_HANDLE ImageHandle, IN EFI_HANDLE ControllerHandle, IN UINT32 Attributes ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/PiSmmCore/
H A DPiSmmCore.h90 EFI_HANDLE ImageHandle; member in struct:__anon10972
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxeCorePerformanceLib/
H A DDxeCorePerformanceLib.c487 @param ImageHandle The firmware allocated handle for the EFI image.
496 IN EFI_HANDLE ImageHandle,
495 DxeCorePerformanceLibConstructor( IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxeUdpIoLib/
H A DDxeUdpIoLib.c568 @param[in] ImageHandle The image handle for the driver.
580 IN EFI_HANDLE ImageHandle,
604 UdpIo->Image = ImageHandle;
616 ImageHandle,
629 ImageHandle,
658 ImageHandle,
671 ImageHandle,
701 gBS->CloseProtocol (UdpIo->UdpHandle, &gEfiUdp4ProtocolGuid, ImageHandle, Controller);
703 gBS->CloseProtocol (UdpIo->UdpHandle, &gEfiUdp6ProtocolGuid, ImageHandle, Controller);
710 ImageHandle,
578 UdpIoCreateIo( IN EFI_HANDLE Controller, IN EFI_HANDLE ImageHandle, IN UDP_IO_CONFIG Configure, IN UINT8 UdpVersion, IN VOID *Context ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/SmmCorePerformanceLib/
H A DSmmCorePerformanceLib.c723 @param ImageHandle The firmware allocated handle for the EFI image.
732 IN EFI_HANDLE ImageHandle,
731 SmmCorePerformanceLibConstructor( IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/
H A DBootGraphicsResourceTableDxe.c452 @param[in] ImageHandle The firmware allocated handle for the EFI image.
462 IN EFI_HANDLE ImageHandle,
461 BootGraphicsDxeEntryPoint( IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTableDxe/
H A DFirmwarePerformanceDxe.c688 @param[in] ImageHandle The firmware allocated handle for the EFI image.
698 IN EFI_HANDLE ImageHandle,
697 FirmwarePerformanceDxeEntryPoint( IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Acpi/S3SaveStateDxe/
H A DS3SaveState.c877 @param ImageHandle Handle for this drivers loaded image protocol.
888 IN EFI_HANDLE ImageHandle,
887 InitializeS3SaveState( IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Acpi/SmmS3SaveState/
H A DSmmS3SaveState.c875 @param ImageHandle Handle for this drivers loaded image protocol.
886 IN EFI_HANDLE ImageHandle,
885 InitializeSmmS3SaveState( IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Console/ConPlatformDxe/
H A DConPlatform.c43 @param ImageHandle The firmware allocated handle for the EFI image.
52 IN EFI_HANDLE ImageHandle,
59 ImageHandle,
62 ImageHandle,
69 ImageHandle,
51 InitializeConPlatform( IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Disk/PartitionDxe/
H A DPartition.c1168 @param[in] ImageHandle The firmware allocated handle for the EFI image.
1178 IN EFI_HANDLE ImageHandle,
1188 ImageHandle,
1191 ImageHandle,
1177 InitializePartition( IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/EbcDxe/Ia32/
H A DEbcSupport.c349 @param ImageHandle image handle for the EBC application we're executing
360 IN EFI_HANDLE ImageHandle,
385 VmContext.ImageHandle = ImageHandle;
401 Status = GetEBCStack(ImageHandle, &VmContext.StackPool, &StackIndex);
424 *(UINTN *) (UINTN) (VmContext.Gpr[0]) = (UINTN) ImageHandle;
448 @param ImageHandle Image handle for the EBC image. If not null, then
464 IN EFI_HANDLE ImageHandle,
526 EbcAddImageThunk (ImageHandle, (VOID *) ThunkBase, ThunkSize);
358 ExecuteEbcImageEntryPoint( IN UINTN EntryPoint, IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable ) argument
463 EbcCreateThunks( IN EFI_HANDLE ImageHandle, IN VOID *EbcEntryPoint, OUT VOID **Thunk, IN UINT32 Flags ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/EbcDxe/X64/
H A DEbcSupport.c295 @param ImageHandle image handle for the EBC application we're executing
306 IN EFI_HANDLE ImageHandle,
331 VmContext.ImageHandle = ImageHandle;
344 Status = GetEBCStack(ImageHandle, &VmContext.StackPool, &StackIndex);
371 PushU64 (&VmContext, (UINT64) ImageHandle);
405 @param ImageHandle Image handle for the EBC image. If not null, then
421 IN EFI_HANDLE ImageHandle,
483 EbcAddImageThunk (ImageHandle, (VOID *) ThunkBase, ThunkSize);
304 ExecuteEbcImageEntryPoint( IN UINTN EntryPoint, IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable ) argument
420 EbcCreateThunks( IN EFI_HANDLE ImageHandle, IN VOID *EbcEntryPoint, OUT VOID **Thunk, IN UINT32 Flags ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/FaultTolerantWriteDxe/
H A DFaultTolerantWriteSmmDxe.c530 @param[in] ImageHandle The firmware allocated handle for the UEFI image.
539 IN EFI_HANDLE ImageHandle,
538 FaultTolerantWriteSmmInitialize( IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable ) argument

Completed in 252 milliseconds

1234567891011>>