Searched refs:Information (Results 1 - 25 of 35) sorted by relevance

12

/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/xpdm/
H A DVBoxMPIOCTL.cpp93 pStatus->Information = sizeof(VIDEO_MEMORY_INFORMATION);
157 pStatus->Information = sizeof(VIDEO_SHARE_MEMORY_INFORMATION);
234 pStatus->Information = sizeof(VIDEO_MODE_INFORMATION);
254 pStatus->Information = sizeof(VIDEO_NUM_MODES);
268 pStatus->Information = ulSize;
385 pStatus->Information = sizeof(VIDEO_POINTER_POSITION);
407 pStatus->Information = sizeof(VIDEO_POINTER_CAPABILITIES);
434 pStatus->Information = sizeof(VBVAENABLERESULT);
499 pStatus->Information = sizeof(HGSMIQUERYCPORTPROCS);
525 pStatus->Information
[all...]
H A DVBoxMPDriver.cpp445 pStatus->Information = sizeof(ULONG);
544 pStatus->Information = sizeof (uint32_t);
576 pStatus->Information = NULL;
/vbox/src/VBox/HostDrivers/VBoxUSB/win/dev/
H A DVBoxUsbPnP.cpp45 pIrp->IoStatus.Information = 0;
60 pIrp->IoStatus.Information = 0;
94 pIrp->IoStatus.Information = 0;
126 pIrp->IoStatus.Information = 0;
165 pIrp->IoStatus.Information = 0;
H A DVBoxUsbPwr.cpp64 pIrp->IoStatus.Information = 0;
101 pIrp->IoStatus.Information = 0;
255 pIrp->IoStatus.Information = 0;
332 pIrp->IoStatus.Information = 0;
414 pIrp->IoStatus.Information = 0;
/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/EFI/Firmware/MdeModulePkg/Library/PiDxeS3BootScriptLib/
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...]
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)));
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Isa/IsaIoDxe/
H A DIsaIo.c148 Convert the IO Information in ACPI descriptor to IO ISA Attribute.
150 @param[in] Information The IO Information in ACPI descriptor
156 IN UINT8 Information
163 switch (Information & EFI_ACPI_IO_DECODE_MASK) {
177 Convert the IRQ Information in ACPI descriptor to IRQ ISA Attribute.
179 @param[in] Information The IRQ Information in ACPI descriptor
185 IN UINT8 Information
192 if ((Information
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/extensions/
H A DQIMessageBox.h66 AlertIconType_Information = QMessageBox::Information,
/vbox/src/VBox/HostDrivers/VBoxUSB/win/mon/
H A DVBoxUsbMon.cpp210 PDEVICE_RELATIONS pRel = (PDEVICE_RELATIONS)IoStatus.Information;
708 WCHAR *pId = (WCHAR *)pIoStatus->Information;
736 ExFreePool((PVOID)pIoStatus->Information);
737 pIoStatus->Information = (ULONG_PTR)pId;
760 WCHAR *pId = (WCHAR *)pIoStatus->Information;
804 ExFreePool((PVOID)pIoStatus->Information);
806 pIoStatus->Information = (ULONG_PTR)pId;
857 ExFreePool((PVOID)pIoStatus->Information);
858 pIoStatus->Information = (ULONG_PTR)pId;
891 ExFreePool((PVOID)pIoStatus->Information);
[all...]
/vbox/src/VBox/HostDrivers/VBoxUSB/win/cmn/
H A DVBoxDrvTool.h82 pIrp->IoStatus.Information = ulInfo;
H A DVBoxUsbTool.cpp333 pIrp->IoStatus.Information = NULL;
376 pIoStatus->Information = 0;
/vbox/src/VBox/Runtime/r3/nt/
H A Ddirenum-r3-nt.cpp289 Ios.Information = 0;
296 (PULONG)&Ios.Information);
352 Assert(Ios.Information > sizeof(*pThis->uCurData.pBoth));
358 pThis->cbBuffer = Ios.Information;
H A Dpathint-nt.cpp416 *puAction = Ios.Information;
/vbox/src/VBox/Additions/WINNT/SharedFolders/driver/
H A Dvbsf.c57 Irp->IoStatus.Information = 0;
338 pIrp->IoStatus.Information = 0;
357 pIrp->IoStatus.Information = 0;
369 pIrp->IoStatus.Information = 0;
394 pIrp->IoStatus.Information = 0;
/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuest-win.cpp689 pIrp->IoStatus.Information = 0;
721 pIrp->IoStatus.Information = 0;
810 pIrp->IoStatus.Information = cbOut;
869 pIrp->IoStatus.Information = Info;
941 pIrp->IoStatus.Information = 0;
/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/HostDrivers/Support/win/
H A DSUPLib-win.cpp660 Ios.Information = 0;
690 Ios.Information = 0;
H A DSUPDrv-win.cpp691 pIrp->IoStatus.Information = uInfo;
1018 pIoStatus->Information = 0;
1031 pIoStatus->Information = 0;
1041 pIoStatus->Information = 0;
1057 pIoStatus->Information = 0; /* Could be used to pass rc if we liked. */
1197 pIoStatus->Information = cbOut;
1339 pIrp->IoStatus.Information = cbOut;
1431 pIrp->IoStatus.Information = cbOut;
1451 pIrp->IoStatus.Information = 0;
1498 pIrp->IoStatus.Information
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Library/
H A DS3BootScriptLib.h349 @param[in] Information Information to be logged in the boot scrpit
361 IN VOID *Information
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseS3BootScriptLibNull/
H A DBootScriptLib.c312 @param Information Information to be logged in the boot scrpit
323 IN VOID *Information
/vbox/src/VBox/Additions/WINNT/Mouse/NT5/
H A DVBoxMFDriver.cpp175 Irp->IoStatus.Information = 0;
/vbox/src/VBox/Runtime/r3/win/
H A Dfs-win.cpp52 ULONG_PTR Information; member in struct:_IO_STATUS_BLOCK

Completed in 128 milliseconds

12