Home
last modified time | relevance | path

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

/freebsd-13.1/sys/contrib/openzfs/cmd/ztest/
H A Dztest.c6381 zio_cksum_t zc_ref; in ztest_fletcher() local
6397 fletcher_4_native(buf, size, NULL, &zc_ref); in ztest_fletcher()
6408 VERIFY0(bcmp(&zc, &zc_ref, sizeof (zc))); in ztest_fletcher()
6417 VERIFY0(bcmp(&zc, &zc_ref, sizeof (zc))); in ztest_fletcher()
6426 VERIFY0(bcmp(&zc, &zc_ref, sizeof (zc))); in ztest_fletcher()
6445 zio_cksum_t zc_ref; in ztest_fletcher_incr() local
6460 fletcher_4_native(buf, size, NULL, &zc_ref); in ztest_fletcher_incr()
6493 VERIFY(ZIO_CHECKSUM_EQUAL(zc, zc_ref)); in ztest_fletcher_incr()
6506 VERIFY(ZIO_CHECKSUM_EQUAL(zc, zc_ref)); in ztest_fletcher_incr()