/src/sys/ufs/chfs/ |
chfs_scan.c | 80 uint32_t crc, hdr_crc; local in function:chfs_scan_check_node_hdr 89 hdr_crc = le32toh(nhdr->hdr_crc); 92 if (crc != hdr_crc) {
|
chfs_scan.c | 80 uint32_t crc, hdr_crc; local in function:chfs_scan_check_node_hdr 89 hdr_crc = le32toh(nhdr->hdr_crc); 92 if (crc != hdr_crc) {
|
chfs_scan.c | 80 uint32_t crc, hdr_crc; local in function:chfs_scan_check_node_hdr 89 hdr_crc = le32toh(nhdr->hdr_crc); 92 if (crc != hdr_crc) {
|
media.h | 73 le32 hdr_crc; /* crc of the first 3 fields */ member in struct:chfs_flash_node_hdr 82 le32 hdr_crc; /* crc of the first 3 fields */ member in struct:chfs_flash_vnode 102 le32 hdr_crc; /* crc of the first 3 fields */ member in struct:chfs_flash_data_node 121 le32 hdr_crc; /* crc of the first 3 fields */ member in struct:chfs_flash_dirent_node 140 le32 hdr_crc; /* crc of the first 3 fields */ member in struct:chfs_flash_padding_node
|
media.h | 73 le32 hdr_crc; /* crc of the first 3 fields */ member in struct:chfs_flash_node_hdr 82 le32 hdr_crc; /* crc of the first 3 fields */ member in struct:chfs_flash_vnode 102 le32 hdr_crc; /* crc of the first 3 fields */ member in struct:chfs_flash_data_node 121 le32 hdr_crc; /* crc of the first 3 fields */ member in struct:chfs_flash_dirent_node 140 le32 hdr_crc; /* crc of the first 3 fields */ member in struct:chfs_flash_padding_node
|
media.h | 73 le32 hdr_crc; /* crc of the first 3 fields */ member in struct:chfs_flash_node_hdr 82 le32 hdr_crc; /* crc of the first 3 fields */ member in struct:chfs_flash_vnode 102 le32 hdr_crc; /* crc of the first 3 fields */ member in struct:chfs_flash_data_node 121 le32 hdr_crc; /* crc of the first 3 fields */ member in struct:chfs_flash_dirent_node 140 le32 hdr_crc; /* crc of the first 3 fields */ member in struct:chfs_flash_padding_node
|
ebh.c | 295 uint32_t magic, crc, hdr_crc; local in function:nor_check_eb_hdr 315 hdr_crc = le32toh(ebhdr->ec_hdr.crc_ec); 317 if (hdr_crc != crc) { 338 hdr_crc = le32toh(ebhdr->u.nor_hdr.crc); 349 if (crc != hdr_crc) { 374 uint32_t magic, crc, hdr_crc; local in function:nand_check_eb_hdr 393 hdr_crc = le32toh(ebhdr->ec_hdr.crc_ec); 395 if (hdr_crc != crc) { 410 hdr_crc = le32toh(ebhdr->u.nand_hdr.crc); 415 if (crc != hdr_crc) { [all...] |
ebh.c | 295 uint32_t magic, crc, hdr_crc; local in function:nor_check_eb_hdr 315 hdr_crc = le32toh(ebhdr->ec_hdr.crc_ec); 317 if (hdr_crc != crc) { 338 hdr_crc = le32toh(ebhdr->u.nor_hdr.crc); 349 if (crc != hdr_crc) { 374 uint32_t magic, crc, hdr_crc; local in function:nand_check_eb_hdr 393 hdr_crc = le32toh(ebhdr->ec_hdr.crc_ec); 395 if (hdr_crc != crc) { 410 hdr_crc = le32toh(ebhdr->u.nand_hdr.crc); 415 if (crc != hdr_crc) { [all...] |
ebh.c | 295 uint32_t magic, crc, hdr_crc; local in function:nor_check_eb_hdr 315 hdr_crc = le32toh(ebhdr->ec_hdr.crc_ec); 317 if (hdr_crc != crc) { 338 hdr_crc = le32toh(ebhdr->u.nor_hdr.crc); 349 if (crc != hdr_crc) { 374 uint32_t magic, crc, hdr_crc; local in function:nand_check_eb_hdr 393 hdr_crc = le32toh(ebhdr->ec_hdr.crc_ec); 395 if (hdr_crc != crc) { 410 hdr_crc = le32toh(ebhdr->u.nand_hdr.crc); 415 if (crc != hdr_crc) { [all...] |
/src/usr.sbin/fstyp/ |
hammer_disk.h | 586 hammer_crc_t hdr_crc; /* XOR crc up to field w/ crc after field */ member in struct:hammer_fifo_head 589 #define HAMMER_FIFO_HEAD_CRCOFF offsetof(struct hammer_fifo_head, hdr_crc)
|
hammer_disk.h | 586 hammer_crc_t hdr_crc; /* XOR crc up to field w/ crc after field */ member in struct:hammer_fifo_head 589 #define HAMMER_FIFO_HEAD_CRCOFF offsetof(struct hammer_fifo_head, hdr_crc)
|
hammer_disk.h | 586 hammer_crc_t hdr_crc; /* XOR crc up to field w/ crc after field */ member in struct:hammer_fifo_head 589 #define HAMMER_FIFO_HEAD_CRCOFF offsetof(struct hammer_fifo_head, hdr_crc)
|