Symbol: CRC32
usr/src/boot/efi/include/Uefi/UefiMultiPhase.h
176
UINT32 CRC32;
usr/src/cmd/mdb/common/modules/disk_label/disk_label.c
588
CRC32(crc32val, s, len, -1U, crc32_tab);
usr/src/common/dis/i386/dis_tables.c
2165
/* [00] */ TNS("crc32b",CRC32),
usr/src/common/dis/i386/dis_tables.c
2170
/* [00] */ TS("crc32",CRC32),
usr/src/common/dis/i386/dis_tables.c
4728
case CRC32:
usr/src/common/dis/i386/dis_tables.c
5174
case CRC32:
usr/src/lib/libefi/common/crc32_efi.c
42
CRC32(crc32val, s, len, -1U, crc32_tab);
usr/src/lib/libproc/common/Psymtab.c
1664
CRC32(c, buf, ret, c, psym_crc32);
usr/src/uts/common/fs/zfs/zvol.c
1492
CRC32(crc, &gpe, sizeof (gpe), -1U, crc32_table);
usr/src/uts/common/fs/zfs/zvol.c
1494
CRC32(crc, &gpt, EFI_HEADER_SIZE, -1U, crc32_table);
usr/src/uts/common/gssapi/mechs/krb5/crypto/crc32/crc32.c
47
CRC32(crc, in, in_length, 0, crc_table);
usr/src/uts/common/inet/ilb/ilb_alg_hash.c
40
CRC32((hash), &(addr), sizeof (in_addr_t), -1U, crc32_table); \
usr/src/uts/common/inet/ilb/ilb_alg_hash.c
49
CRC32((hash), &val, sizeof (uint32_t), -1U, crc32_table); \
usr/src/uts/common/inet/ilb/ilb_alg_hash.c
58
CRC32((hash), &val, sizeof (uint32_t), -1U, crc32_table); \
usr/src/uts/common/inet/ilb/ilb_nat.c
51
CRC32((hash), (key1), sizeof (uint32_t), -1U, crc32_table); \
usr/src/uts/common/inet/ilb/ilb_nat.c
52
CRC32((hash), (key2), sizeof (uint32_t), (hash), crc32_table); \
usr/src/uts/common/io/afe/afe.c
762
CRC32(crc, macaddr, ETHERADDRL, -1U, crc32_table);
usr/src/uts/common/io/bge/bge_main2.c
1280
CRC32(hash, mca, ETHERADDRL, -1U, crc32_table);
usr/src/uts/common/io/bnx/570x/driver/common/lmdev/bnx_lm_recv.c
319
CRC32(crc, (u8_t *)(pkt->u1.rx.mem_virt + L2RX_FRAME_HDR_LEN),
usr/src/uts/common/io/bnx/570x/driver/common/lmdev/bnx_lm_recv.c
798
CRC32(crc, (u8_t *)pkt_info->mem_virt + L2RX_FRAME_HDR_LEN,
usr/src/uts/common/io/cryptmod.c
656
CRC32(crc, input, len, 0, crc32_table);
usr/src/uts/common/io/devinfo.c
3991
CRC32(crc, di_cache.cache_data, map_size, -1U, crc32_table);
usr/src/uts/common/io/devinfo.c
4221
CRC32(crc, di_cache.cache_data, all->map_size, -1U, crc32_table);
usr/src/uts/common/io/efe/efe.c
751
CRC32(val, macaddr, ETHERADDRL, -1U, crc32_table);
usr/src/uts/common/io/fcoe/fcoe.c
1144
CRC32(crc, frm->frm_fc_frame, frm->frm_fc_frame_size, -1U, crc32_table);
usr/src/uts/common/io/fcoe/fcoe_fc.c
394
CRC32(crc, frm->frm_fc_frame, frm->frm_fc_frame_size,
usr/src/uts/common/io/hme/hme.c
418
CRC32(crc, addr, ETHERADDRL, -1U, crc32_table);
usr/src/uts/common/io/net80211/net80211_crypto_tkip.c
514
CRC32(crc, mp->b_rptr + off, data_len, -1U, crc_table);
usr/src/uts/common/io/net80211/net80211_crypto_tkip.c
546
CRC32(crc, mp->b_rptr + off, data_len, -1U, crc_table);
usr/src/uts/common/io/net80211/net80211_crypto_wep.c
250
CRC32(crc, mp->b_rptr + hdrlen + wep.ic_header,
usr/src/uts/common/io/net80211/net80211_crypto_wep.c
304
CRC32(crc, mp->b_rptr + hdrlen + wep.ic_header,
usr/src/uts/common/io/overlay/overlay_target.c
149
CRC32(crc, v, ETHERADDRL, -1U, crc32_table);
usr/src/uts/common/io/pcn/pcn.c
598
CRC32(crc, macaddr, ETHERADDRL, -1U, crc32_table);
usr/src/uts/common/io/sfe/sfe_util.c
165
CRC32(crc, addr, ETHERADDRL, 0xffffffffU, crc32_table);
usr/src/uts/common/sys/efi.h
145
uint32_t CRC32;
usr/src/uts/intel/sys/acpi/platform/acefiex.h
283
UINT32 CRC32;
usr/src/uts/sun/io/eri/eri.c
1098
CRC32(crc, addr, ETHERADDRL, -1U, crc32_table);
usr/src/uts/sun4v/io/vds.c
5874
CRC32(crc, gpe, sizeof (efi_gpe_t) * VD_MAXPART, -1U, crc32_table);
usr/src/uts/sun4v/io/vds.c
5877
CRC32(crc, gpt, EFI_HEADER_SIZE, -1U, crc32_table);
usr/src/uts/sun4v/io/vdsk_common.c
89
CRC32(crc32val, s, len, -1U, crc32_table);