HomeSort by: relevance | last modified time | path
    Searched refs:nor_hdr (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.sbin/makefs/chfs/
chfs_mkfs.c 150 ebhdr.u.nor_hdr.lid = htole32(lebnumber++);
151 ebhdr.u.nor_hdr.crc = htole32(crc32(0,
152 (uint8_t *)&ebhdr.u.nor_hdr + 4,
154 memcpy(buf, &ebhdr.u.nor_hdr, CHFS_EB_HDR_NOR_SIZE);
  /src/sys/ufs/chfs/
ebh.c 89 ebhdr->u.nor_hdr.lid = htole32(lnr);
161 &retlen, (unsigned char *) &ebhdr->u.nor_hdr);
226 ebhdr->u.nor_hdr.lid = ebhdr->u.nor_hdr.lid
229 crc = crc32(0, (uint8_t *)&ebhdr->u.nor_hdr + 4,
237 (unsigned char *) &ebhdr->u.nor_hdr);
325 if (check_pattern((void *) &ebhdr->u.nor_hdr, 0xFF, 0,
332 if (ebhdr->u.nor_hdr.crc == 0 && ebhdr->u.nor_hdr.lid == 0) {
338 hdr_crc = le32toh(ebhdr->u.nor_hdr.crc)
    [all...]
ebh.h 63 * @u.nor_hdr: eraseblock header on NOR flash
69 struct chfs_nor_eb_hdr nor_hdr; member in union:chfs_eb_hdr::__anon12423610010a

Completed in 37 milliseconds