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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/PiDxeS3BootScriptLib/
H A DBootScriptSave.c1390 EFI_BOOT_SCRIPT_INFORMATION ScriptInformation; local
1417 ScriptInformation.OpCode = EFI_BOOT_SCRIPT_INFORMATION_OPCODE;
1418 ScriptInformation.Length = Length;
1421 ScriptInformation.InformationLength = InformationLength;
1424 ScriptInformation.Information = (EFI_PHYSICAL_ADDRESS) (UINTN) Buffer;
1426 CopyMem ((VOID*)Script, (VOID*)&ScriptInformation, sizeof (EFI_BOOT_SCRIPT_INFORMATION));
1844 EFI_BOOT_SCRIPT_INFORMATION ScriptInformation; local
1856 ScriptInformation.OpCode = S3_BOOT_SCRIPT_LIB_LABEL_OPCODE;
1857 ScriptInformation.Length = Length;
1860 ScriptInformation
[all...]

Completed in 174 milliseconds