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

/openwrt/target/linux/ar71xx/base-files/lib/upgrade/
H A Dopenmesh.sh158 local kernel_bsize= total_size=
176 total_size=7340032
182 total_size=7995392
212 printf "rootfs_size_1 %u\n" $((($total_size - $kernel_bsize) / 1024)) >> $uboot_env_upgrade
217 printf "rootfs_size_2 %u\n" $((($total_size - $kernel_bsize) / 1024)) >> $uboot_env_upgrade
/openwrt/tools/firmware-utils/src/
H A Dmktitanimg.h138 unsigned int total_size; /* Size of section (including pad size.) */ member in struct:nsp_img_hdr_sections
H A Dmktitanimg.c67 printf("Total size: %u bytes\n", section->total_size);
292 section->total_size=section->raw_size + padding;
311 section->total_size=section->raw_size + (EXTRA_BLOCK + 4 + squash_padding) + padding;
319 printf("*****padding is %d\ttotal_size=%d\traw_size=%d\n",padding, section->total_size, section->raw_size);
322 total = section->total_size + section->offset;
/openwrt/target/linux/ar7/files/drivers/mtd/
H A Dtitanpart.c52 unsigned int total_size; /* Size of section (including pad size.) */ member in struct:nsp_img_hdr_sections
186 end=start + section.total_size;
209 end=start + section.total_size;
/openwrt/package/kernel/lantiq/ltq-adsl-mei/src/
H A Dlantiq_mei.c1492 long total_size = 0; local
1545 total_size += allocate_size;

Completed in 44 milliseconds