Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c5360 zio_cksum_t zc_ref; in ztest_fletcher() local
5376 fletcher_4_native(buf, size, NULL, &zc_ref); in ztest_fletcher()
5387 VERIFY0(bcmp(&zc, &zc_ref, sizeof (zc))); in ztest_fletcher()
5396 VERIFY0(bcmp(&zc, &zc_ref, sizeof (zc))); in ztest_fletcher()
5405 VERIFY0(bcmp(&zc, &zc_ref, sizeof (zc))); in ztest_fletcher()
5424 zio_cksum_t zc_ref; in ztest_fletcher_incr() local
5439 fletcher_4_native(buf, size, NULL, &zc_ref); in ztest_fletcher_incr()
5472 VERIFY(ZIO_CHECKSUM_EQUAL(zc, zc_ref)); in ztest_fletcher_incr()
5485 VERIFY(ZIO_CHECKSUM_EQUAL(zc, zc_ref)); in ztest_fletcher_incr()