Searched refs:ExitData (Results 1 - 16 of 16) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Include/Library/
H A DPlatformBdsLib.h99 @param ExitData The exit data returned from failed boot.
108 IN CHAR16 *ExitData,
H A DGenericBdsLib.h119 @param ExitData Data returned when Boot image failed.
131 OUT CHAR16 **ExitData OPTIONAL
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/PlatformBdsLibNull/
H A DBdsPlatform.c140 @param ExitData Exit data returned from failed boot.
149 IN CHAR16 *ExitData,
146 PlatformBdsBootFail( IN BDS_COMMON_OPTION *Option, IN EFI_STATUS Status, IN CHAR16 *ExitData, IN UINTN ExitDataSize ) argument
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/UserIdentifyManagerDxe/
H A DLoadDeferredImage.c46 CHAR16 *ExitData; local
108 Status = gBS->StartImage (ImageHandle, &ExitDataSize, &ExitData);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Image/
H A DImage.c65 NULL, // ExitData
1463 @param ExitDataSize Pointer of the size to ExitData
1464 @param ExitData Pointer to a pointer to a data buffer that
1482 OUT CHAR16 **ExitData OPTIONAL
1585 // Handle the image's returned ExitData
1588 if (Image->ExitDataSize != 0 || Image->ExitData != NULL) {
1590 DEBUG ((DEBUG_LOAD, "StartImage: ExitDataSize %d, ExitData %p", (UINT32)Image->ExitDataSize, Image->ExitData));
1591 if (Image->ExitData != NULL) {
1592 DEBUG ((DEBUG_LOAD, " (%hs)", Image->ExitData));
[all...]
H A DImage.h43 /// Size of ExitData from started image
46 VOID *ExitData; member in struct:__anon10936
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/
H A DBdsEntry.c90 CHAR16 *ExitData; local
227 Status = BdsLibBootViaBootOption (BootOption, BootOption->DevicePath, &ExitDataSize, &ExitData);
233 PlatformBdsBootFail (BootOption, Status, ExitData, ExitDataSize);
H A DHotkey.c315 CHAR16 *ExitData; local
328 Status = BdsLibBootViaBootOption (mHotkeyBootOption, mHotkeyBootOption->DevicePath, &ExitDataSize, &ExitData);
335 PlatformBdsBootFail (mHotkeyBootOption, Status, ExitData, ExitDataSize);
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/BootMngr/
H A DBootManager.c203 CHAR16 *ExitData; local
377 Status = BdsLibBootViaBootOption (gOption, gOption->DevicePath, &ExitDataSize, &ExitData);
384 PlatformBdsBootFail (gOption, Status, ExitData, ExitDataSize);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Uefi/
H A DUefiSpec.h847 @param ExitDataSize The pointer to the size, in bytes, of ExitData.
848 @param ExitData The pointer to a pointer to a data buffer that includes a Null-terminated
861 OUT CHAR16 **ExitData OPTIONAL
870 @param ExitDataSize The size, in bytes, of ExitData. Ignored if ExitStatus is EFI_SUCCESS.
871 @param ExitData The pointer to a data buffer that includes a Null-terminated string,
874 for the image's exit. ExitData is only valid if ExitStatus
875 is something other than EFI_SUCCESS. The ExitData buffer
890 IN CHAR16 *ExitData OPTIONAL
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Uefi/
H A DUefiSpec.h847 @param ExitDataSize The pointer to the size, in bytes, of ExitData.
848 @param ExitData The pointer to a pointer to a data buffer that includes a Null-terminated
861 OUT CHAR16 **ExitData OPTIONAL
870 @param ExitDataSize The size, in bytes, of ExitData. Ignored if ExitStatus is EFI_SUCCESS.
871 @param ExitData The pointer to a data buffer that includes a Null-terminated string,
874 for the image's exit. ExitData is only valid if ExitStatus
875 is something other than EFI_SUCCESS. The ExitData buffer
890 IN CHAR16 *ExitData OPTIONAL
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DBdsBoot.c634 @param ExitData Data returned when Boot image failed.
646 OUT CHAR16 **ExitData OPTIONAL
669 *ExitData = NULL;
977 Status = gBS->StartImage (ImageHandle, ExitDataSize, ExitData);
2048 CHAR16 *ExitData; local
2081 BdsLibBootViaBootOption (BootOption, BootOption->DevicePath, &ExitDataSize, &ExitData);
H A DBdsMisc.c44 CHAR16 *ExitData; local
111 Status = gBS->StartImage (ImageHandle, &ExitDataSize, &ExitData);
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
H A DUpdatePage.c178 CHAR16 *ExitData; local
195 Status = BdsLibBootViaBootOption (Option, Option->DevicePath, &ExitDataSize, &ExitData);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/
H A DDxeMain.h1352 @param ExitDataSize Pointer of the size to ExitData
1353 @param ExitData Pointer to a pointer to a data buffer that
1371 OUT CHAR16 **ExitData OPTIONAL
1382 @param ExitDataSize The size, in bytes, of ExitData. Ignored if
1384 @param ExitData Pointer to a data buffer that includes a
1405 IN CHAR16 *ExitData OPTIONAL
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/Library/PlatformBdsLib/
H A DBdsPlatform.c1456 IN CHAR16 *ExitData,
1471 ExitData - Exit data returned from failed boot.
1453 PlatformBdsBootFail( IN BDS_COMMON_OPTION *Option, IN EFI_STATUS Status, IN CHAR16 *ExitData, IN UINTN ExitDataSize ) argument

Completed in 87 milliseconds