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

/vbox/include/VBox/
H A Dvd.h593 * @param pDisk Pointer to HDD container.
595 VBOXDDU_DECL(int) VDDestroy(PVBOXHDD pDisk); variable
628 * @param pDisk Pointer to HDD container.
634 VBOXDDU_DECL(int) VDOpen(PVBOXHDD pDisk, const char *pszBackend,
642 * @param pDisk Pointer to the HDD container which should use the cache image.
648 VBOXDDU_DECL(int) VDCacheOpen(PVBOXHDD pDisk, const char *pszBackend,
656 * @param pDisk Pointer to the HDD container which should use the filter.
662 VBOXDDU_DECL(int) VDFilterAdd(PVBOXHDD pDisk, const char *pszFilter, uint32_t fFlags,
669 * @param pDisk Pointer to HDD container.
682 VBOXDDU_DECL(int) VDCreateBase(PVBOXHDD pDisk, cons
962 VBOXDDU_DECL(int) VDCloseAll(PVBOXHDD pDisk); variable
970 VBOXDDU_DECL(int) VDFilterRemoveAll(PVBOXHDD pDisk); variable
1007 VBOXDDU_DECL(int) VDFlush(PVBOXHDD pDisk); variable
1015 VBOXDDU_DECL(unsigned) VDGetCount(PVBOXHDD pDisk); variable
1024 VBOXDDU_DECL(bool) VDIsReadOnly(PVBOXHDD pDisk); variable
1284 VBOXDDU_DECL(void) VDDumpImages(PVBOXHDD pDisk); variable
[all...]
/vbox/src/VBox/Storage/
H A DVD.cpp96 PVBOXHDD pDisk; member in struct:VDIO
313 PVBOXHDD pDisk; member in struct:VDPARENTSTATEDESC
348 PVBOXHDD pDisk; member in struct:VDIOCTX
665 static void vdDiskProcessBlockedIoCtx(PVBOXHDD pDisk);
666 static int vdDiskUnlock(PVBOXHDD pDisk, PVDIOCTX pIoCtxRc);
771 static int vdError(PVBOXHDD pDisk, int rc, RT_SRC_POS_DECL, argument
776 if (pDisk->pInterfaceError)
777 pDisk->pInterfaceError->pfnError(pDisk->pInterfaceError->Core.pvUser, rc, RT_SRC_POS_ARGS, pszFormat, va);
785 DECLINLINE(int) vdThreadStartRead(PVBOXHDD pDisk) argument
796 vdThreadFinishRead(PVBOXHDD pDisk) argument
807 vdThreadStartWrite(PVBOXHDD pDisk) argument
818 vdThreadFinishWrite(PVBOXHDD pDisk) argument
896 vdAddImageToList(PVBOXHDD pDisk, PVDIMAGE pImage) argument
921 vdRemoveImageFromList(PVBOXHDD pDisk, PVDIMAGE pImage) argument
974 vdGetImageByNumber(PVBOXHDD pDisk, unsigned nImage) argument
996 vdFilterChainApplyWrite(PVBOXHDD pDisk, uint64_t uOffset, size_t cbWrite, PVDIOCTX pIoCtx) argument
1025 vdFilterChainApplyRead(PVBOXHDD pDisk, uint64_t uOffset, size_t cbRead, PVDIOCTX pIoCtx) argument
1048 vdIoCtxRootComplete(PVBOXHDD pDisk, PVDIOCTX pIoCtx) argument
1063 vdIoCtxInit(PVDIOCTX pIoCtx, PVBOXHDD pDisk, VDIOCTXTXDIR enmTxDir, uint64_t uOffset, size_t cbTransfer, PVDIMAGE pImageStart, PCRTSGBUF pcSgBuf, void *pvAllocation, PFNVDIOCTXTRANSFER pfnIoCtxTransfer, uint32_t fFlags) argument
1211 vdDiscardRemoveBlocks(PVBOXHDD pDisk, PVDDISCARDSTATE pDiscard, size_t cbDiscardingNew) argument
1296 vdDiscardStateDestroy(PVBOXHDD pDisk) argument
1322 vdDiscardSetRangeAllocated(PVBOXHDD pDisk, uint64_t uOffset, size_t cbRange) argument
1364 vdIoCtxAlloc(PVBOXHDD pDisk, VDIOCTXTXDIR enmTxDir, uint64_t uOffset, size_t cbTransfer, PVDIMAGE pImageStart,PCRTSGBUF pcSgBuf, void *pvAllocation, PFNVDIOCTXTRANSFER pfnIoCtxTransfer, uint32_t fFlags) argument
1382 vdIoCtxRootAlloc(PVBOXHDD pDisk, VDIOCTXTXDIR enmTxDir, uint64_t uOffset, size_t cbTransfer, PVDIMAGE pImageStart, PCRTSGBUF pcSgBuf, PFNVDASYNCTRANSFERCOMPLETE pfnComplete, void *pvUser1, void *pvUser2, void *pvAllocation, PFNVDIOCTXTRANSFER pfnIoCtxTransfer, uint32_t fFlags) argument
1406 vdIoCtxDiscardInit(PVDIOCTX pIoCtx, PVBOXHDD pDisk, PCRTRANGE paRanges, unsigned cRanges, PFNVDASYNCTRANSFERCOMPLETE pfnComplete, void *pvUser1, void *pvUser2, void *pvAllocation, PFNVDIOCTXTRANSFER pfnIoCtxTransfer, uint32_t fFlags) argument
1435 vdIoCtxDiscardAlloc(PVBOXHDD pDisk, PCRTRANGE paRanges, unsigned cRanges, PFNVDASYNCTRANSFERCOMPLETE pfnComplete, void *pvUser1, void *pvUser2, void *pvAllocation, PFNVDIOCTXTRANSFER pfnIoCtxTransfer, uint32_t fFlags) argument
1456 vdIoCtxChildAlloc(PVBOXHDD pDisk, VDIOCTXTXDIR enmTxDir, uint64_t uOffset, size_t cbTransfer, PVDIMAGE pImageStart, PCRTSGBUF pcSgBuf, PVDIOCTX pIoCtxParent, size_t cbTransferParent, size_t cbWriteParent, void *pvAllocation, PFNVDIOCTXTRANSFER pfnIoCtxTransfer) argument
1517 vdIoCtxFree(PVBOXHDD pDisk, PVDIOCTX pIoCtx) argument
1532 vdIoTaskFree(PVBOXHDD pDisk, PVDIOTASK pIoTask) argument
1584 vdIoCtxDefer(PVBOXHDD pDisk, PVDIOCTX pIoCtx) argument
1723 vdDiskProcessWaitingIoCtx(PVBOXHDD pDisk, PVDIOCTX pIoCtxRc) argument
1808 vdDiskProcessBlockedIoCtx(PVBOXHDD pDisk) argument
1866 PVBOXHDD pDisk = pIoCtx->pDisk; local
1899 PVBOXHDD pDisk = pIoCtx->pDisk; local
1922 vdIoCtxIsDiskLockOwner(PVBOXHDD pDisk, PVDIOCTX pIoCtx) argument
1927 vdIoCtxLockDisk(PVBOXHDD pDisk, PVDIOCTX pIoCtx) argument
1946 vdIoCtxUnlockDisk(PVBOXHDD pDisk, PVDIOCTX pIoCtx, bool fProcessBlockedReqs) argument
1969 vdDiskReadHelper(PVBOXHDD pDisk, PVDIMAGE pImage, PVDIMAGE pImageParentOverride, uint64_t uOffset, size_t cbRead, PVDIOCTX pIoCtx, size_t *pcbThisRead) argument
2012 PVBOXHDD pDisk = pIoCtx->pDisk; local
2217 vdReadHelperEx(PVBOXHDD pDisk, PVDIMAGE pImage, PVDIMAGE pImageParentOverride, uint64_t uOffset, void *pvBuf, size_t cbRead, bool fZeroFreeBlocks, bool fUpdateCache, unsigned cImagesRead) argument
2257 vdReadHelper(PVBOXHDD pDisk, PVDIMAGE pImage, uint64_t uOffset, void *pvBuf, size_t cbRead, bool fUpdateCache) argument
2267 vdResetModifiedFlag(PVBOXHDD pDisk) argument
2292 vdSetModifiedFlag(PVBOXHDD pDisk) argument
2316 vdWriteHelperEx(PVBOXHDD pDisk, PVDIMAGE pImage, PVDIMAGE pImageParentOverride, uint64_t uOffset, const void *pvBuf, size_t cbWrite, uint32_t fFlags, unsigned cImagesRead) argument
2356 vdWriteHelper(PVBOXHDD pDisk, PVDIMAGE pImage, uint64_t uOffset, const void *pvBuf, size_t cbWrite, uint32_t fFlags) argument
2523 PVBOXHDD pDisk = pIoCtx->pDisk; local
2536 vdSetModifiedFlagAsync(PVBOXHDD pDisk, PVDIOCTX pIoCtx) argument
2722 PVBOXHDD pDisk = pIoCtx->pDisk; local
2892 PVBOXHDD pDisk = pIoCtx->pDisk; local
2957 PVBOXHDD pDisk = pIoCtx->pDisk; local
3134 PVBOXHDD pDisk = pIoCtx->pDisk; local
3178 PVBOXHDD pDisk = pIoCtx->pDisk; local
3226 vdDiscardRemoveBlocksAsync(PVBOXHDD pDisk, PVDIOCTX pIoCtx, size_t cbDiscardingNew) argument
3315 PVBOXHDD pDisk = pIoCtx->pDisk; local
3389 PVBOXHDD pDisk = pIoCtx->pDisk; local
4068 PVBOXHDD pDisk = pIoCtx->pDisk; local
4169 PVBOXHDD pDisk = pIoCtx->pDisk; local
4229 PVBOXHDD pDisk = pIoStorage->pVDIo->pDisk; local
4345 vdIoTaskProcessWaitingList(PVBOXHDD pDisk) argument
4390 vdIoCtxProcessHaltedList(PVBOXHDD pDisk) argument
4431 vdDiskUnlock(PVBOXHDD pDisk, PVDIOCTX pIoCtxRc) argument
4482 PVBOXHDD pDisk = pIoStorage->pVDIo->pDisk; local
4624 PVBOXHDD pDisk = pVDIo->pDisk; local
4722 PVBOXHDD pDisk = pVDIo->pDisk; local
4822 PVBOXHDD pDisk = pVDIo->pDisk; local
4943 PVBOXHDD pDisk = pVDIo->pDisk; local
5099 PVBOXHDD pDisk = pVDIo->pDisk; local
5135 PVBOXHDD pDisk = pVDIo->pDisk; local
5212 PVBOXHDD pDisk = pVDIo->pDisk; local
5232 PVBOXHDD pDisk = pVDIo->pDisk; local
5251 PVBOXHDD pDisk = pVDIo->pDisk; local
5272 PVBOXHDD pDisk = pVDIo->pDisk; local
5293 PVBOXHDD pDisk = pVDIo->pDisk; local
5348 PVBOXHDD pDisk = pVDIo->pDisk; local
5519 vdMessageWrapper(PVBOXHDD pDisk, const char *pszFormat, ...) argument
5646 PVBOXHDD pDisk = (PVBOXHDD)pvUser1; local
5964 PVBOXHDD pDisk = NULL; local
6044 VDDestroy(PVBOXHDD pDisk) argument
6227 VDOpen(PVBOXHDD pDisk, const char *pszBackend, const char *pszFilename, unsigned uOpenFlags, PVDINTERFACE pVDIfsImage) argument
6554 VDCacheOpen(PVBOXHDD pDisk, const char *pszBackend, const char *pszFilename, unsigned uOpenFlags, PVDINTERFACE pVDIfsCache) argument
6726 VDFilterAdd(PVBOXHDD pDisk, const char *pszFilter, uint32_t fFlags, PVDINTERFACE pVDIfsFilter) argument
6837 VDCreateBase(PVBOXHDD pDisk, const char *pszBackend, const char *pszFilename, uint64_t cbSize, unsigned uImageFlags, const char *pszComment, PCVDGEOMETRY pPCHSGeometry, PCVDGEOMETRY pLCHSGeometry, PCRTUUID pUuid, unsigned uOpenFlags, PVDINTERFACE pVDIfsImage, PVDINTERFACE pVDIfsOperation) argument
7119 VDCreateDiff(PVBOXHDD pDisk, const char *pszBackend, const char *pszFilename, unsigned uImageFlags, const char *pszComment, PCRTUUID pUuid, PCRTUUID pParentUuid, unsigned uOpenFlags, PVDINTERFACE pVDIfsImage, PVDINTERFACE pVDIfsOperation) argument
7394 VDCreateCache(PVBOXHDD pDisk, const char *pszBackend, const char *pszFilename, uint64_t cbSize, unsigned uImageFlags, const char *pszComment, PCRTUUID pUuid, unsigned uOpenFlags, PVDINTERFACE pVDIfsCache, PVDINTERFACE pVDIfsOperation) argument
7609 VDMerge(PVBOXHDD pDisk, unsigned nImageFrom, unsigned nImageTo, PVDINTERFACE pVDIfsOperation) argument
8420 VDCompact(PVBOXHDD pDisk, unsigned nImage, PVDINTERFACE pVDIfsOperation) argument
8436 AssertMsgBreakStmt(VALID_PTR(pDisk), ("pDisk=%#p\\n", pDisk), local
8528 VDResize(PVBOXHDD pDisk, uint64_t cbSize, PCVDGEOMETRY pPCHSGeometry, PCVDGEOMETRY pLCHSGeometry, PVDINTERFACE pVDIfsOperation) argument
8545 AssertMsgBreakStmt(VALID_PTR(pDisk), ("pDisk=%#p\\n", pDisk), local
8647 VDPrepareWithFilters(PVBOXHDD pDisk, PVDINTERFACE pVDIfsOperation) argument
8659 AssertMsgBreakStmt(VALID_PTR(pDisk), ("pDisk=%#p\\n", pDisk), local
8849 VDClose(PVBOXHDD pDisk, bool fDelete) argument
8959 VDCacheClose(PVBOXHDD pDisk, bool fDelete) argument
8999 VDFilterRemove(PVBOXHDD pDisk, uint32_t fFlags) argument
9057 VDCloseAll(PVBOXHDD pDisk) argument
9121 VDFilterRemoveAll(PVBOXHDD pDisk) argument
9175 VDRead(PVBOXHDD pDisk, uint64_t uOffset, void *pvBuf, size_t cbRead) argument
9244 VDWrite(PVBOXHDD pDisk, uint64_t uOffset, const void *pvBuf, size_t cbWrite) argument
9315 VDFlush(PVBOXHDD pDisk) argument
9369 VDGetCount(PVBOXHDD pDisk) argument
9406 VDIsReadOnly(PVBOXHDD pDisk) argument
9449 VDGetSectorSize(PVBOXHDD pDisk, unsigned nImage) argument
9489 VDGetSize(PVBOXHDD pDisk, unsigned nImage) argument
9529 VDGetFileSize(PVBOXHDD pDisk, unsigned nImage) argument
9571 VDGetPCHSGeometry(PVBOXHDD pDisk, unsigned nImage, PVDGEOMETRY pPCHSGeometry) argument
9635 VDSetPCHSGeometry(PVBOXHDD pDisk, unsigned nImage, PCVDGEOMETRY pPCHSGeometry) argument
9739 VDGetLCHSGeometry(PVBOXHDD pDisk, unsigned nImage, PVDGEOMETRY pLCHSGeometry) argument
9803 VDSetLCHSGeometry(PVBOXHDD pDisk, unsigned nImage, PCVDGEOMETRY pLCHSGeometry) argument
9906 VDGetVersion(PVBOXHDD pDisk, unsigned nImage, unsigned *puVersion) argument
9955 VDBackendInfoSingle(PVBOXHDD pDisk, unsigned nImage, PVDBACKENDINFO pBackendInfo) argument
10007 VDGetImageFlags(PVBOXHDD pDisk, unsigned nImage, unsigned *puImageFlags) argument
10056 VDGetOpenFlags(PVBOXHDD pDisk, unsigned nImage, unsigned *puOpenFlags) argument
10107 VDSetOpenFlags(PVBOXHDD pDisk, unsigned nImage, unsigned uOpenFlags) argument
10167 VDGetFilename(PVBOXHDD pDisk, unsigned nImage, char *pszFilename, unsigned cbFilename) argument
10232 VDGetComment(PVBOXHDD pDisk, unsigned nImage, char *pszComment, unsigned cbComment) argument
10285 VDSetComment(PVBOXHDD pDisk, unsigned nImage, const char *pszComment) argument
10335 VDGetUuid(PVBOXHDD pDisk, unsigned nImage, PRTUUID pUuid) argument
10382 VDSetUuid(PVBOXHDD pDisk, unsigned nImage, PCRTUUID pUuid) argument
10435 VDGetModificationUuid(PVBOXHDD pDisk, unsigned nImage, PRTUUID pUuid) argument
10483 VDSetModificationUuid(PVBOXHDD pDisk, unsigned nImage, PCRTUUID pUuid) argument
10538 VDGetParentUuid(PVBOXHDD pDisk, unsigned nImage, PRTUUID pUuid) argument
10585 VDSetParentUuid(PVBOXHDD pDisk, unsigned nImage, PCRTUUID pUuid) argument
10637 VDDumpImages(PVBOXHDD pDisk) argument
10672 VDDiscardRanges(PVBOXHDD pDisk, PCRTRANGE paRanges, unsigned cRanges) argument
10730 VDAsyncRead(PVBOXHDD pDisk, uint64_t uOffset, size_t cbRead, PCRTSGBUF pcSgBuf, PFNVDASYNCTRANSFERCOMPLETE pfnComplete, void *pvUser1, void *pvUser2) argument
10803 VDAsyncWrite(PVBOXHDD pDisk, uint64_t uOffset, size_t cbWrite, PCRTSGBUF pcSgBuf, PFNVDASYNCTRANSFERCOMPLETE pfnComplete, void *pvUser1, void *pvUser2) argument
10874 VDAsyncFlush(PVBOXHDD pDisk, PFNVDASYNCTRANSFERCOMPLETE pfnComplete, void *pvUser1, void *pvUser2) argument
10930 VDAsyncDiscardRanges(PVBOXHDD pDisk, PCRTRANGE paRanges, unsigned cRanges, PFNVDASYNCTRANSFERCOMPLETE pfnComplete, void *pvUser1, void *pvUser2) argument
[all...]
H A DVDVfs.cpp44 PVBOXHDD pDisk; member in struct:VDVFSFILE
57 * @param pDisk VD disk container.
62 static int vdReadHelper(PVBOXHDD pDisk, uint64_t off, void *pvBuf, size_t cbRead) argument
69 rc = VDRead(pDisk, off, pvBuf, cbRead);
80 rc = VDRead(pDisk, offAligned, abBuf, 512);
96 rc = VDRead(pDisk, off, pbBuf, cbReadAligned);
111 rc = VDRead(pDisk, off, abBuf, 512);
125 * @param pDisk VD disk container.
130 static int vdWriteHelper(PVBOXHDD pDisk, uint64_t off, const void *pvBuf, size_t cbWrite)
137 rc = VDWrite(pDisk, of
521 VDCreateVfsFileFromDisk(PVBOXHDD pDisk, uint32_t fFlags, PRTVFSFILE phVfsFile) argument
[all...]
/vbox/src/VBox/Runtime/include/internal/
H A Ddvm.h92 * @param pDisk Disk descriptor.
95 DECLCALLBACKMEMBER(int, pfnProbe)(PCRTDVMDISK pDisk, uint32_t *puScore);
101 * @param pDisk The disk descriptor.
104 DECLCALLBACKMEMBER(int, pfnOpen)(PCRTDVMDISK pDisk, PRTDVMFMT phVolMgrFmt);
110 * @param pDisk The disk descriptor.
113 DECLCALLBACKMEMBER(int, pfnInitialize)(PCRTDVMDISK pDisk, PRTDVMFMT phVolMgrFmt);
273 * @param pDisk The disk descriptor.
275 DECLINLINE(uint64_t) rtDvmDiskGetSectors(PCRTDVMDISK pDisk) argument
277 return pDisk->cbDisk / pDisk
289 rtDvmDiskRead(PCRTDVMDISK pDisk, uint64_t off, void *pvBuf, size_t cbRead) argument
308 rtDvmDiskWrite(PCRTDVMDISK pDisk, uint64_t off, const void *pvBuf, size_t cbWrite) argument
[all...]
/vbox/src/VBox/Runtime/testcase/
H A DtstRTDvm.cpp63 PTSTRTDVMDISK pDisk = (PTSTRTDVMDISK)pvUser; local
65 if (pDisk->fUseImage)
66 return RTFileReadAt(pDisk->hImage, off, pvBuf, cbRead, NULL);
67 return RTDvmVolumeRead(pDisk->hVol, off, pvBuf, cbRead);
72 PTSTRTDVMDISK pDisk = (PTSTRTDVMDISK)pvUser; local
74 if (pDisk->fUseImage)
75 return RTFileWriteAt(pDisk->hImage, off, pvBuf, cbWrite, NULL);
76 return RTDvmVolumeWrite(pDisk->hVol, off, pvBuf, cbWrite);
79 static int tstRTDvmVolume(RTTEST hTest, PTSTRTDVMDISK pDisk, uint64_t cb, unsigned cNesting) argument
94 rc = RTDvmCreate(&hVolMgr, dvmDiskRead, dvmDiskWrite, cb, 512, 0, pDisk);
[all...]
/vbox/src/VBox/Runtime/common/dvm/
H A Ddvmmbr.cpp49 PCRTDVMDISK pDisk; member in struct:RTDVMFMTINTERNAL
117 static DECLCALLBACK(int) rtDvmFmtMbrProbe(PCRTDVMDISK pDisk, uint32_t *puScore) argument
124 if (pDisk->cbDisk >= 512)
127 rc = rtDvmDiskRead(pDisk, 0, &abMbr[0], sizeof(abMbr));
137 static DECLCALLBACK(int) rtDvmFmtMbrOpen(PCRTDVMDISK pDisk, PRTDVMFMT phVolMgrFmt) argument
145 pThis->pDisk = pDisk;
149 rc = rtDvmDiskRead(pDisk, 0, &pThis->abMbr[0], sizeof(pThis->abMbr));
174 static DECLCALLBACK(int) rtDvmFmtMbrInitialize(PCRTDVMDISK pDisk, PRTDVMFMT phVolMgrFmt) argument
187 rc = rtDvmDiskWrite(pDisk,
[all...]
H A Ddvmgpt.cpp140 PCRTDVMDISK pDisk; member in struct:RTDVMFMTINTERNAL
231 static DECLCALLBACK(int) rtDvmFmtGptProbe(PCRTDVMDISK pDisk, uint32_t *puScore) argument
238 if (rtDvmDiskGetSectors(pDisk) >= 2)
241 rc = rtDvmDiskRead(pDisk, RTDVM_GPT_LBA2BYTE(1, pDisk), &Hdr, sizeof(GptHdr));
252 static DECLCALLBACK(int) rtDvmFmtGptOpen(PCRTDVMDISK pDisk, PRTDVMFMT phVolMgrFmt) argument
260 pThis->pDisk = pDisk;
264 rc = rtDvmDiskRead(pDisk, RTDVM_GPT_LBA2BYTE(1, pDisk),
326 rtDvmFmtGptInitialize(PCRTDVMDISK pDisk, PRTDVMFMT phVolMgrFmt) argument
[all...]
H A Ddvmbsdlabel.cpp151 PCRTDVMDISK pDisk; member in struct:RTDVMFMTINTERNAL
276 DECLCALLBACK(int) rtDvmFmtBsdLblProbe(PCRTDVMDISK pDisk, uint32_t *puScore) argument
283 if (pDisk->cbDisk >= sizeof(BsdLabel))
286 rc = rtDvmDiskRead(pDisk, RTDVM_BSDLBL_LBA2BYTE(1, pDisk), &DiskLabel, sizeof(BsdLabel));
294 DECLCALLBACK(int) rtDvmFmtBsdLblOpen(PCRTDVMDISK pDisk, PRTDVMFMT phVolMgrFmt) argument
302 pThis->pDisk = pDisk;
306 rc = rtDvmDiskRead(pDisk, RTDVM_BSDLBL_LBA2BYTE(1, pDisk),
329 rtDvmFmtBsdLblInitialize(PCRTDVMDISK pDisk, PRTDVMFMT phVolMgrFmt) argument
[all...]
/vbox/src/VBox/Storage/testcase/
H A DtstVDIo.cpp552 PVDDISK pDisk = NULL; local
586 pDisk = tstVDIoGetDiskByName(pGlob, pcszDisk);
587 if (pDisk)
602 rc = VDCreateBase(pDisk->pVD, pcszBackend, pcszImage, cbSize, fImageFlags, NULL,
603 &pDisk->PhysGeom, &pDisk->LogicalGeom,
606 rc = VDCreateDiff(pDisk->pVD, pcszBackend, pcszImage, fImageFlags, NULL, NULL, NULL,
623 PVDDISK pDisk = NULL; local
643 pDisk = tstVDIoGetDiskByName(pGlob, pcszDisk);
644 if (pDisk)
686 PVDDISK pDisk = NULL; local
986 PVDDISK pDisk = NULL; local
1032 PVDDISK pDisk = NULL; local
1059 PVDDISK pDisk = NULL; local
1084 PVDDISK pDisk = NULL; local
1347 PVDDISK pDisk = NULL; local
1390 PVDDISK pDisk = NULL; local
1412 PVDDISK pDisk = NULL; local
1775 PVDDISK pDisk = NULL; local
1840 PVDDISK pDisk = NULL; local
1945 PVDDISK pDisk = NULL; local
2038 PVDDISK pDisk = NULL; local
2547 PVDDISK pDisk = (PVDDISK)pIoReq->pvUser; local
[all...]
H A Dvbox-img.cpp1061 PVBOXHDD pDisk = NULL; local
1099 rc = VDCreate(pVDIfs, enmType, &pDisk);
1104 rc = VDOpen(pDisk, pszFormat, pszFilename, VD_OPEN_FLAGS_INFO | VD_OPEN_FLAGS_READONLY, NULL);
1108 VDDumpImages(pDisk);
1110 VDDestroy(pDisk);
1119 PVBOXHDD pDisk = (PVBOXHDD)pvUser; local
1124 rc = VDRead(pDisk, off, pvBuf, cbRead);
1135 rc = VDRead(pDisk, offAligned, abBuf, 512);
1151 rc = VDRead(pDisk, off, pbBuf, cbReadAligned);
1166 rc = VDRead(pDisk, of
1391 PVBOXHDD pDisk = NULL; local
1486 PVBOXHDD pDisk = NULL; local
1588 PVBOXHDD pDisk = NULL; local
1655 PVBOXHDD pDisk = NULL; local
[all...]
/vbox/src/VBox/ImageMounter/VBoxFUSE/
H A DVBoxFUSE.cpp112 PVBOXHDD pDisk; member in struct:VBOXFUSEFLATIMAGE
200 if (pFlatImage->pDisk)
202 int rc2 = VDClose(pFlatImage->pDisk, false /* fDelete */); AssertRC(rc2);
203 pFlatImage->pDisk = NULL;
530 PVBOXHDD pDisk = NULL; local
531 rc = VDCreate(NULL /* pVDIIfsDisk */, enmType, &pDisk);
534 rc = VDOpen(pDisk, pszFormat, pszImage, 0, NULL /* pVDIfsImage */);
538 VDClose(pDisk, false /* fDeletes */);
559 pNewFlatImage->pDisk = pDisk;
[all...]
/vbox/src/VBox/Devices/Storage/
H A DDrvVD.cpp124 PVBOXHDD pDisk; member in struct:VBOXDISK
254 if (!VDIsReadOnly(pThis->pDisk))
257 rc = VDGetOpenFlags(pThis->pDisk, VD_LAST_IMAGE, &uOpenFlags);
260 rc = VDSetOpenFlags(pThis->pDisk, VD_LAST_IMAGE, uOpenFlags);
280 rc = VDGetOpenFlags(pThis->pDisk, VD_LAST_IMAGE, &uOpenFlags);
283 rc = VDSetOpenFlags(pThis->pDisk, VD_LAST_IMAGE, uOpenFlags);
1614 rc = VDRead(pThis->pDisk, off, pvBuf, cbRead);
1635 rc = VDRead(pThis->pDisk, off, pThis->pbData, pThis->cbDataValid);
1668 rc = VDRead(pThis->pDisk, off, pvBuf, cbRead);
1689 rc = VDRead(pThis->pDisk, of
[all...]
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxInternalManage.cpp656 PVBOXHDD pDisk = NULL; local
667 rc = VDCreate(pVDIfs, enmType, &pDisk);
675 rc = VDOpen(pDisk, pszFormat, argv[1], VD_OPEN_FLAGS_NORMAL | VD_OPEN_FLAGS_INFO, NULL);
683 rc = VDSetUuid(pDisk, VD_LAST_IMAGE, uuid.raw());
685 rc = VDSetParentUuid(pDisk, VD_LAST_IMAGE, uuid.raw());
691 VDCloseAll(pDisk);
716 PVBOXHDD pDisk = NULL; local
727 rc = VDCreate(pVDIfs, enmType, &pDisk);
735 rc = VDOpen(pDisk, pszFormat, argv[0], VD_OPEN_FLAGS_READONLY | VD_OPEN_FLAGS_INFO, NULL);
742 VDDumpImages(pDisk);
1147 PVBOXHDD pDisk = NULL; local
2188 PVBOXHDD pDisk = NULL; local
[all...]
H A DVBoxManageDisk.cpp986 PVBOXHDD pDisk = NULL; local
1025 rc = VDCreate(pVDIfs, VDTYPE_HDD, &pDisk);
1041 rc = VDCreateBase(pDisk, format, dstfilename, cbFile,
1072 rc = VDWrite(pDisk, offFile, pvBuf, cbRead);
1084 if (pDisk)
1085 VDClose(pDisk, RT_FAILURE(rc));
/vbox/src/VBox/Main/src-server/
H A DMediumImpl.cpp3262 PVBOXHDD pDisk = NULL; local
3263 int vrc = VDCreate(m->vdDiskIfaces, i_convertDeviceType(), &pDisk);
3269 vrc = VDFilterAdd(pDisk, "CRYPT", VD_FILTER_FLAGS_READ | VD_FILTER_FLAGS_INFO, CryptoSettings.vdFilterIfaces);
3284 VDDestroy(pDisk);
3340 PVBOXHDD pDisk = NULL; local
3341 int vrc = VDCreate(m->vdDiskIfaces, i_convertDeviceType(), &pDisk);
3348 vrc = VDFilterAdd(pDisk, "CRYPT", VD_FILTER_FLAGS_READ, CryptoSettings.vdFilterIfaces);
3357 VDDestroy(pDisk);
9282 PVBOXHDD pDisk = NULL; local
9283 int vrc = VDCreate(m->vdDiskIfaces, i_convertDeviceType(), &pDisk);
[all...]

Completed in 1800 milliseconds