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

/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/common/
H A DVBoxMPCommon.cpp41 ULONG inIoSpace = 0; local
43 Status = VideoPortMapMemory(pPEXT, FrameBuffer, &VideoRamLength, &inIoSpace, &VideoRamBase);
/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/xpdm/
H A DVBoxMPIOCTL.cpp73 ULONG inIoSpace = 0; local
84 &inIoSpace, &pMapInfo->VideoRamBase);
127 ULONG inIoSpace = 0; local
149 pStatus->Status = VideoPortMapMemory(pExt, shareAddress, &size, &inIoSpace, &virtualAddress);

Completed in 33 milliseconds