| /netvirt/usr/src/uts/common/fs/zfs/sys/ |
| zio_checksum.h | 61 extern zio_checksum_t fletcher_2_byteswap;
|
| /netvirt/usr/src/uts/common/fs/zfs/ |
| zio_checksum.c | 76 {{fletcher_2_native, fletcher_2_byteswap}, 0, 1, "zilog"}, 77 {{fletcher_2_native, fletcher_2_byteswap}, 0, 0, "fletcher2"},
|
| fletcher.c | 51 fletcher_2_byteswap(const void *buf, uint64_t size, zio_cksum_t *zcp) function
|
| /netvirt/usr/src/grub/grub-0.95/stage2/ |
| zfs_fletcher.c | 47 fletcher_2_byteswap(const void *buf, uint64_t size, zio_cksum_t *zcp) function
|
| fsys_zfs.h | 184 extern void fletcher_2_byteswap(const void *, uint64_t, zio_cksum_t *);
|
| fsys_zfs.c | 122 fletcher_2_native, fletcher_2_byteswap, 0, 1, "zilog", 123 fletcher_2_native, fletcher_2_byteswap, 0, 0, "fletcher2",
|