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

/vbox/src/VBox/Storage/
H A DQCOW.cpp832 * @param poffImage Where to store the image offset on success;
836 uint32_t offCluster, uint64_t *poffImage)
871 *poffImage = off + offCluster;
834 qcowConvertToImageOffset(PQCOWIMAGE pImage, PVDIOCTX pIoCtx, uint32_t idxL1, uint32_t idxL2, uint32_t offCluster, uint64_t *poffImage) argument
H A DQED.cpp780 * @param poffImage Where to store the image offset on success;
784 uint32_t offCluster, uint64_t *poffImage)
801 *poffImage = pL2Entry->paL2Tbl[idxL2] + offCluster;
782 qedConvertToImageOffset(PQEDIMAGE pImage, PVDIOCTX pIoCtx, uint32_t idxL1, uint32_t idxL2, uint32_t offCluster, uint64_t *poffImage) argument

Completed in 2915 milliseconds