Searched refs:img_sp (Results 1 – 1 of 1) sorted by relevance
689 img_sp++; in get_container_image_start_pos()807 img_sp = image_stack; in build_container()843 img_sp, in build_container()882 if (img_sp->dst != ALIGN(img_sp->dst, sector_size)) { in build_container()909 img_sp++; in build_container()940 if (img_sp->option == M40 || img_sp->option == M41 || in build_container()941 img_sp->option == AP || img_sp->option == DATA || in build_container()942 img_sp->option == SCD || img_sp->option == SCFW || in build_container()943 img_sp->option == SECO || img_sp->option == MSG_BLOCK) { in build_container()944 copy_file_aligned(ofd, img_sp->filename, img_sp->src, in build_container()[all …]