Symbol: crc32
usr/src/boot/common/gpt.c
204
hdr->hdr_crc_self = crc32(0, Z_NULL, 0);
usr/src/boot/common/gpt.c
205
if (crc32(hdr->hdr_crc_self, hdr, hdr->hdr_size) != crc) {
usr/src/boot/common/gpt.c
271
hdr->hdr_crc_table = crc32(0, Z_NULL, 0);
usr/src/boot/common/gpt.c
272
hdr->hdr_crc_table = crc32(hdr->hdr_crc_table, table,
usr/src/boot/common/gpt.c
274
hdr->hdr_crc_self = crc32(0, Z_NULL, 0);
usr/src/boot/common/gpt.c
275
hdr->hdr_crc_self = crc32(hdr->hdr_crc_self, hdr, hdr->hdr_size);
usr/src/boot/common/gpt.c
313
if (crc32(0, table, nent * hdr->hdr_entsz) != hdr->hdr_crc_table) {
usr/src/boot/common/gpt.c
80
hdr->hdr_crc_table = crc32(0, Z_NULL, 0);
usr/src/boot/common/gpt.c
81
hdr->hdr_crc_table = crc32(hdr->hdr_crc_table, table,
usr/src/boot/common/gpt.c
83
hdr->hdr_crc_self = crc32(0, Z_NULL, 0);
usr/src/boot/common/gpt.c
84
hdr->hdr_crc_self = crc32(hdr->hdr_crc_self, hdr, hdr->hdr_size);
usr/src/boot/common/part.c
190
hdr->hdr_crc_self = crc32(0, Z_NULL, 0);
usr/src/boot/common/part.c
191
if (crc32(hdr->hdr_crc_self, (const Bytef *)hdr, sz) != crc) {
usr/src/boot/common/part.c
239
crc32(0, tbl, hdr->hdr_entries * hdr->hdr_entsz)) {
usr/src/cmd/bhyve/common/rfb.c
1083
ncrc[x] = (uint32_t)crc32(ncrc[x],
usr/src/common/pnglite/pnglite.c
119
calc_crc = crc32(0L, Z_NULL, 0);
usr/src/common/pnglite/pnglite.c
120
calc_crc = crc32(calc_crc, ihdr, 13+4);
usr/src/common/pnglite/pnglite.c
329
calc_crc = crc32(0L, Z_NULL, 0);
usr/src/common/pnglite/pnglite.c
330
calc_crc = crc32(calc_crc, (uint8_t *)"IDAT", 4);
usr/src/common/pnglite/pnglite.c
331
calc_crc = crc32(calc_crc, (uint8_t *)png->readbuf, length);
usr/src/grub/grub-0.97/stage2/gpt.h
37
grub_uint32_t crc32;
usr/src/uts/common/io/bnx/570x/driver/common/lmdev/bnx_lm_main.c
2293
u32_t crc32;
usr/src/uts/common/io/bnx/570x/driver/common/lmdev/bnx_lm_main.c
2319
crc32 = compute_crc32(
usr/src/uts/common/io/bnx/570x/driver/common/lmdev/bnx_lm_main.c
2325
bit_pos = ~crc32 & 0xff;
usr/src/uts/common/io/bnx/bnxhwi.c
342
u32_t crc32;
usr/src/uts/common/io/bnx/bnxhwi.c
344
crc32 = compute_crc32(mc_addr, ETHERNET_ADDRESS_SIZE);
usr/src/uts/common/io/bnx/bnxhwi.c
346
tgt_bit_pos = ~crc32 & 0xff;
usr/src/uts/common/io/bnx/bnxhwi.c
349
crc32 = compute_crc32(mc_table->addr_arr[idx].mc_addr,
usr/src/uts/common/io/bnx/bnxhwi.c
356
cur_bit_pos = ~crc32 & 0xff;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_power.c
117
DbgMessage(pdev, VERBOSE, "init_nwuf_57710: idx[%d] crc_mask=0x%08x size=%d\n", idx, nwuf->crc32, val );
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_power.c
131
val = nwuf->crc32 ;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_power.c
618
nwuf->crc32 = calc_crc32( nwuf->pattern, j, 0xffffffff /*seed*/, 1 /*complement*/ ) ;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_power.c
628
printk("pattern[%u] CRC=0x%08x\n",idx, nwuf->crc32 ) ;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_power.c
668
if ERR_IF( 0xffffffff == nwuf->crc32 )
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_power.c
705
nwuf->crc32 = 0 ;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/fw/5710_hsi.h
259
u32_t crc32 /* crc32 result */;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/lm.h
119
u32_t crc32 ; // crc32 on (pattern & mask)
usr/src/uts/common/io/nxge/nxge_fflp_hash.c
254
nxge_crc32c(uint32_t crc32, const uint8_t *buf, int len)
usr/src/uts/common/io/nxge/nxge_fflp_hash.c
263
nxge_crc32c_byte(&crc32, buf, rem);
usr/src/uts/common/io/nxge/nxge_fflp_hash.c
268
nxge_crc32c_word(&crc32, (const uint32_t *) buf, len / 4);
usr/src/uts/common/io/nxge/nxge_fflp_hash.c
272
nxge_crc32c_byte(&crc32, buf + len - rem, rem);
usr/src/uts/common/io/nxge/nxge_fflp_hash.c
274
return (crc32);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
1640
__le32 crc32 /* crc16 result */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
1640
__le32 crc32 /* crc16 result */;
usr/src/uts/common/os/ip_cksum.c
388
uint32_t crc32;
usr/src/uts/common/os/ip_cksum.c
391
crc32 = 0xFFFFFFFF;
usr/src/uts/common/os/ip_cksum.c
393
crc32 = sctp_crc32(crc32, p, mp->b_wptr - p);
usr/src/uts/common/os/ip_cksum.c
395
crc32 = sctp_crc32(crc32, mp->b_rptr, MBLKL(mp));
usr/src/uts/common/os/ip_cksum.c
399
crc32 = ~crc32;
usr/src/uts/common/os/ip_cksum.c
401
return (crc32);
usr/src/uts/common/os/sctp_crc32.c
127
sctp_crc32(uint32_t crc32, const uint8_t *buf, int len)
usr/src/uts/common/os/sctp_crc32.c
136
sctp_crc_byte(&crc32, buf, rem);
usr/src/uts/common/os/sctp_crc32.c
142
sctp_crc_word(&crc32, (const uint32_t *)buf, len / 4);
usr/src/uts/common/os/sctp_crc32.c
147
sctp_crc_byte(&crc32, buf + len - rem, rem);
usr/src/uts/common/os/sctp_crc32.c
149
return (crc32);