Searched refs:IDMAP_MAGIC (Results 1 – 2 of 2) sorted by relevance
15 static const uint32_t IDMAP_MAGIC = 0x504D4449; variable177 if (i != IDMAP_MAGIC) { in parse_idmap_header()179 "constant 0x%08x\n", i, IDMAP_MAGIC); in parse_idmap_header()
64 #define IDMAP_MAGIC 0x504D4449 macro244 if (magic != IDMAP_MAGIC) { in assertIdmapHeader()246 magic, IDMAP_MAGIC); in assertIdmapHeader()7216 *data++ = htodl(IDMAP_MAGIC); // write: magic in createIdmap()