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

/vbox/src/VBox/Storage/
H A DVDICore.h267 #define GET_MAJOR_HEADER_VERSION(ph) (VDI_GET_VERSION_MAJOR((ph)->uVersion))
H A DVDI.cpp288 if ( VDI_GET_VERSION_MAJOR(pPreHdr->u32Version) != VDI_IMAGE_VERSION_MAJOR
/vbox/include/VBox/
H A Dvd.h62 #define VDI_GET_VERSION_MAJOR(uVer) ((uVer) >> 16) macro

Completed in 73 milliseconds