Searched refs:LoadOptions (Results 1 - 18 of 18) 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/PC/ipxe/src/image/
H A Defi_image.c160 &loaded.image->LoadOptions,
177 free ( loaded.image->LoadOptions );
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/Ipf/
H A DIpfBootSupport.c83 @param LoadOptions LoadOption from BootXXXX variable
94 IN VOID *LoadOptions
/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);
H A DBdsBoot.c105 Option->LoadOptions
151 FreePool (BootOption->LoadOptions);
849 VBoxLogFlowFuncMarkVar(Option->LoadOptions, "%s");
850 if (StrnCmp(L"config=", (CHAR16 *)Option->LoadOptions, 7) == 0) {
852 CHAR16 *pszConfigValue = &((CHAR16 *)Option->LoadOptions)[7];
957 ImageInfo->LoadOptions = Option->LoadOptions;
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Include/Protocol/
H A DLegacyBiosPlatform.h723 IN VOID *LoadOptions,
H A DLegacyBios.h1266 IN VOID *LoadOptions
/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/Universal/BdsDxe/
H A DHotkey.c345 FreePool (mHotkeyBootOption->LoadOptions);
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
H A DLegacyBiosInterface.h989 @param LoadOptions LoadOption from BootXXXX variable
1000 IN VOID *LoadOptions
H A DLegacyBootSupport.c1490 @param LoadOptions LoadOption from BootXXXX variable
1501 IN VOID *LoadOptions
1508 mLoadOptions = LoadOptions;
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
H A DBBSsupport.c1682 DevType = ((BBS_TABLE *) Entry->LoadOptions)->DeviceType;
1683 BbsIndex = *(UINT16 *) ((BBS_TABLE *) Entry->LoadOptions + 1);
H A DUpdatePage.c186 Option->LoadOptions = NULL;
/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
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/Library/PlatformBdsLib/
H A DBdsPlatform.c1310 VBoxLogFlowFuncMarkVar(BootOption0080->LoadOptions, "%s");
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DShellParametersProtocol.c316 StrCpy(FullCommandLine, LoadedImage->LoadOptions);
H A DShellProtocol.c1476 LoadedImage->LoadOptions = (VOID*)CommandLine;

Completed in 136 milliseconds