Searched refs:PPARALLELSIMAGE (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Storage/
H A DParallels.cpp98 } PARALLELSIMAGE, *PPARALLELSIMAGE; typedef in typeref:struct:PARALLELSIMAGE
118 static int parallelsFlushImage(PPARALLELSIMAGE pImage)
148 static int parallelsFreeImage(PPARALLELSIMAGE pImage, bool fDelete)
179 static int parallelsOpenImage(PPARALLELSIMAGE pImage, unsigned uOpenFlags)
269 static int parallelsCreateImage(PPARALLELSIMAGE pImage, uint64_t cbSize,
426 PPARALLELSIMAGE pImage;
445 pImage = (PPARALLELSIMAGE)RTMemAllocZ(sizeof(PARALLELSIMAGE));
483 PPARALLELSIMAGE pImage;
518 pImage = (PPARALLELSIMAGE)RTMemAllocZ(sizeof(PARALLELSIMAGE));
561 PPARALLELSIMAGE pImag
[all...]

Completed in 45 milliseconds