Searched refs:fletcher_4_incremental_native (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/common/zfs/ |
H A D | zfs_fletcher.h | 44 void fletcher_4_incremental_native(const void *, uint64_t,
|
H A D | zfs_fletcher.c | 203 fletcher_4_incremental_native(const void *buf, uint64_t size, in fletcher_4_incremental_native() function
|
/titanic_44/usr/src/lib/libzfs/common/ |
H A D | mapfile-vers | 46 fletcher_4_incremental_native;
|
H A D | libzfs_sendrecv.c | 191 fletcher_4_incremental_native(drr, in dump_record() 198 fletcher_4_incremental_native(&drr->drr_u.drr_checksum.drr_checksum, in dump_record() 203 fletcher_4_incremental_native(payload, payload_len, zc); in dump_record() 2027 fletcher_4_incremental_native(buf, ilen, zc); in recv_read()
|
/titanic_44/usr/src/uts/common/fs/zfs/ |
H A D | dmu_send.c | 118 fletcher_4_incremental_native(dsp->dsa_drr, in dump_record() 126 fletcher_4_incremental_native(&dsp->dsa_drr-> in dump_record() 132 fletcher_4_incremental_native(payload, payload_len, in dump_record() 1621 fletcher_4_incremental_native(drr_begin, in dmu_recv_begin() 2280 fletcher_4_incremental_native(buf, len, &ra->cksum); in receive_cksum()
|
/titanic_44/usr/src/cmd/zstreamdump/ |
H A D | zstreamdump.c | 99 fletcher_4_incremental_native(buf, len, cksum); in ssread()
|