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

/vbox/src/VBox/Storage/testcase/
H A DtstVDShareable.cpp103 rc = VDOpen(pVD, pszBackend, pszFilename, VD_OPEN_FLAGS_SHAREABLE, NULL);
104 CHECK("VDOpen()");
105 rc = VDOpen(pVD2, pszBackend, pszFilename, VD_OPEN_FLAGS_SHAREABLE, NULL);
106 CHECK("VDOpen() #2");
H A DtstVDCopy.cpp112 rc = VDOpen(pVD1, pszVD1, argv[1], VD_OPEN_FLAGS_NORMAL, NULL);
113 CHECK("VDOpen() hdd1");
115 rc = VDOpen(pVD2, pszVD2, argv[2], VD_OPEN_FLAGS_NORMAL, NULL);
116 CHECK("VDOpen() hdd2");
H A DtstVD.cpp150 rc = VDOpen(pVD, pszBackend, pszFilename, VD_OPEN_FLAGS_NORMAL, NULL);
151 CHECK("VDOpen()");
553 rc = VDOpen(pVD, pszBackend, pszBaseFilename, VD_OPEN_FLAGS_NORMAL,
555 CHECK("VDOpen()");
686 rc = VDOpen(pVD, pszBackend, pszFilename, VD_OPEN_FLAGS_NORMAL, NULL);
687 CHECK("VDOpen()");
729 rc = VDOpen(pVD, "VMDK", src, VD_OPEN_FLAGS_NORMAL, NULL);
730 CHECK("VDOpen()");
777 rc = VDOpen(pVD, "VMDK", dst, VD_OPEN_FLAGS_NORMAL, NULL);
778 CHECK("VDOpen()");
[all...]
H A Dvbox-img.cpp274 rc = VDOpen(pVD, pszFormat, pszFilename, VD_OPEN_FLAGS_INFO, NULL);
410 rc = VDOpen(pVD, pszFormat, pszFilename, VD_OPEN_FLAGS_INFO, NULL);
1016 rc = VDOpen(pSrcDisk, pszSrcFormat, pszSrcFilename,
1104 rc = VDOpen(pDisk, pszFormat, pszFilename, VD_OPEN_FLAGS_INFO | VD_OPEN_FLAGS_READONLY, NULL);
1263 rc = VDOpen(pDisk, pszFormat, pszFilename, VD_OPEN_FLAGS_NORMAL, NULL);
1699 rc = VDOpen(pDisk, pszFormat, pszFilename, VD_OPEN_FLAGS_INFO, NULL);
H A DtstVDIo.cpp661 rc = VDOpen(pDisk->pVD, pcszBackend, pcszImage, fOpenFlags, pGlob->pInterfacesImages);
/vbox/src/VBox/Main/src-server/
H A DMediumImpl.cpp168 /** Default flags passed to VDOpen(). */
5543 vrc = VDOpen(hdd,
5560 vrc = VDOpen(hdd,
6005 * time in VirtualBox (such as VMDK for which VDOpen() needs to
6093 vrc = VDOpen(hdd,
6432 vrc = VDOpen(hdd,
7575 vrc = VDOpen(hdd,
7802 vrc = VDOpen(hdd,
7837 vrc = VDOpen(hdd,
8095 vrc = VDOpen(hd
[all...]
/vbox/include/VBox/
H A Dvd.h208 * set. VDOpen fails with VERR_NOT_SUPPORTED if this operation is not supported for
218 * is set. VDOpen fails with VERR_VD_DISCARD_NOT_SUPPORTED if discarding is not
634 VBOXDDU_DECL(int) VDOpen(PVBOXHDD pDisk, const char *pszBackend,
693 * See comments for VDOpen function about differencing images.
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxInternalManage.cpp675 rc = VDOpen(pDisk, pszFormat, argv[1], VD_OPEN_FLAGS_NORMAL | VD_OPEN_FLAGS_INFO, NULL);
735 rc = VDOpen(pDisk, pszFormat, argv[0], VD_OPEN_FLAGS_READONLY | VD_OPEN_FLAGS_INFO, NULL);
1869 vrc = VDOpen(pDisk, "VMDK", src.c_str(), VD_OPEN_FLAGS_NORMAL, NULL);
1987 vrc = VDOpen(pDisk, srcformat.c_str(), src.c_str(), VD_OPEN_FLAGS_READONLY, NULL);
2137 vrc = VDOpen(pSrcDisk, srcformat.c_str(), src.c_str(), VD_OPEN_FLAGS_READONLY, NULL);
/vbox/src/VBox/Devices/Storage/
H A DDrvVD.cpp3070 rc = VDOpen(pThis->pDisk, pszFormat, pszName, uOpenFlags, pImage->pVDIfsImage);
3075 rc = VDOpen(pThis->pDisk, pszFormat, pszName, uOpenFlags, pImage->pVDIfsImage);
3082 rc = VDOpen(pThis->pDisk, pszFormat, pszName, uOpenFlags, pImage->pVDIfsImage);
/vbox/src/VBox/ImageMounter/VBoxFUSE/
H A DVBoxFUSE.cpp534 rc = VDOpen(pDisk, pszFormat, pszImage, 0, NULL /* pVDIfsImage */);
/vbox/src/VBox/Storage/
H A DVD.cpp6227 VBOXDDU_DECL(int) VDOpen(PVBOXHDD pDisk, const char *pszBackend, function
7105 * See comments for VDOpen function about differencing images.

Completed in 158 milliseconds