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

/vbox/src/VBox/Storage/testcase/
H A DVDIoBackend.h31 typedef struct VDIOSTORAGE *PVDIOSTORAGE; typedef in typeref:struct:VDIOSTORAGE
33 typedef PVDIOSTORAGE *PPVDIOSTORAGE;
68 void VDIoBackendStorageDestroy(PVDIOSTORAGE pIoStorage);
70 int VDIoBackendStorageSetSize(PVDIOSTORAGE pIoStorage, uint64_t cbSize);
72 int VDIoBackendStorageGetSize(PVDIOSTORAGE pIoStorage, uint64_t *pcbSize);
74 DECLHIDDEN(int) VDIoBackendDumpToFile(PVDIOSTORAGE pIoStorage, const char *pszPath);
89 int VDIoBackendTransfer(PVDIOSTORAGE pIoStorage, VDIOTXDIR enmTxDir, uint64_t off,
H A DVDIoBackend.cpp69 PVDIOSTORAGE pIoStorage = (PVDIOSTORAGE)RTAioMgrFileGetUser(hAioMgrFile);
104 PVDIOSTORAGE pIoStorage = (PVDIOSTORAGE)RTMemAllocZ(sizeof(VDIOSTORAGE));
167 void VDIoBackendStorageDestroy(PVDIOSTORAGE pIoStorage)
183 int VDIoBackendTransfer(PVDIOSTORAGE pIoStorage, VDIOTXDIR enmTxDir, uint64_t off,
256 int VDIoBackendStorageSetSize(PVDIOSTORAGE pIoStorage, uint64_t cbSize)
270 int VDIoBackendStorageGetSize(PVDIOSTORAGE pIoStorage, uint64_t *pcbSize)
284 DECLHIDDEN(int) VDIoBackendDumpToFile(PVDIOSTORAGE pIoStorage, const char *pszPath)
H A DtstVDIo.cpp61 PVDIOSTORAGE pIoStorage;
/vbox/include/VBox/
H A Dvd-ifs-internal.h87 typedef struct VDIOSTORAGE *PVDIOSTORAGE; typedef in typeref:struct:VDIOSTORAGE
89 typedef PVDIOSTORAGE *PPVDIOSTORAGE;
145 DECLR3CALLBACKMEMBER(int, pfnClose, (void *pvUser, PVDIOSTORAGE pStorage));
196 DECLR3CALLBACKMEMBER(int, pfnGetSize, (void *pvUser, PVDIOSTORAGE pStorage,
208 DECLR3CALLBACKMEMBER(int, pfnSetSize, (void *pvUser, PVDIOSTORAGE pStorage,
221 DECLR3CALLBACKMEMBER(int, pfnReadUser, (void *pvUser, PVDIOSTORAGE pStorage,
237 DECLR3CALLBACKMEMBER(int, pfnWriteUser, (void *pvUser, PVDIOSTORAGE pStorage,
265 DECLR3CALLBACKMEMBER(int, pfnReadMeta, (void *pvUser, PVDIOSTORAGE pStorage,
287 DECLR3CALLBACKMEMBER(int, pfnWriteMeta, (void *pvUser, PVDIOSTORAGE pStorage,
315 DECLR3CALLBACKMEMBER(int, pfnFlush, (void *pvUser, PVDIOSTORAGE pStorag
[all...]
/vbox/src/VBox/Storage/
H A DVDIfVfs.cpp51 PVDIOSTORAGE pStorage;
101 rc = vdIfIoIntFileReadSync(pThis->pVDIfsIoInt, (PVDIOSTORAGE)pThis->pStorage, off, pSgBuf[0].pvSegCur, pSgBuf->paSegs[0].cbSeg);
232 pThis->pStorage = (PVDIOSTORAGE)pvStorage;
404 pThis->pStorage = (PVDIOSTORAGE)pvStorage;
H A DVDICore.h519 PVDIOSTORAGE pStorage;
H A DVD.cpp518 PVDIOSTORAGE pIoStorage;
574 PVDIOSTORAGE pIoStorage;
1482 DECLINLINE(PVDIOTASK) vdIoTaskUserAlloc(PVDIOSTORAGE pIoStorage, PFNVDXFERCOMPLETED pfnComplete, void *pvUser, PVDIOCTX pIoCtx, uint32_t cbTransfer)
1500 DECLINLINE(PVDIOTASK) vdIoTaskMetaAlloc(PVDIOSTORAGE pIoStorage, PFNVDXFERCOMPLETED pfnComplete, void *pvUser, PVDMETAXFER pMetaXfer)
1550 DECLINLINE(PVDMETAXFER) vdMetaXferAlloc(PVDIOSTORAGE pIoStorage, uint64_t uOffset, size_t cb)
4163 static int vdUserXferCompleted(PVDIOSTORAGE pIoStorage, PVDIOCTX pIoCtx,
4191 static void vdIoCtxContinueDeferredList(PVDIOSTORAGE pIoStorage, PRTLISTANCHOR pListWaiting,
4226 static int vdMetaXferCompleted(PVDIOSTORAGE pIoStorage, PFNVDXFERCOMPLETED pfnComplete, void *pvUser,
4368 PVDIOSTORAGE pIoStorage = pHead->pIoStorage;
4481 PVDIOSTORAGE pIoStorag
[all...]
H A DParallels.cpp67 PVDIOSTORAGE pStorage;
364 PVDIOSTORAGE pStorage;
H A DRAW.cpp44 PVDIOSTORAGE pStorage;
350 PVDIOSTORAGE pStorage = NULL;
H A DVHD.cpp131 PVDIOSTORAGE pStorage;
1243 PVDIOSTORAGE pStorage;
2861 PVDIOSTORAGE pStorage;
H A DDMG.cpp317 PVDIOSTORAGE pStorage;
1719 PVDIOSTORAGE pStorage = NULL;
H A DVCICache.cpp340 PVDIOSTORAGE pStorage;
1448 PVDIOSTORAGE pStorage = NULL;
H A DVHDX.cpp517 PVDIOSTORAGE pStorage;
1738 PVDIOSTORAGE pStorage = NULL;
H A DQCOW.cpp172 PVDIOSTORAGE pStorage;
1441 PVDIOSTORAGE pStorage = NULL;
H A DQED.cpp153 PVDIOSTORAGE pStorage;
1535 PVDIOSTORAGE pStorage = NULL;
H A DVDI.cpp3003 PVDIOSTORAGE pStorage;
H A DVMDK.cpp238 PVDIOSTORAGE pStorage;

Completed in 160 milliseconds