Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/zfs/
H A Dzfs_fletcher.h58 void fletcher_4_native(const void *, size_t, const void *, zio_cksum_t *);
H A Dzfs_fletcher.c473 fletcher_4_native(const void *buf, size_t size, in fletcher_4_native() function
582 fletcher_4_native(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.c62 fletcher_4_native(const void *buf, uint64_t size, zio_cksum_t *zcp) in fletcher_4_native() function
H A Dfsys_zfs.h213 extern void fletcher_4_native(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.c63 fletcher_4_native(const void *buf, uint64_t size, in fletcher_4_native() 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-vers49 fletcher_4_native;
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c2794 fletcher_4_native(&this_lb, asize, NULL, &cksum); in dump_l2arc_log_blocks()
3306 fletcher_4_native(buf, size, NULL, &cksum); in dump_label()
3326 fletcher_4_native(ub, sizeof (*ub), NULL, &cksum); in dump_label()
/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c5376 fletcher_4_native(buf, size, NULL, &zc_ref); in ztest_fletcher()
5385 fletcher_4_native(buf, size, NULL, &zc); in ztest_fletcher()
5439 fletcher_4_native(buf, size, NULL, &zc_ref); in ztest_fletcher_incr()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Darc.c9545 fletcher_4_native(this_lb, asize, NULL, &cksum); in l2arc_log_blk_read()
9885 fletcher_4_native(tmpbuf, asize, NULL, in l2arc_log_blk_commit()