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

/netgear-R7800-V1.0.2.28/tools/firmware-utils/src/
H A Dmktplinkfw.c79 uint32_t rootfs_ofs; /* rootfs data offset */ member in struct:fw_header
94 uint32_t rootfs_ofs; member in struct:flash_layout
129 static uint32_t rootfs_ofs = 0; variable
156 .rootfs_ofs = 0x140000,
162 .rootfs_ofs = 0x100000,
168 .rootfs_ofs = 0x140000,
174 .rootfs_ofs = 0x100000,
500 if (!rootfs_ofs)
501 rootfs_ofs = layout->rootfs_ofs;
[all...]
/netgear-R7800-V1.0.2.28/target/linux/ar71xx/files/drivers/mtd/
H A Dtplinkpart.c42 uint32_t rootfs_ofs; /* rootfs data offset */ member in struct:tplink_fw_header
145 rootfs_offset = offset + be32_to_cpu(header->rootfs_ofs);

Completed in 80 milliseconds