Searched refs:pVDIfsIoInt (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Storage/
H A DVDIfVfs.cpp45 * Can be NULL, in which case pVDIfsIoInt must be valid. */
49 PVDINTERFACEIOINT pVDIfsIoInt; member in struct:VDIFVFSIOSFILE
101 rc = vdIfIoIntFileReadSync(pThis->pVDIfsIoInt, (PVDIOSTORAGE)pThis->pStorage, off, pSgBuf[0].pvSegCur, pSgBuf->paSegs[0].cbSeg);
135 rc = vdIfIoIntFileWriteSync(pThis->pVDIfsIoInt, pThis->pStorage, off, pSgBuf[0].pvSegCur, pSgBuf->paSegs[0].cbSeg);
155 rc = vdIfIoIntFileFlushSync(pThis->pVDIfsIoInt, pThis->pStorage);
231 pThis->pVDIfsIoInt = NULL;
295 rc = vdIfIoIntFileGetSize(pThis->pVDIfsIoInt, pThis->pStorage, &cbFile);
341 rc = vdIfIoIntFileGetSize(pThis->pVDIfsIoInt, pThis->pStorage, pcbFile);
403 pThis->pVDIfsIoInt = pVDIfsInt;

Completed in 31 milliseconds