Searched refs:fletcher_2_native (Results 1 – 9 of 9) sorted by relevance
/illumos-gate/usr/src/common/zfs/ |
H A D | zfs_fletcher.h | 54 void fletcher_2_native(const void *, size_t, const void *, zio_cksum_t *);
|
H A D | zfs_fletcher.c | 274 fletcher_2_native(const void *buf, size_t size, in fletcher_2_native() function
|
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | zfs_fletcher.c | 28 fletcher_2_native(const void *buf, uint64_t size, zio_cksum_t *zcp) in fletcher_2_native() function
|
H A D | fsys_zfs.h | 211 extern void fletcher_2_native(const void *, uint64_t, zio_cksum_t *);
|
H A D | fsys_zfs.c | 146 {{fletcher_2_native, fletcher_2_byteswap}, 0, 0, "fletcher2"},
|
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/ |
H A D | fletcher.c | 27 fletcher_2_native(const void *buf, uint64_t size, in fletcher_2_native() function
|
H A D | zfssubr.c | 115 {{fletcher_2_native, fletcher_2_byteswap}, NULL, NULL, 117 {{fletcher_2_native, fletcher_2_byteswap}, NULL, NULL,
|
/illumos-gate/usr/src/lib/libzfs/common/ |
H A D | mapfile-vers | 47 fletcher_2_native;
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | arc.c | 1322 fletcher_2_native(buf->b_data, arc_buf_size(buf), NULL, &zc); in arc_cksum_verify() 1383 fletcher_2_native(buf->b_data, arc_buf_size(buf), NULL, in arc_cksum_compute()
|