Lines Matching refs:zc_word
1199 (zcp)->zc_word[0] = BE_64((zcp)->zc_word[0]); \
1200 (zcp)->zc_word[1] = BE_64((zcp)->zc_word[1]); \
1201 (zcp)->zc_word[2] = BE_64((zcp)->zc_word[2]); \
1202 (zcp)->zc_word[3] = BE_64((zcp)->zc_word[3]); \
1275 (uintmax_t)cksum_found.zc_word[0], in verify_zfs()
1276 (uintmax_t)cksum_found.zc_word[1], in verify_zfs()
1277 (uintmax_t)cksum_found.zc_word[2], in verify_zfs()
1278 (uintmax_t)cksum_found.zc_word[3]); in verify_zfs()
1280 (uintmax_t)cksum_real.zc_word[0], in verify_zfs()
1281 (uintmax_t)cksum_real.zc_word[1], in verify_zfs()
1282 (uintmax_t)cksum_real.zc_word[2], in verify_zfs()
1283 (uintmax_t)cksum_real.zc_word[3]); in verify_zfs()