Searched defs:pVDIfsCache (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Storage/
H A DVCICache.cpp1444 static int vciProbe(const char *pszFilename, PVDINTERFACE pVDIfsCache, argument
H A DVD.cpp158 PVDINTERFACE pVDIfsCache; member in struct:VDCACHE
6552 * @param pVDIfsCache Pointer to the per-cache VD interface list.
6556 PVDINTERFACE pVDIfsCache)
6563 LogFlowFunc(("pDisk=%#p pszBackend=\"%s\" pszFilename=\"%s\" uOpenFlags=%#x, pVDIfsCache=%#p\n",
6564 pDisk, pszBackend, pszFilename, uOpenFlags, pVDIfsCache));
6598 pCache->pVDIfsCache = pVDIfsCache;
6611 pCache->VDIo.pInterfaceIo = VDIfIoGet(pVDIfsCache);
6616 pDisk, sizeof(VDINTERFACEIO), &pVDIfsCache);
6621 AssertBreakStmt(!VDIfIoIntGet(pVDIfsCache), r
6554 VDCacheOpen(PVBOXHDD pDisk, const char *pszBackend, const char *pszFilename, unsigned uOpenFlags, PVDINTERFACE pVDIfsCache) argument
7394 VDCreateCache(PVBOXHDD pDisk, const char *pszBackend, const char *pszFilename, uint64_t cbSize, unsigned uImageFlags, const char *pszComment, PCRTUUID pUuid, unsigned uOpenFlags, PVDINTERFACE pVDIfsCache, PVDINTERFACE pVDIfsOperation) argument
[all...]
/vbox/src/VBox/Devices/Storage/
H A DDrvVD.cpp185 PVDINTERFACE pVDIfsCache; member in struct:VBOXDISK
3156 pThis, sizeof(VDINTERFACEIO), &pThis->pVDIfsCache);
3160 rc = VDCacheOpen(pThis->pDisk, pszCacheFormat, pszCachePath, VD_OPEN_FLAGS_NORMAL, pThis->pVDIfsCache);

Completed in 91 milliseconds