Searched refs:IDMAP_MAGIC (Results 1 – 2 of 2) sorted by relevance
14 static const uint32_t IDMAP_MAGIC = 0x504D4449; variable176 if (i != IDMAP_MAGIC) { in parse_idmap_header()178 "constant 0x%08x\n", i, IDMAP_MAGIC); in parse_idmap_header()
69 #define IDMAP_MAGIC 0x504D4449 macro237 if (magic != IDMAP_MAGIC) { in assertIdmapHeader()239 magic, IDMAP_MAGIC); in assertIdmapHeader()6146 *data++ = htodl(IDMAP_MAGIC); in createIdmap()