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
249 static int hdr_checksum_verify(void *fit, struct update_header *hdr) in hdr_checksum_verify()
293 static int hdr_param_verify(void *fit, struct update_header *hdr, in hdr_param_verify()
363 static int update_verify_hdr(void *fit, struct update_header *hdr, in update_verify_hdr()
402 static int update_local_info(void *fit, struct update_header *hdr) in update_local_info()
426 static int update_ignore_image(void *fit, struct update_header *hdr, in update_ignore_image()
444 static int download_image(void *fit, struct image_element *e) in download_image()
512 static int update_download_image(void *fit, struct image_element *e) in update_download_image()
528 static int update_write_gpt(void *fit, struct update_header *hdr) in update_write_gpt()
624 void *fit; in do_tftp_full_update() local