Home
last modified time | relevance | path

Searched refs:data_crc (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/sys/ufs/chfs/
H A Dchfs_readinode.c176 if (crc != td->data_crc) { in chfs_check_td_data()
177 dbg("crc failed, calculated: 0x%x, orig: 0x%x\n", crc, td->data_crc); in chfs_check_td_data()
849 td->data_crc = le32toh(dnode->data_crc); in chfs_get_data_nodes()
1173 if (crc != le32toh(dnode->data_crc)) { in chfs_read_data()
1174 chfs_err("Data CRC check failed. calc: 0x%x orig: 0x%x\n", crc, le32toh(dnode->data_crc)); in chfs_read_data()
H A Dmedia.h107 le32 data_crc; /* crc of data*/ member
H A Dchfs.h206 uint32_t data_crc; /* CRC of the data */ member
H A Dchfs_write.c313 dnode->data_crc = htole32(crc32(0, (uint8_t *)bp->b_data, len)); in chfs_write_flash_dnode()
/netbsd-src/usr.sbin/makefs/chfs/
H A Dchfs_mkfs.c298 fdata.data_crc = htole32(crc32(0, (uint8_t *)buf, len)); in write_data()
/netbsd-src/external/gpl3/binutils/dist/ld/
H A Dpdb.h267 uint32_t data_crc; member
H A Dpdb.c4033 bfd_putl32 (0, &mod->sc.data_crc); in create_module_info_substream()
4242 bfd_putl32 (0, &sc->data_crc); in create_section_contrib_substream()