Searched refs:flash_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
473 const struct flash_partition_entry *flash_os_image = &flash_parts[5];
474 const struct flash_partition_entry *flash_soft_version = &flash_parts[6];
475 const struct flash_partition_entry *flash_support_list = &flash_parts[7];
476 const struct flash_partition_entry *flash_file_system = &flash_parts[8];
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
515 const struct flash_partition_entry *flash_os_image = &flash_parts[11];
516 const struct flash_partition_entry *flash_file_system = &flash_parts[12];
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
547 const struct flash_partition_entry *flash_os_image = &flash_parts[
[all...]

Completed in 82 milliseconds