Searched refs:HEADER_MAGIC (Results 1 – 6 of 6) sorted by relevance
/openbmc/u-boot/tools/ |
H A D | stm32image.c | 10 #define HEADER_MAGIC be32_to_cpu(0x53544D32) macro 42 ptr->magic_number = HEADER_MAGIC; in stm32image_default_header() 84 if (stm32hdr->magic_number != HEADER_MAGIC) in stm32image_verify_header()
|
/openbmc/qemu/block/ |
H A D | bochs.c | 35 #define HEADER_MAGIC "Bochs Virtual HD Image" macro 90 if (!strcmp(bochs->magic, HEADER_MAGIC) && in bochs_probe() 130 if (strcmp(bochs.magic, HEADER_MAGIC) || in bochs_open()
|
H A D | parallels.c | 50 #define HEADER_MAGIC "WithoutFreeSpace" macro 632 old_magic = !memcmp(s->header->magic, HEADER_MAGIC, 16); in parallels_test_data_off() 1179 if ((!memcmp(ph->magic, HEADER_MAGIC, 16) || in parallels_probe() 1275 if (!memcmp(ph.magic, HEADER_MAGIC, 16)) { in parallels_open()
|
/openbmc/linux/lib/xz/ |
H A D | xz_stream.h | 28 #define HEADER_MAGIC "\3757zXZ" macro
|
H A D | xz_dec_stream.c | 389 if (!memeq(s->temp.buf, HEADER_MAGIC, HEADER_MAGIC_SIZE)) in dec_stream_header()
|
/openbmc/qemu/trace/ |
H A D | simple.c | 25 #define HEADER_MAGIC 0xf2b177cb0aa429b4ULL macro 325 .header_magic = HEADER_MAGIC, in st_set_trace_file_enabled()
|