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

/vbox/src/VBox/Storage/
H A DVDVfs.cpp236 if (offUnsigned >= VDGetSize(pThis->pDisk, VD_LAST_IMAGE))
248 if (offUnsigned + pSgBuf->paSegs[0].cbSeg > VDGetSize(pThis->pDisk, VD_LAST_IMAGE))
252 *pcbRead = cbLeftToRead = (size_t)(VDGetSize(pThis->pDisk, VD_LAST_IMAGE) - offUnsigned);
292 if (offUnsigned >= VDGetSize(pThis->pDisk, VD_LAST_IMAGE))
303 if (offUnsigned + pSgBuf->paSegs[0].cbSeg > VDGetSize(pThis->pDisk, VD_LAST_IMAGE))
307 *pcbWritten = cbLeftToWrite = (size_t)(VDGetSize(pThis->pDisk, VD_LAST_IMAGE) - offUnsigned);
432 offWrt = VDGetSize(pThis->pDisk, VD_LAST_IMAGE);
475 *pcbFile = VDGetSize(pThis->pDisk, VD_LAST_IMAGE);
H A DVD.cpp977 if (nImage == VD_LAST_IMAGE)
5350 PVDIMAGE pImage = vdGetImageByNumber(pDisk, VD_LAST_IMAGE);
8270 if (nImage == VD_LAST_IMAGE)
/vbox/src/VBox/Devices/Storage/
H A DDrvVD.cpp257 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);
1834 uint64_t cb = VDGetSize(pThis->pDisk, VD_LAST_IMAGE);
1844 uint32_t cb = VDGetSectorSize(pThis->pDisk, VD_LAST_IMAGE);
1866 int rc = VDGetPCHSGeometry(pThis->pDisk, VD_LAST_IMAGE, &geo);
1894 int rc = VDSetPCHSGeometry(pThis->pDisk, VD_LAST_IMAGE, &geo);
1908 int rc = VDGetLCHSGeometry(pThis->pDisk, VD_LAST_IMAGE, &geo);
1936 int rc = VDSetLCHSGeometry(pThis->pDisk, VD_LAST_IMAGE,
[all...]
/vbox/src/VBox/Storage/testcase/
H A Dvbox-img.cpp280 rc = VDGetUuid(pVD, VD_LAST_IMAGE, &oldImageUuid);
288 rc = VDGetParentUuid(pVD, VD_LAST_IMAGE, &oldParentUuid);
298 rc = VDSetUuid(pVD, VD_LAST_IMAGE, &imageUuid);
307 rc = VDSetParentUuid(pVD, VD_LAST_IMAGE, &parentUuid);
416 rc = VDGetLCHSGeometry(pVD, VD_LAST_IMAGE, &oldLCHSGeometry);
439 rc = VDSetLCHSGeometry(pVD, VD_LAST_IMAGE, &newLCHSGeometry);
1032 uint64_t cbSize = VDGetSize(pSrcDisk, VD_LAST_IMAGE);
1036 rc = VDCopy(pSrcDisk, VD_LAST_IMAGE, pDstDisk, pszDstFormat,
H A DtstVDIo.cpp725 offEnd = VDGetSize(pDisk->pVD, VD_LAST_IMAGE);
1887 cbDisk1 = VDGetSize(pDisk1->pVD, VD_LAST_IMAGE);
1888 cbDisk2 = VDGetSize(pDisk2->pVD, VD_LAST_IMAGE);
H A DtstVD.cpp596 rc = VDMerge(pVD, VD_LAST_IMAGE, 0, NULL);
/vbox/src/VBox/Main/src-server/
H A DMediumImpl.cpp5568 vrc = VDSetParentUuid(hdd, VD_LAST_IMAGE, m->id.raw());
7618 size = VDGetFileSize(hdd, VD_LAST_IMAGE);
7619 logicalSize = VDGetSize(hdd, VD_LAST_IMAGE);
7745 unsigned uTargetIdx = VD_LAST_IMAGE;
7746 unsigned uSourceIdx = VD_LAST_IMAGE;
7813 ComAssertThrow( uSourceIdx != VD_LAST_IMAGE
7814 && uTargetIdx != VD_LAST_IMAGE, E_FAIL);
7845 vrc = VDSetParentUuid(hdd, VD_LAST_IMAGE,
8181 VD_LAST_IMAGE,
8197 VD_LAST_IMAGE,
[all...]
/vbox/include/VBox/
H A Dvd.h67 #define VD_LAST_IMAGE 0xffffffffU macro
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxInternalManage.cpp683 rc = VDSetUuid(pDisk, VD_LAST_IMAGE, uuid.raw());
685 rc = VDSetParentUuid(pDisk, VD_LAST_IMAGE, uuid.raw());
2000 uint64_t cbSize = VDGetSize(pDisk, VD_LAST_IMAGE);
2155 uint64_t cbSize = VDGetSize(pSrcDisk, VD_LAST_IMAGE);
2159 vrc = VDCopy(pSrcDisk, VD_LAST_IMAGE, pDstDisk, dstformat.c_str(),

Completed in 133 milliseconds