Searched refs:ScriptIoReadWrite (Results 1 – 1 of 1) sorted by relevance
1046 EFI_BOOT_SCRIPT_IO_READ_WRITE ScriptIoReadWrite; in S3BootScriptSaveIoReadWrite() local1058 ScriptIoReadWrite.OpCode = EFI_BOOT_SCRIPT_IO_READ_WRITE_OPCODE; in S3BootScriptSaveIoReadWrite()1059 ScriptIoReadWrite.Length = Length; in S3BootScriptSaveIoReadWrite()1060 ScriptIoReadWrite.Width = Width; in S3BootScriptSaveIoReadWrite()1061 ScriptIoReadWrite.Address = Address; in S3BootScriptSaveIoReadWrite()1063 CopyMem ((VOID*)Script, (VOID*)&ScriptIoReadWrite, sizeof(EFI_BOOT_SCRIPT_IO_READ_WRITE)); in S3BootScriptSaveIoReadWrite()