Searched refs:fletcher_4_byteswap (Results 1 – 9 of 9) sorted by relevance
/illumos-gate/usr/src/common/zfs/ |
H A D | zfs_fletcher.h | 60 void fletcher_4_byteswap(const void *, size_t, const void *, zio_cksum_t *);
|
H A D | zfs_fletcher.c | 521 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 D | zfs_fletcher.c | 79 fletcher_4_byteswap(const void *buf, uint64_t size, zio_cksum_t *zcp) in fletcher_4_byteswap() function
|
H A D | fsys_zfs.h | 214 extern void fletcher_4_byteswap(const void *, uint64_t, zio_cksum_t *);
|
H A D | fsys_zfs.c | 147 {{fletcher_4_native, fletcher_4_byteswap}, 1, 0, "fletcher4"},
|
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/ |
H A D | fletcher.c | 81 fletcher_4_byteswap(const void *buf, uint64_t size, in fletcher_4_byteswap() function
|
H A D | zfssubr.c | 119 {{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 D | mapfile-vers | 52 fletcher_4_byteswap;
|
/illumos-gate/usr/src/cmd/ztest/ |
H A D | ztest.c | 5377 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()
|