Searched refs:crc32_table (Results 1 - 21 of 21) sorted by relevance

/illumos-gate/usr/src/common/hdcrc/
H A Dhd_crc.h174 hd_crc32_avail(uint32_t *crc32_table) argument
176 hd_crc32_avail(uint32_t *crc32_table)
264 if (crc32_table[i] != _intel_crc32_hd_table[i])
/illumos-gate/usr/src/uts/common/inet/ilb/
H A Dilb_alg_hash.c40 CRC32((hash), &(addr), sizeof (in_addr_t), -1U, crc32_table); \
49 CRC32((hash), &val, sizeof (uint32_t), -1U, crc32_table); \
58 CRC32((hash), &val, sizeof (uint32_t), -1U, crc32_table); \
H A Dilb_nat.c51 CRC32((hash), (key1), sizeof (uint32_t), -1U, crc32_table); \
52 CRC32((hash), (key2), sizeof (uint32_t), (hash), crc32_table); \
/illumos-gate/usr/src/uts/common/net/
H A Dppp_defs.h137 #define PPPFCS32(fcs, c) (((fcs) >> 8) ^ crc32_table[((fcs) ^ (c)) & 0xff])
/illumos-gate/usr/src/uts/common/sys/
H A Dcrc32.h90 * crc = (crc >> 8) ^ crc32_table[(crc ^ byte) & 0xFF];
94 * We also define a pre-computed crc32_table[] for the polynomial 0xEDB88320.
117 * Typical usage: CRC32(crc, buf, size, -1U, crc32_table).
132 * Typical usage: CRC32_STRING(crc, len, str, -1U, crc32_table).
224 extern const uint32_t crc32_table[256];
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvdsk_common.c89 CRC32(crc32val, s, len, -1U, crc32_table);
H A Dvds.c5869 CRC32(crc, gpe, sizeof (efi_gpe_t) * VD_MAXPART, -1U, crc32_table);
5872 CRC32(crc, gpt, sizeof (efi_gpt_t), -1U, crc32_table);
/illumos-gate/usr/src/uts/common/os/
H A Dspace.c370 const uint32_t crc32_table[256] = { CRC32_TABLE }; variable
/illumos-gate/usr/src/uts/common/io/fcoe/
H A Dfcoe_fc.c392 (uint32_t)~0, crc32_table);
H A Dfcoe.c1144 CRC32(crc, frm->frm_fc_frame, frm->frm_fc_frame_size, -1U, crc32_table);
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dmemcache.c2139 static unsigned long crc32_table[256] = {
2200 crc = ((crc << 8) ^ crc32_table[(crc >> 24) ^ *p]) & 0xffffffff;
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzvol.c1525 CRC32(crc, &gpe, sizeof (gpe), -1U, crc32_table);
1527 CRC32(crc, &gpt, sizeof (gpt), -1U, crc32_table);
/illumos-gate/usr/src/uts/common/io/efe/
H A Defe.c751 CRC32(val, macaddr, ETHERADDRL, -1U, crc32_table);
/illumos-gate/usr/src/uts/common/io/afe/
H A Dafe.c762 CRC32(crc, macaddr, ETHERADDRL, -1U, crc32_table);
/illumos-gate/usr/src/uts/common/io/pcn/
H A Dpcn.c598 CRC32(crc, macaddr, ETHERADDRL, -1U, crc32_table);
/illumos-gate/usr/src/uts/common/io/
H A Ddevinfo.c3992 CRC32(crc, di_cache.cache_data, map_size, -1U, crc32_table);
4222 CRC32(crc, di_cache.cache_data, all->map_size, -1U, crc32_table);
H A Dcryptmod.c653 CRC32(crc, input, len, 0, crc32_table);
/illumos-gate/usr/src/uts/common/io/hme/
H A Dhme.c418 CRC32(crc, addr, ETHERADDRL, -1U, crc32_table);
/illumos-gate/usr/src/uts/sun/io/eri/
H A Deri.c1098 CRC32(crc, addr, ETHERADDRL, -1U, crc32_table);
/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_main2.c1316 CRC32(hash, mca, ETHERADDRL, -1U, crc32_table);
/illumos-gate/usr/src/uts/common/io/sfe/
H A Dsfe_util.c165 CRC32(crc, addr, ETHERADDRL, 0xffffffffU, crc32_table);

Completed in 177 milliseconds