Searched refs:image_os_image (Results 1 - 1 of 1) sorted by relevance

/openwrt/tools/firmware-utils/src/
H A Dtplink-safeloader.c478 const struct image_partition_entry *image_os_image = &image_parts[3]; local
488 assert(strcmp(image_os_image->name, "os-image") == 0);
493 if (image_os_image->size > flash_os_image->size)
506 memcpy(image, image_os_image->data, image_os_image->size);
518 const struct image_partition_entry *image_os_image = &image_parts[3]; local
524 assert(strcmp(image_os_image->name, "os-image") == 0);
527 if (image_os_image->size > flash_os_image->size)
540 memcpy(image, image_os_image->data, image_os_image
550 const struct image_partition_entry *image_os_image = &image_parts[3]; local
[all...]

Completed in 26 milliseconds