Searched refs:img_sp (Results 1 – 1 of 1) sorted by relevance
656 image_t *img_sp = image_stack; in get_container_image_start_pos() local663 while (img_sp->option != NO_IMG) { in get_container_image_start_pos()664 if (img_sp->option == APPEND) { in get_container_image_start_pos()665 fd = fopen(img_sp->filename, "r"); in get_container_image_start_pos()667 fprintf(stderr, "Fail open first container file %s\n", img_sp->filename); in get_container_image_start_pos()689 img_sp++; in get_container_image_start_pos()776 image_t *img_sp = image_stack; in build_container() local807 img_sp = image_stack; in build_container()810 while (img_sp->option != NO_IMG) { in build_container()811 switch (img_sp->option) { in build_container()[all …]