Searched refs:confs_noffset (Results 1 – 1 of 1) sorted by relevance
371 int confs_noffset; in fit_print_contents() local428 confs_noffset = fdt_path_offset(fit, FIT_CONFS_PATH); in fit_print_contents()429 if (confs_noffset < 0) { in fit_print_contents()431 FIT_CONFS_PATH, fdt_strerror(confs_noffset)); in fit_print_contents()442 noffset = fdt_next_node(fit, confs_noffset, &ndepth); in fit_print_contents()1722 int noffset, confs_noffset, images_noffset; in fit_conf_find_compat() local1730 if (confs_noffset < 0 || images_noffset < 0) { in fit_conf_find_compat()1822 int noffset, confs_noffset; in fit_conf_get_node() local1828 if (confs_noffset < 0) { in fit_conf_get_node()1830 FIT_CONFS_PATH, fdt_strerror(confs_noffset)); in fit_conf_get_node()[all …]
Completed in 26 milliseconds