Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/zfs/
H A Dzfs_fletcher.h60 void fletcher_4_byteswap(const void *, size_t, const void *, zio_cksum_t *);
H A Dzfs_fletcher.c521 fletcher_4_byteswap(const void *buf, size_t size, in fletcher_4_byteswap() function
584 fletcher_4_byteswap(buf, len, NULL, &nzc); in fletcher_4_incremental_impl()
644 native ? fletcher_4_native : fletcher_4_byteswap; in fletcher_4_benchmark_impl()
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dzfs_fletcher.c79 fletcher_4_byteswap(const void *buf, uint64_t size, zio_cksum_t *zcp) in fletcher_4_byteswap() function
H A Dfsys_zfs.h214 extern void fletcher_4_byteswap(const void *, uint64_t, zio_cksum_t *);
H A Dfsys_zfs.c147 {{fletcher_4_native, fletcher_4_byteswap}, 1, 0, "fletcher4"},
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dfletcher.c81 fletcher_4_byteswap(const void *buf, uint64_t size, in fletcher_4_byteswap() function
H A Dzfssubr.c119 {{fletcher_4_native, fletcher_4_byteswap}, NULL, NULL,
124 {{fletcher_4_native, fletcher_4_byteswap}, NULL, NULL,
/illumos-gate/usr/src/lib/libzfs/common/
H A Dmapfile-vers52 fletcher_4_byteswap;
/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c5377 fletcher_4_byteswap(buf, size, NULL, &zc_ref_byteswap); in ztest_fletcher()
5384 fletcher_4_byteswap(buf, size, NULL, &zc_byteswap); in ztest_fletcher()
5440 fletcher_4_byteswap(buf, size, NULL, &zc_ref_bswap); in ztest_fletcher_incr()