Home
last modified time | relevance | path

Searched refs:crc32_ext (Results 1 – 9 of 9) sorted by relevance

/dragonfly/test/debug/
H A Dicrc32.c14 uint32_t crc32_ext(const void *buf, size_t size, uint32_t ocrc);
33 crc2 = crc32_ext(buf, n, crc2); in main()
H A Dcrc32.c14 uint32_t crc32_ext(const void *buf, size_t size, uint32_t ocrc);
33 crc2 = crc32_ext(buf, n, crc2); in main()
/dragonfly/sys/libkern/
H A Dcrc32.c62 uint32_t crc32_ext(const void *buf, size_t size, uint32_t ocrc);
130 crc32_ext(const void *buf, size_t size, uint32_t ocrc) in crc32_ext() function
/dragonfly/sys/dev/disk/iscsi/initiator/
H A Disc_subr.c135 sp->hdrDigest = (digest_t *)crc32_ext; in i_setopt()
144 sp->dataDigest = (digest_t *)crc32_ext; in i_setopt()
/dragonfly/sys/vfs/hammer/
H A Dhammer_crc.h47 uint32_t crc32_ext(const void *buf, size_t size, uint32_t ocrc);
77 iscsi_crc32_ext(buf, size, ocrc) : crc32_ext(buf, size, ocrc))
H A Dhammer_mirror.c280 rec_crc = crc32_ext(cursor.data, data_len, rec_crc); in hammer_ioc_mirror_read()
/dragonfly/sys/sys/
H A Dsystm.h197 uint32_t crc32_ext(const void *buf, size_t size, uint32_t ocrc);
/dragonfly/sbin/hammer/
H A Dcmd_show.c717 crc = __get_buf_crc(leaf, crc32_ext); in get_buf_crc()
/dragonfly/sys/bus/u4b/net/
H A Dif_cdce.c881 *p_crc = crc32_ext(src, count, *p_crc); in cdce_m_crc32_cb()