Searched refs:ppBlkMap (Results 1 - 1 of 1) sorted by relevance
/vbox/src/VBox/Storage/ |
H A D | VCICache.cpp | 444 * @param ppBlkMap Where to store the pointer to the block bitmap. 448 static int vciBlkMapCreate(uint64_t cBlocks, PVCIBLKMAP *ppBlkMap, uint32_t *pcBlkMap) argument 455 LogFlowFunc(("cBlocks=%u ppBlkMap=%#p pcBlkMap=%#p\n", cBlocks, ppBlkMap, pcBlkMap)); 474 *ppBlkMap = pBlkMap; 525 * @param ppBlkMap Where to store the block bitmap on success. 527 static int vciBlkMapLoad(PVCICACHE pStorage, uint64_t offBlkMap, uint32_t cBlkMap, PVCIBLKMAP *ppBlkMap) argument 532 LogFlowFunc(("pStorage=%#p offBlkMap=%llu cBlkMap=%u ppBlkMap=%#p\n", 533 pStorage, offBlkMap, cBlkMap, ppBlkMap)); 661 *ppBlkMap [all...] |
Completed in 2150 milliseconds