Searched refs:data_crc (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/sys/ufs/chfs/ |
H A D | chfs_readinode.c | 176 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 D | media.h | 107 le32 data_crc; /* crc of data*/ member
|
H A D | chfs.h | 206 uint32_t data_crc; /* CRC of the data */ member
|
H A D | chfs_write.c | 313 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 D | chfs_mkfs.c | 298 fdata.data_crc = htole32(crc32(0, (uint8_t *)buf, len)); in write_data()
|
/netbsd-src/external/gpl3/binutils/dist/ld/ |
H A D | pdb.h | 267 uint32_t data_crc; member
|
H A D | pdb.c | 4033 bfd_putl32 (0, &mod->sc.data_crc); in create_module_info_substream() 4242 bfd_putl32 (0, &sc->data_crc); in create_section_contrib_substream()
|