Searched refs:VDIfIoIntGet (Results 1 - 13 of 13) sorted by relevance

/vbox/src/VBox/Storage/
H A DParallels.cpp185 pImage->pIfIo = VDIfIoIntGet(pImage->pVDIfsImage);
299 pImage->pIfIo = VDIfIoIntGet(pImage->pVDIfsImage);
367 PVDINTERFACEIOINT pIfIo = VDIfIoIntGet(pVDIfsImage);
H A DRAW.cpp189 pImage->pIfIo = VDIfIoIntGet(pImage->pVDIfsImage);
248 pImage->pIfIo = VDIfIoIntGet(pImage->pVDIfsImage);
355 PVDINTERFACEIOINT pIfIo = VDIfIoIntGet(pVDIfsImage);
H A DVCICache.cpp1208 pCache->pIfIo = VDIfIoIntGet(pCache->pVDIfsImage);
1299 pCache->pIfIo = VDIfIoIntGet(pCache->pVDIfsImage);
1454 PVDINTERFACEIOINT pIfIo = VDIfIoIntGet(pVDIfsImage);
H A DVHD.cpp798 pImage->pIfIo = VDIfIoIntGet(pImage->pVDIfsImage);
1247 PVDINTERFACEIOINT pIfIo = VDIfIoIntGet(pVDIfsImage);
1395 pImage->pIfIo = VDIfIoIntGet(pImage->pVDIfsImage);
2868 pIfIo = VDIfIoIntGet(pVDIfsImage);
H A DQCOW.cpp1033 pImage->pIfIo = VDIfIoIntGet(pImage->pVDIfsImage);
1231 pImage->pIfIo = VDIfIoIntGet(pImage->pVDIfsImage);
1446 PVDINTERFACEIOINT pIfIo = VDIfIoIntGet(pVDIfsImage);
H A DQED.cpp1179 pImage->pIfIo = VDIfIoIntGet(pImage->pVDIfsImage);
1331 pImage->pIfIo = VDIfIoIntGet(pImage->pVDIfsImage);
1540 PVDINTERFACEIOINT pIfIo = VDIfIoIntGet(pVDIfsImage);
H A DDMG.cpp1556 pThis->pIfIoXxx = VDIfIoIntGet(pThis->pVDIfsImage);
1713 PVDINTERFACEIOINT pIfIo = VDIfIoIntGet(pVDIfsImage);
H A DVHDX.cpp1681 pImage->pIfIo = VDIfIoIntGet(pImage->pVDIfsImage);
1743 PVDINTERFACEIOINT pIfIo = VDIfIoIntGet(pVDIfsImage);
H A DVD.cpp6116 AssertReturn(!VDIfIoIntGet(pVDIfsImage), VERR_INVALID_PARAMETER);
6337 AssertBreakStmt(!VDIfIoIntGet(pVDIfsImage), rc = VERR_INVALID_PARAMETER);
6621 AssertBreakStmt(!VDIfIoIntGet(pVDIfsCache), rc = VERR_INVALID_PARAMETER);
6774 AssertBreakStmt(!VDIfIoIntGet(pVDIfsFilter), rc = VERR_INVALID_PARAMETER);
6944 AssertBreakStmt(!VDIfIoIntGet(pVDIfsImage), rc = VERR_INVALID_PARAMETER);
7238 AssertBreakStmt(!VDIfIoIntGet(pVDIfsImage), rc = VERR_INVALID_PARAMETER);
7488 AssertBreakStmt(!VDIfIoIntGet(pVDIfsCache), rc = VERR_INVALID_PARAMETER);
11020 AssertReturn(!VDIfIoIntGet(pVDIfsImage), VERR_INVALID_PARAMETER);
H A DVDI.cpp541 pImage->pIfIo = VDIfIoIntGet(pImage->pVDIfsImage);
758 pImage->pIfIo = VDIfIoIntGet(pImage->pVDIfsImage);
3010 pIfIo = VDIfIoIntGet(pVDIfsImage);
H A DVMDK.cpp2995 pImage->pIfIo = VDIfIoIntGet(pImage->pVDIfsImage);
3950 pImage->pIfIo = VDIfIoIntGet(pImage->pVDIfsImage);
H A DISCSI.cpp3861 pImage->pIfIo = VDIfIoIntGet(pImage->pVDIfsImage);
/vbox/include/VBox/
H A Dvd-ifs-internal.h427 DECLINLINE(PVDINTERFACEIOINT) VDIfIoIntGet(PVDINTERFACE pVDIfs) function

Completed in 165 milliseconds