Searched refs:out_hdr (Results 1 – 3 of 3) sorted by relevance
73 struct image_header *out_hdr, struct boot_status *bs) in boot_read_image_header() argument125 rc = flash_area_read(fap, off, out_hdr, sizeof *out_hdr); in boot_read_image_header()132 if (bs != NULL && out_hdr->ih_magic != IMAGE_MAGIC) { in boot_read_image_header()
890 struct image_header *out_hdr, struct boot_status *bs) in boot_read_image_header() argument966 rc = flash_area_read(fap, 0, out_hdr, sizeof *out_hdr); in boot_read_image_header()
298 struct image_header *out_hdr, struct boot_status *bs);