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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/PiDxeS3BootScriptLib/
H A DBootScriptInternalFormat.h148 EFI_PHYSICAL_ADDRESS Information; member in struct:__anon11102
H A DBootScriptExecute.c1203 EFI_BOOT_SCRIPT_INFORMATION Information; local
1205 CopyMem ((VOID*)&Information, (VOID*)Script, sizeof(Information));
1207 DEBUG ((EFI_D_INFO, "BootScriptExecuteInformation - 0x%08x\n", (UINTN)Information.Information));
1210 for (Index = 0; Index < Information.InformationLength; Index++) {
1211 DEBUG ((EFI_D_INFO, "%02x ", *(UINT8 *)(UINTN)(Information.Information + Index)));
H A DBootScriptSave.c121 EFI_BOOT_SCRIPT_INFORMATION Information; local
138 CopyMem ((VOID*)&Information, (VOID*)Script, sizeof(Information));
139 InformationBufferSize += Information.InformationLength;
152 Originally, the Information buffer is pointer to EfiRuntimeServicesCode,
157 @param InformationBuffer The address of new Information buffer.
158 @param InformationBufferSize The size of new Information buffer.
171 EFI_BOOT_SCRIPT_INFORMATION Information; local
188 CopyMem ((VOID*)&Information, (VOID*)Script, sizeof(Information));
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Acpi/S3SaveStateDxe/
H A DS3SaveState.c400 EFI_PHYSICAL_ADDRESS Information; local
403 Information = VA_ARG (Marker, EFI_PHYSICAL_ADDRESS);
404 return S3BootScriptSaveInformation (InformationLength, (VOID*)(UINTN)Information);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Acpi/SmmS3SaveState/
H A DSmmS3SaveState.c399 EFI_PHYSICAL_ADDRESS Information; local
402 Information = VA_ARG (Marker, EFI_PHYSICAL_ADDRESS);
403 return S3BootScriptSaveInformation (InformationLength, (VOID*)(UINTN)Information);
/vbox/src/VBox/Runtime/r3/win/
H A Dfs-win.cpp52 ULONG_PTR Information; member in struct:_IO_STATUS_BLOCK
H A Dpipe-win.cpp106 ULONG_PTR Information; member in struct:_IO_STATUS_BLOCK
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/IndustryStandard/
H A DAcpi10.h168 UINT8 Information; member in struct:__anon11390
177 UINT8 Information; member in struct:__anon11391
185 UINT8 Information; member in struct:__anon11392
206 UINT8 Information; member in struct:__anon11394
218 UINT8 Information; member in struct:__anon11395
230 UINT8 Information; member in struct:__anon11396
337 // IRQ Information
352 // DMA Information
370 // IO Information
378 // Memory Information
[all...]
/vbox/src/VBox/Devices/Storage/
H A DDrvHostBase.cpp67 ULONG_PTR Information; member in struct:_IO_STATUS_BLOCK
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinternl.h948 ULONG_PTR Information; member in struct:_IO_STATUS_BLOCK
1112 /* System Information Class 0x00 */
1134 /* System Information Class 0x01 */
1163 /* System Information Class 0x02 */
1242 /* System Information Class 0x03 */
1256 /* System Information Class 0x08 */
1266 /* System Information Class 0x0b */
1277 /* System Information Class 0x10 */
1293 /* System Information Class 0x15 */
1307 /* System Information Clas
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinternl.h923 ULONG_PTR Information; member in struct:_IO_STATUS_BLOCK
1082 /* System Information Class 0x00 */
1104 /* System Information Class 0x01 */
1134 /* System Information Class 0x02 */
1213 /* System Information Class 0x03 */
1227 /* System Information Class 0x08 */
1237 /* System Information Class 0x0b */
1248 /* System Information Class 0x10 */
1264 /* System Information Class 0x15 */
1277 /* System Information Clas
[all...]

Completed in 83 milliseconds