Searched refs:IH_MAGIC (Results 1 – 5 of 5) sorted by relevance
57 if (be32_to_cpu(hdr->ih_magic) != IH_MAGIC) { in image_verify_header()119 image_set_magic(hdr, IH_MAGIC); in image_set_header()
32 if (image_get_magic(header) != IH_MAGIC) { in do_mon_install()
34 if (image_get_magic(header) != IH_MAGIC) in spi_load_image_os()
226 if (image_get_magic(header) == IH_MAGIC) { in spl_parse_image_header()
301 #define IH_MAGIC 0x27051956 /* Image Magic Number */ macro812 return (image_get_magic(hdr) == IH_MAGIC); in image_check_magic()