Searched defs:LoadOptions (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DLoadedImage.h67 UINT32 LoadOptionsSize;///< The size in bytes of LoadOptions.
68 VOID *LoadOptions; ///< A pointer to the image's binary load options. member in struct:__anon12208
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Protocol/
H A DLoadedImage.h69 UINT32 LoadOptionsSize;///< The size in bytes of LoadOptions.
70 VOID *LoadOptions; ///< A pointer to the image's binary load options. member in struct:__anon15653
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Include/Library/
H A DGenericBdsLib.h87 VOID *LoadOptions; member in struct:__anon10443
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DBdsMisc.c103 ImageInfo->LoadOptions = Option->LoadOptions;
629 VOID *LoadOptions; local
712 LoadOptions = TempPtr;
741 Option->LoadOptions = AllocateZeroPool (LoadOptionsSize);
742 ASSERT(Option->LoadOptions != NULL);
743 CopyMem (Option->LoadOptions, LoadOptions, LoadOptionsSize);
779 FreePool (Option->LoadOptions);
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/Csm/CsmSupportLib/
H A DLegacyPlatform.c927 IN VOID *LoadOptions,
922 PrepareToBoot( IN EFI_LEGACY_BIOS_PLATFORM_PROTOCOL *This, IN BBS_BBS_DEVICE_PATH *BbsDevicePath, IN VOID *BbsTable, IN UINT32 LoadOptionsSize, IN VOID *LoadOptions, IN VOID *EfiToLegacy16BootTable ) argument

Completed in 58 milliseconds