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

/netgear-R7800-V1.0.2.28/target/linux/brcm63xx/files/arch/mips/include/asm/mach-bcm63xx/
H A Dbcm_tag.h51 char flashRootLength[IMAGE_LEN]; // 106-115: Size of rootfs for flashing member in struct:bcm_tag
/netgear-R7800-V1.0.2.28/package/mtd/src/
H A Dbcm_tag.h51 char flashRootLength[IMAGE_LEN]; // 106-115: Size of rootfs for flashing member in struct:bcm_tag
H A Dimagetag.c127 sprintf(&tag->flashRootLength[0], "%lu", 0);
261 rootfslen = strntoul(&tag->flashRootLength[0], NULL, 10, IMAGE_LEN);
273 sprintf(&tag->flashRootLength[0], "%lu", 0);
/netgear-R7800-V1.0.2.28/tools/firmware-utils/src/
H A Dbcm_tag.h51 char flashRootLength[IMAGE_LEN]; // 106-115: Size of rootfs for flashing member in struct:bcm_tag
H A Dimagetag.c355 sprintf(tag.flashRootLength, "%lu", rootfslen);
358 sprintf(tag.flashRootLength, "%lu", rootfslen + sizeof(deadcode));

Completed in 42 milliseconds