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

/vbox/include/VBox/
H A Dvd.h767 * @param nImage Image number, counts from 0. 0 is always base image of container.
814 VBOXDDU_DECL(int) VDCopyEx(PVBOXHDD pDiskFrom, unsigned nImage, PVBOXHDD pDiskTo,
840 * @param nImage Image number, counts from 0. 0 is always base image of container.
860 VBOXDDU_DECL(int) VDCopy(PVBOXHDD pDiskFrom, unsigned nImage, PVBOXHDD pDiskTo,
886 * @param nImage Image number, counts from 0. 0 is always base image of container.
889 VBOXDDU_DECL(int) VDCompact(PVBOXHDD pDisk, unsigned nImage,
1032 * @param nImage Image number, counts from 0. 0 is always base image of container.
1034 VBOXDDU_DECL(uint32_t) VDGetSectorSize(PVBOXHDD pDisk, unsigned nImage);
1042 * @param nImage Image number, counts from 0. 0 is always base image of container.
1044 VBOXDDU_DECL(uint64_t) VDGetSize(PVBOXHDD pDisk, unsigned nImage);
[all...]
/vbox/src/VBox/Storage/
H A DVD.cpp974 static PVDIMAGE vdGetImageByNumber(PVBOXHDD pDisk, unsigned nImage) argument
977 if (nImage == VD_LAST_IMAGE)
979 while (pImage && nImage)
982 nImage--;
8037 * @param nImage Image number, counts from 0. 0 is always base image of container.
8059 VBOXDDU_DECL(int) VDCopyEx(PVBOXHDD pDiskFrom, unsigned nImage, PVBOXHDD pDiskTo, argument
8073 LogFlowFunc(("pDiskFrom=%#p nImage=%u pDiskTo=%#p pszBackend=\"%s\" pszFilename=\"%s\" fMoveByRename=%d cbSize=%llu nImageFromSame=%u nImageToSame=%u uImageFlags=%#x pDstUuid=%#p uOpenFlags=%#x pVDIfsOperation=%#p pDstVDIfsImage=%#p pDstVDIfsOperation=%#p\n",
8074 pDiskFrom, nImage, pDiskTo, pszBackend, pszFilename, fMoveByRename, cbSize, nImageFromSame, nImageToSame, uImageFlags, pDstUuid, uOpenFlags, pVDIfsOperation, pDstVDIfsImage, pDstVDIfsOperation));
8089 PVDIMAGE pImageFrom = vdGetImageByNumber(pDiskFrom, nImage);
8095 AssertMsgBreakStmt( (nImageFromSame < nImage || nImageFromSam
8390 VDCopy(PVBOXHDD pDiskFrom, unsigned nImage, PVBOXHDD pDiskTo, const char *pszBackend, const char *pszFilename, bool fMoveByRename, uint64_t cbSize, unsigned uImageFlags, PCRTUUID pDstUuid, unsigned uOpenFlags, PVDINTERFACE pVDIfsOperation, PVDINTERFACE pDstVDIfsImage, PVDINTERFACE pDstVDIfsOperation) argument
8420 VDCompact(PVBOXHDD pDisk, unsigned nImage, PVDINTERFACE pVDIfsOperation) 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
[all...]
/vbox/src/VBox/Storage/testcase/
H A DtstVDIo.cpp1060 unsigned nImage = 0; local
1063 nImage = paScriptArgs[1].u32;
1073 rc = VDCompact(pDisk->pVD, nImage, NULL);
1391 unsigned nImage = 0; local
1394 nImage = paScriptArgs[1].u32;
1398 RTPrintf("%s: size of image %u is %llu\n", pcszDisk, nImage, VDGetFileSize(pDisk->pVD, nImage));

Completed in 112 milliseconds