Lines Matching defs:fit
107 static void update_cleanup(void *fit, struct update_header *hdr) in update_cleanup()
131 static int update_populate_image(void *fit, struct update_header *hdr) in update_populate_image()
221 void *fit; in update_download_hdr() local
271 static int hdr_checksum_verify(void *fit, struct update_header *hdr) in hdr_checksum_verify()
315 static int hdr_param_verify(void *fit, struct update_header *hdr, in hdr_param_verify()
385 static int update_verify_hdr(void *fit, struct update_header *hdr, in update_verify_hdr()
424 static int update_local_info(void *fit, struct update_header *hdr) in update_local_info()
448 static int update_ignore_image(void *fit, struct update_header *hdr, in update_ignore_image()
466 static int download_image(void *fit, struct image_element *e) in download_image()
534 static int update_download_image(void *fit, struct image_element *e) in update_download_image()
550 static int update_write_gpt(void *fit, struct update_header *hdr) in update_write_gpt()
646 void *fit; in do_tftp_full_update() local