Lines Matching defs:noffset
110 static void fit_get_debug(const void *fit, int noffset, in fit_get_debug()
128 int noffset; in fit_get_subimage_count() local
161 static void fit_image_print_data(const void *fit, int noffset, const char *p, in fit_image_print_data()
223 static void fit_image_print_verification_data(const void *fit, int noffset, in fit_image_print_verification_data()
254 static void fit_conf_print(const void *fit, int noffset, const char *p) in fit_conf_print()
343 int noffset; in fit_print_contents() local
448 int noffset; in fit_image_print() local
563 int fit_get_desc(const void *fit, int noffset, char **desc) in fit_get_desc()
591 int fit_get_timestamp(const void *fit, int noffset, time_t *timestamp) in fit_get_timestamp()
625 int noffset, images_noffset; in fit_image_get_node() local
657 int fit_image_get_os(const void *fit, int noffset, uint8_t *os) in fit_image_get_os()
689 int fit_image_get_arch(const void *fit, int noffset, uint8_t *arch) in fit_image_get_arch()
721 int fit_image_get_type(const void *fit, int noffset, uint8_t *type) in fit_image_get_type()
753 int fit_image_get_comp(const void *fit, int noffset, uint8_t *comp) in fit_image_get_comp()
771 static int fit_image_get_address(const void *fit, int noffset, char *name, in fit_image_get_address()
812 int fit_image_get_load(const void *fit, int noffset, ulong *load) in fit_image_get_load()
834 int fit_image_get_entry(const void *fit, int noffset, ulong *entry) in fit_image_get_entry()
854 int fit_image_get_data(const void *fit, int noffset, in fit_image_get_data()
881 int fit_image_get_data_offset(const void *fit, int noffset, int *data_offset) in fit_image_get_data_offset()
905 int fit_image_get_data_position(const void *fit, int noffset, in fit_image_get_data_position()
930 int fit_image_get_data_size(const void *fit, int noffset, int *data_size) in fit_image_get_data_size()
959 int fit_image_get_data_and_size(const void *fit, int noffset, in fit_image_get_data_and_size()
1004 int fit_image_hash_get_algo(const void *fit, int noffset, char **algo) in fit_image_hash_get_algo()
1032 int fit_image_hash_get_value(const void *fit, int noffset, uint8_t **value, in fit_image_hash_get_value()
1062 static int fit_image_hash_get_ignore(const void *fit, int noffset, int *ignore) in fit_image_hash_get_ignore()
1094 int fit_set_timestamp(void *fit, int noffset, time_t timestamp) in fit_set_timestamp()
1156 static int fit_image_check_hash(const void *fit, int noffset, const void *data, in fit_image_check_hash()
1207 int noffset = 0; in fit_image_verify_with_data() local
1285 int noffset = 0; in fit_image_verify() local
1314 int noffset; in fit_all_image_verify() local
1363 int fit_image_check_os(const void *fit, int noffset, uint8_t os) in fit_image_check_os()
1385 int fit_image_check_arch(const void *fit, int noffset, uint8_t arch) in fit_image_check_arch()
1415 int fit_image_check_type(const void *fit, int noffset, uint8_t type) in fit_image_check_type()
1438 int fit_image_check_comp(const void *fit, int noffset, uint8_t comp) in fit_image_check_comp()
1526 int noffset, confs_noffset, images_noffset; in fit_conf_find_compat() local
1630 int noffset, confs_noffset; in fit_conf_get_node() local
1681 int fit_conf_get_prop_node_count(const void *fit, int noffset, in fit_conf_get_prop_node_count()
1687 int fit_conf_get_prop_node_index(const void *fit, int noffset, in fit_conf_get_prop_node_index()
1701 int fit_conf_get_prop_node(const void *fit, int noffset, in fit_conf_get_prop_node()
1728 int noffset; in fit_get_node_from_config() local
1788 int cfg_noffset, noffset; in fit_image_load() local
2010 int noffset; in boot_get_setup_fit() local
2045 int i, err, noffset, ov_noffset; in boot_get_fdt_fit() local