Searched defs:ParentImageHandle (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Image/
H A DImage.c986 @param ParentImageHandle The caller's image handle.
1026 IN EFI_HANDLE ParentImageHandle,
1054 // The caller must pass in a valid ParentImageHandle
1056 if (ImageHandle == NULL || ParentImageHandle == NULL) {
1060 ParentImage = CoreLoadedImageInfo (ParentImageHandle);
1181 Image->Info.ParentHandle = ParentImageHandle;
1316 @param ParentImageHandle The caller's image handle.
1347 IN EFI_HANDLE ParentImageHandle,
1365 ParentImageHandle,
1396 @param ParentImageHandle Th
1024 CoreLoadImageCommon( IN BOOLEAN BootPolicy, IN EFI_HANDLE ParentImageHandle, IN EFI_DEVICE_PATH_PROTOCOL *FilePath, IN VOID *SourceBuffer OPTIONAL, IN UINTN SourceSize, IN EFI_PHYSICAL_ADDRESS DstBuffer OPTIONAL, IN OUT UINTN *NumberOfPages OPTIONAL, OUT EFI_HANDLE *ImageHandle, OUT EFI_PHYSICAL_ADDRESS *EntryPoint OPTIONAL, IN UINT32 Attribute ) argument
1345 CoreLoadImage( IN BOOLEAN BootPolicy, IN EFI_HANDLE ParentImageHandle, IN EFI_DEVICE_PATH_PROTOCOL *FilePath, IN VOID *SourceBuffer OPTIONAL, IN UINTN SourceSize, OUT EFI_HANDLE *ImageHandle ) argument
1431 CoreLoadImageEx( IN EFI_PE32_IMAGE_PROTOCOL *This, IN EFI_HANDLE ParentImageHandle, IN EFI_DEVICE_PATH_PROTOCOL *FilePath, IN VOID *SourceBuffer OPTIONAL, IN UINTN SourceSize, IN EFI_PHYSICAL_ADDRESS DstBuffer OPTIONAL, OUT UINTN *NumberOfPages OPTIONAL, OUT EFI_HANDLE *ImageHandle, OUT EFI_PHYSICAL_ADDRESS *EntryPoint OPTIONAL, IN UINT32 Attribute ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DShellProtocol.c1404 @param ParentImageHandle A handle of the image that is executing the specified
1425 IN CONST EFI_HANDLE *ParentImageHandle,
1438 if (ParentImageHandle == NULL) {
1452 *ParentImageHandle,
1548 @param ParentImageHandle A handle of the image that is executing the specified
1571 IN EFI_HANDLE *ParentImageHandle,
1604 ParentImageHandle,
1424 InternalShellExecuteDevicePath( IN CONST EFI_HANDLE *ParentImageHandle, IN CONST EFI_DEVICE_PATH_PROTOCOL *DevicePath, IN CONST CHAR16 *CommandLine OPTIONAL, IN CONST CHAR16 **Environment OPTIONAL, OUT EFI_STATUS *StatusCode OPTIONAL ) argument
1570 EfiShellExecute( IN EFI_HANDLE *ParentImageHandle, IN CHAR16 *CommandLine OPTIONAL, IN CHAR16 **Environment OPTIONAL, OUT EFI_STATUS *StatusCode OPTIONAL ) argument

Completed in 54 milliseconds