Lines Matching refs:tparams
32 struct image_type_params *tparams,
38 struct image_type_params *tparams, in imagetool_verify_print_header() argument
48 if (tparams) in imagetool_verify_print_header()
49 return imagetool_verify_print_header_by_type(ptr, sbuf, tparams, params); in imagetool_verify_print_header()
91 struct image_type_params *tparams, in imagetool_verify_print_header_by_type() argument
96 if (tparams->verify_header) { in imagetool_verify_print_header_by_type()
97 retval = tparams->verify_header((unsigned char *)ptr, in imagetool_verify_print_header_by_type()
104 if (tparams->print_header) { in imagetool_verify_print_header_by_type()
106 tparams->print_header(ptr, params); in imagetool_verify_print_header_by_type()
110 params->cmdname, tparams->name); in imagetool_verify_print_header_by_type()
115 params->cmdname, tparams->name, retval); in imagetool_verify_print_header_by_type()
120 params->cmdname, tparams->name); in imagetool_verify_print_header_by_type()