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

/systemd/src/import/
H A Dqcow2-util.c28 #define QCOW2_MAGIC 0x514649fb macro
213 if (HEADER_MAGIC(header) != QCOW2_MAGIC)
351 return htobe32(QCOW2_MAGIC) == id;

Completed in 10 milliseconds