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

/netgear-R7800-V1.0.2.28/package/mtd/src/
H A Dimagetag.c37 #include "bcm_tag.h"
87 struct bcm_tag *tag;
113 tag = (struct bcm_tag *) (ptr);
121 headercrc = compute_crc32(CRC_START, offset, offsetof(struct bcm_tag, headerCRC), fd);
135 headercrc = crc32(CRC_START, tag, offsetof(struct bcm_tag, headerCRC));
138 msync(ptr, sizeof(struct bcm_tag), MS_SYNC|MS_INVALIDATE);
154 struct bcm_tag *tag = (const struct bcm_tag *) buf;
162 *len = read(imagefd, buf, sizeof(struct bcm_tag));
163 if (*len < sizeof(struct bcm_tag)) {
[all...]
H A Dbcm_tag.h40 struct bcm_tag { struct
/netgear-R7800-V1.0.2.28/target/linux/brcm63xx/files/arch/mips/include/asm/mach-bcm63xx/
H A Dbcm_tag.h40 struct bcm_tag { struct
/netgear-R7800-V1.0.2.28/tools/firmware-utils/src/
H A Dbcm_tag.h40 struct bcm_tag { struct
H A Dimagetag.c19 #include "bcm_tag.h"
124 struct bcm_tag tag;
141 memset(&tag, 0, sizeof(struct bcm_tag));

Completed in 44 milliseconds