Searched refs:VDGetFormat (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Storage/testcase/
H A DtstVDCopy.cpp98 rc = VDGetFormat(NULL /* pVDIfsDisk */, NULL /* pVDIfsImage */,
100 CHECK("VDGetFormat() hdd1");
102 rc = VDGetFormat(NULL /* pVDIfsDisk */, NULL /* pVDIfsImage */,
104 CHECK("VDGetFormat() hdd2");
H A Dvbox-img.cpp263 rc = VDGetFormat(NULL, NULL, pszFilename, &pszFormat, &enmType);
399 rc = VDGetFormat(NULL, NULL, pszFilename, &pszFormat, &enmType);
999 rc = VDGetFormat(NULL, NULL, pszSrcFilename, &pszFormat, &enmType);
1095 rc = VDGetFormat(NULL, NULL, pszFilename, &pszFormat, &enmType);
1254 rc = VDGetFormat(NULL, NULL, pszFilename, &pszFormat, &enmType);
1636 rc = VDGetFormat(NULL, NULL, pszFilename, &pszBackend, &enmType);
1690 rc = VDGetFormat(NULL, NULL, pszFilename, &pszFormat, &enmType);
H A DtstVD.cpp542 rc = VDGetFormat(NULL /* pVDIfsDisk */, NULL /* pVDIfsImage */,
544 RTPrintf("VDGetFormat() pszFormat=%s rc=%Rrc\n", pszFormat, rc);
548 RTPrintf("VDGetFormat() returned incorrect backend name\n");
551 CHECK("VDGetFormat()");
/vbox/include/VBox/
H A Dvd.h611 VBOXDDU_DECL(int) VDGetFormat(PVDINTERFACE pVDIfsDisk, PVDINTERFACE pVDIfsImage,
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxInternalManage.cpp648 int rc = VDGetFormat(NULL /* pVDIfsDisk */, NULL /* pVDIfsImage */,
708 int rc = VDGetFormat(NULL /* pVDIfsDisk */, NULL /* pVDIfsImage */,
1968 vrc = VDGetFormat(NULL /* pVDIfsDisk */, NULL /* pVDIfsImage */,
2118 vrc = VDGetFormat(NULL /* pVDIfsDisk */, NULL /* pVDIfsImage */,
2236 vrc = VDGetFormat(NULL /* pVDIfsDisk */, NULL /* pVDIfsImage */,
/vbox/src/VBox/ImageMounter/VBoxFUSE/
H A DVBoxFUSE.cpp523 rc = VDGetFormat(NULL /* pVDIIfsDisk */, NULL /* pVDIIfsImage*/, pszImage, &pszFormat, &enmType);
526 LogRel(("VDGetFormat(%s,) failed, rc=%Rrc\n", pszImage, rc));
/vbox/src/VBox/Main/src-server/
H A DMediumImpl.cpp6717 vrc = VDGetFormat(NULL /* pVDIfsDisk */, NULL /* pVDIfsImage */,
6727 vrc = VDGetFormat(NULL /* pVDIfsDisk */, NULL /* pVDIfsImage */,
/vbox/src/VBox/Storage/
H A DVD.cpp5356 * VD I/O interface callback for opening a file (limited version for VDGetFormat).
6081 VBOXDDU_DECL(int) VDGetFormat(PVDINTERFACE pVDIfsDisk, PVDINTERFACE pVDIfsImage, function

Completed in 2437 milliseconds