Searched refs:VDOpen (Results 1 - 11 of 11) sorted by relevance
/vbox/src/VBox/Storage/testcase/ |
H A D | tstVDShareable.cpp | 103 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 D | tstVDCopy.cpp | 112 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 D | tstVD.cpp | 150 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 D | vbox-img.cpp | 274 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 D | tstVDIo.cpp | 661 rc = VDOpen(pDisk->pVD, pcszBackend, pcszImage, fOpenFlags, pGlob->pInterfacesImages);
|
/vbox/src/VBox/Main/src-server/ |
H A D | MediumImpl.cpp | 168 /** 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 D | vd.h | 208 * 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 D | VBoxInternalManage.cpp | 675 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 D | DrvVD.cpp | 3070 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 D | VBoxFUSE.cpp | 534 rc = VDOpen(pDisk, pszFormat, pszImage, 0, NULL /* pVDIfsImage */);
|
/vbox/src/VBox/Storage/ |
H A D | VD.cpp | 6227 VBOXDDU_DECL(int) VDOpen(PVBOXHDD pDisk, const char *pszBackend, function 7105 * See comments for VDOpen function about differencing images.
|
Completed in 158 milliseconds