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

/vbox/src/VBox/Storage/
H A DVCICache.cpp246 typedef VCIBLKMAP *PVCIBLKMAP; typedef
365 PVCIBLKMAP pBlkMap;
448 static int vciBlkMapCreate(uint64_t cBlocks, PVCIBLKMAP *ppBlkMap, uint32_t *pcBlkMap)
452 PVCIBLKMAP pBlkMap = (PVCIBLKMAP)RTMemAllocZ(sizeof(VCIBLKMAP));
497 static void vciBlkMapDestroy(PVCIBLKMAP pBlkMap)
527 static int vciBlkMapLoad(PVCICACHE pStorage, uint64_t offBlkMap, uint32_t cBlkMap, PVCIBLKMAP *ppBlkMap)
557 PVCIBLKMAP pBlkMap = (PVCIBLKMAP)RTMemAllocZ(sizeof(VCIBLKMAP));
694 static int vciBlkMapSave(PVCIBLKMAP pBlkMa
[all...]

Completed in 47 milliseconds