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

/vbox/src/VBox/Storage/
H A DDMG.cpp430 static void dmgUdifFtrHost2FileEndian(PDMGUDIF pUdif);
431 static void dmgUdifFtrFile2HostEndian(PDMGUDIF pUdif);
563 * @param pUdif The structure.
565 static void dmgSwapEndianUdif(PDMGUDIF pUdif) argument
568 pUdif->u32Magic = RT_BSWAP_U32(pUdif->u32Magic);
569 pUdif->u32Version = RT_BSWAP_U32(pUdif->u32Version);
570 pUdif->cbFooter = RT_BSWAP_U32(pUdif
591 dmgUdifFtrHost2FileEndian(PDMGUDIF pUdif) argument
604 dmgUdifFtrFile2HostEndian(PDMGUDIF pUdif) argument
[all...]

Completed in 39 milliseconds