Lines Matching defs:PVHDIMAGE

189 } VHDIMAGE, *PVHDIMAGE;
301 static int vhdLocatorUpdate(PVHDIMAGE pImage, PVHDPLE pLocator, const char *pszFilename)
410 static int vhdDynamicHeaderUpdate(PVHDIMAGE pImage)
469 static int vhdUpdateFooter(PVHDIMAGE pImage)
497 static int vhdFlushImage(PVHDIMAGE pImage)
544 static int vhdFreeImage(PVHDIMAGE pImage, bool fDelete)
604 DECLINLINE(uint8_t *)vhdBlockBitmapAllocate(PVHDIMAGE pImage)
617 static int vhdAsyncExpansionComplete(PVHDIMAGE pImage, PVDIOCTX pIoCtx, PVHDIMAGEEXPAND pExpand)
674 PVHDIMAGE pImage = (PVHDIMAGE)pBackendData;
711 static int vhdLoadDynamicDisk(PVHDIMAGE pImage, uint64_t uDynamicDiskHeaderOffset)
790 static int vhdOpenImage(PVHDIMAGE pImage, unsigned uOpenFlags)
893 DECLINLINE(bool) vhdBlockBitmapSectorContainsData(PVHDIMAGE pImage, uint32_t cBlockBitmapEntry)
913 DECLINLINE(bool) vhdBlockBitmapSectorSet(PVHDIMAGE pImage, uint8_t *pu8Bitmap, uint32_t cBlockBitmapEntry)
935 static void vhdSetDiskGeometry(PVHDIMAGE pImage, uint64_t cbSize)
985 static uint32_t vhdAllocateParentLocators(PVHDIMAGE pImage, VHDDynamicDiskHeader *pDDH, uint64_t u64Offset)
1013 static int vhdCreateDynamicImage(PVHDIMAGE pImage, uint64_t cbSize)
1098 static int vhdCreateImage(PVHDIMAGE pImage, uint64_t cbSize,
1301 PVHDIMAGE pImage;
1320 pImage = (PVHDIMAGE)RTMemAllocZ(sizeof(VHDIMAGE));
1356 PVHDIMAGE pImage;
1383 pImage = (PVHDIMAGE)RTMemAllocZ(sizeof(VHDIMAGE));
1435 PVHDIMAGE pImage = (PVHDIMAGE)pBackendData;
1480 PVHDIMAGE pImage = (PVHDIMAGE)pBackendData;
1494 PVHDIMAGE pImage = (PVHDIMAGE)pBackendData;
1611 PVHDIMAGE pImage = (PVHDIMAGE)pBackendData;
1843 PVHDIMAGE pImage = (PVHDIMAGE)pBackendData;
1853 PVHDIMAGE pImage = (PVHDIMAGE)pBackendData;
1869 PVHDIMAGE pImage = (PVHDIMAGE)pBackendData;
1885 PVHDIMAGE pImage = (PVHDIMAGE)pBackendData;
1901 PVHDIMAGE pImage = (PVHDIMAGE)pBackendData;
1917 PVHDIMAGE pImage = (PVHDIMAGE)pBackendData;
1943 PVHDIMAGE pImage = (PVHDIMAGE)pBackendData;
1971 PVHDIMAGE pImage = (PVHDIMAGE)pBackendData;
1996 PVHDIMAGE pImage = (PVHDIMAGE)pBackendData;
2024 PVHDIMAGE pImage = (PVHDIMAGE)pBackendData;
2042 PVHDIMAGE pImage = (PVHDIMAGE)pBackendData;
2060 PVHDIMAGE pImage = (PVHDIMAGE)pBackendData;
2088 PVHDIMAGE pImage = (PVHDIMAGE)pBackendData;
2106 PVHDIMAGE pImage = (PVHDIMAGE)pBackendData;
2129 PVHDIMAGE pImage = (PVHDIMAGE)pBackendData;
2150 PVHDIMAGE pImage = (PVHDIMAGE)pBackendData;
2185 PVHDIMAGE pImage = (PVHDIMAGE)pBackendData;
2203 PVHDIMAGE pImage = (PVHDIMAGE)pBackendData;
2226 PVHDIMAGE pImage = (PVHDIMAGE)pBackendData;
2247 PVHDIMAGE pImage = (PVHDIMAGE)pBackendData;
2273 PVHDIMAGE pImage = (PVHDIMAGE)pBackendData;
2291 PVHDIMAGE pImage = (PVHDIMAGE)pBackendData;
2313 PVHDIMAGE pImage = (PVHDIMAGE)pBackendData;
2331 PVHDIMAGE pImage = (PVHDIMAGE)pBackendData;
2348 PVHDIMAGE pImage = (PVHDIMAGE)pBackendData;
2365 PVHDIMAGE pImage = (PVHDIMAGE)pBackendData;
2389 PVHDIMAGE pImage = (PVHDIMAGE)pBackendData;
2405 PVHDIMAGE pImage = (PVHDIMAGE)pBackendData;
2435 PVHDIMAGE pImage = (PVHDIMAGE)pBackendData;
2676 PVHDIMAGE pImage = (PVHDIMAGE)pBackendData;