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

/openwrt/tools/firmware-utils/src/
H A Dtplink-safeloader.c237 static struct image_partition_entry alloc_image_partition(const char *name, size_t len) { function
252 struct image_partition_entry entry = alloc_image_partition("partition-table", 0x800);
288 struct image_partition_entry entry = alloc_image_partition("soft-version", sizeof(struct soft_version));
320 struct image_partition_entry entry = alloc_image_partition("support-list", len + 9);
342 struct image_partition_entry entry = alloc_image_partition(part_name, len);

Completed in 29 milliseconds