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

/vbox/src/VBox/Storage/
H A DDMG.cpp105 uint32_t u32Magic; /**< 0x000 - Magic, 'koly' (DMGUDIF_MAGIC). (fUDIFSignature) */
136 #define DMGUDIF_MAGIC UINT32_C(0x6b6f6c79) macro
1620 if (pThis->Ftr.u32Magic != DMGUDIF_MAGIC)
1767 if ( Ftr.u32Magic == RT_H2BE_U32_C(DMGUDIF_MAGIC)

Completed in 39 milliseconds