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

/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/
H A DVBoxMPMisc.h134 uint32_t offData; member in struct:VBOXVIDEOCM_ALLOC_MGR
146 NTSTATUS vboxVideoAMgrCreate(PVBOXMP_DEVEXT pDevExt, PVBOXVIDEOCM_ALLOC_MGR pMgr, uint32_t offData, uint32_t cbData);
/vbox/include/VBox/
H A DVBoxUhgsmi.h90 uint32_t offData; member in struct:VBOXUHGSMI_BUFFER_SUBMIT
/vbox/src/VBox/ValidationKit/utils/TestExecServ/
H A DTestExecServiceTcp.cpp459 size_t offData = 0; local
469 offData = g_cbTcpStashed;
488 while (offData < sizeof(uint32_t))
491 rc = RTTcpRead(hTcpClient, pbData + offData, sizeof(uint32_t) - offData, &cbRead);
500 offData += cbRead;
528 while (offData < cbData)
531 rc = RTTcpRead(hTcpClient, pbData + offData, cbData - offData, &cbRead);
540 offData
[all...]
/vbox/src/VBox/Storage/
H A DVDICore.h143 uint32_t offData; member in struct:VDIHEADER1
192 uint32_t offData; member in struct:VDIHEADER1PLUS
349 case 1: return ph->u.v1.offData;
355 DECLINLINE(void) setImageDataOffset(PVDIHEADER ph, uint32_t offData) argument
360 case 1: ph->u.v1.offData = offData; return;
H A DQCOW.cpp1376 uint64_t offData = qcowClusterAllocate(pImage, 1); local
1383 pClusterAlloc->offNextClusterOld = offData;
1384 pClusterAlloc->offClusterNew = offData;
1388 offData, pIoCtx, pClusterAlloc->cbToWrite,
1871 uint64_t offData = qcowClusterAllocate(pImage, 1); local
1874 pDataClusterAlloc->offNextClusterOld = offData;
1875 pDataClusterAlloc->offClusterNew = offData;
1883 offData, pIoCtx, cbToWrite,
2448 uint64_t offData = qcowClusterAllocate(pImage, 1); local
2450 Assert((offData
[all...]
H A DQED.cpp1470 uint64_t offData = qedClusterAllocate(pImage, 1); local
1477 pClusterAlloc->cbImageOld = offData;
1478 pClusterAlloc->offClusterNew = offData;
1482 offData, pIoCtx, pClusterAlloc->cbToWrite,
1966 uint64_t offData = qedClusterAllocate(pImage, 1); local
1969 pDataClusterAlloc->cbImageOld = offData;
1970 pDataClusterAlloc->offClusterNew = offData;
1978 offData, pIoCtx, cbToWrite,
2543 uint64_t offData = qedClusterAllocate(pImage, 1); local
2545 Assert((offData
[all...]
H A DDMG.cpp110 uint64_t offData; /**< 0x018 - Where the data fork starts (usually 0). (fUDIFDataForkOffset) */ member in struct:DMGUDIF
209 uint64_t offData; /**< 0x018 - Offset in the image where the data starts. */ member in struct:DMGBLKXDESC
573 pUdif->offData = RT_BSWAP_U64(pUdif->offData);
639 pBlkxDesc->offData = RT_BE2H_U64(pBlkxDesc->offData);
656 DMG_VALIDATE(pFtr->cbData <= offFtr && pFtr->offData + pFtr->cbData <= offFtr, ("cbData=%#RX64 offData=%#RX64 offFtr=%#RX64\n", pFtr->cbData, pFtr->offData, offFtr));
657 DMG_VALIDATE(pFtr->offData < offFt
[all...]
/vbox/src/VBox/Runtime/common/zip/
H A Dpkzipvfs.cpp1123 uint64_t offData = 0; local
1131 rc = rtZipPkzipFssIosReadCdh(pThis, &offData, &enmCompMethod, &cbCompressed);
1168 pIosData->offComp = offData;
1169 pIosData->offCompStart = offData;
H A Dxarvfs.cpp143 RTFOFF offData; member in struct:RTZIPXARDATASTREAM
595 rc = rtZipXarGetOffsetSizeLengthFromElem(pDataElem, &pDataAttr->offData,
882 int rc = RTVfsIoStrmReadAt(pThis->hVfsIos, off + pThis->DataAttr.offData, pSgBuf->paSegs[0].pvSeg,
1522 DataAttr.offData += pThis->offZero + pThis->offStart;
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/
H A Dserver_main.c1749 uint32_t offData; member in struct:CR_SERVER_LOADSTATE_READER
1775 memcpy(pvBuffer, pReader->pu8Buffer + pReader->offData, cbData);
1777 pReader->offData += cbData;
1801 pReader->offData = 0;
1805 else if (pReader->offData >= cbBuffer)
1807 pReader->offData -= cbBuffer;
1809 memcpy(pReader->pu8Buffer + pReader->offData, pvBuffer, cbBuffer);
1825 memcpy(pReader->pu8Buffer + cbBuffer, pu8Buffer + pReader->offData, pReader->cbData);
1832 pReader->offData = 0;
/vbox/src/VBox/Additions/WINNT/Graphics/Video/common/wddm/
H A DVBoxMPIf.h184 uint32_t offData; member in struct:VBOXWDDM_UHGSMI_BUFFER_UI_SUBMIT_INFO
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwingdi.h2382 DWORD offData; member in struct:__anon14373
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwingdi.h2317 DWORD offData; member in struct:__anon1693

Completed in 121 milliseconds