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

/vbox/src/VBox/Storage/
H A DVMDK.cpp225 /** Forward declaration for PVMDKIMAGE. */
226 typedef struct VMDKIMAGE *PVMDKIMAGE; typedef in typeref:struct:VMDKIMAGE
244 PVMDKIMAGE pImage;
480 PVMDKIMAGE pImage;
528 static int vmdkFreeExtentData(PVMDKIMAGE pImage, PVMDKEXTENT pExtent,
531 static int vmdkCreateExtents(PVMDKIMAGE pImage, unsigned cExtents);
532 static int vmdkFlushImage(PVMDKIMAGE pImage, PVDIOCTX pIoCtx);
533 static int vmdkSetImageComment(PVMDKIMAGE pImage, const char *pszComment);
534 static int vmdkFreeImage(PVMDKIMAGE pImage, bool fDelete);
543 static int vmdkFileOpen(PVMDKIMAGE pImag
[all...]

Completed in 56 milliseconds