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

/openwrt/tools/firmware-utils/src/
H A Dtplink-safeloader.c57 struct image_partition_entry { struct
237 static struct image_partition_entry alloc_image_partition(const char *name, size_t len) {
238 struct image_partition_entry entry = {name, len, malloc(len)};
246 static void free_image_partition(struct image_partition_entry entry) {
251 static struct image_partition_entry make_partition_table(const struct flash_partition_entry *p) {
252 struct image_partition_entry entry = alloc_image_partition("partition-table", 0x800);
287 static struct image_partition_entry make_soft_version(uint32_t rev) {
288 struct image_partition_entry entry = alloc_image_partition("soft-version", sizeof(struct soft_version));
318 static struct image_partition_entry make_support_list(const char *support_list, bool trailzero) {
320 struct image_partition_entry entr
[all...]

Completed in 66 milliseconds