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

/openwrt/tools/firmware-utils/src/
H A Dtplink-safeloader.c472 static void * generate_sysupgrade_image(const struct flash_partition_entry *flash_parts, const struct image_partition_entry *image_parts, size_t *len) { argument
478 const struct image_partition_entry *image_os_image = &image_parts[3];
479 const struct image_partition_entry *image_soft_version = &image_parts[1];
480 const struct image_partition_entry *image_support_list = &image_parts[2];
481 const struct image_partition_entry *image_file_system = &image_parts[4];
514 static void * generate_sysupgrade_image_c2600(const struct flash_partition_entry *flash_parts, const struct image_partition_entry *image_parts, size_t *len) { argument
518 const struct image_partition_entry *image_os_image = &image_parts[3];
519 const struct image_partition_entry *image_file_system = &image_parts[4];
546 static void * generate_sysupgrade_image_tl1043ndv4(const struct flash_partition_entry *flash_parts, const struct image_partition_entry *image_parts, size_t *len) { argument
550 const struct image_partition_entry *image_os_image = &image_parts[
[all...]

Completed in 23 milliseconds