Home
last modified time | relevance | path

Searched refs:QED_MAGIC (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/block/
H A Dqed.h49 QED_MAGIC = 'Q' | 'E' << 8 | 'D' << 16 | '\0' << 24, enumerator
H A Dqed.c41 if (le32_to_cpu(header->magic) != QED_MAGIC) { in bdrv_qed_probe()
415 if (s->header.magic != QED_MAGIC) { in bdrv_qed_do_open()
705 .magic = QED_MAGIC, in bdrv_qed_co_create()