Home
last modified time | relevance | path

Searched refs:crc_len (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/dev/firewire/
H A Dfwcrom.c83 if (((struct csrdirectory *)p)->crc_len == 0) { in crom_init_context()
126 if (ptr->index < ptr->dir->crc_len && in crom_next()
130 if (ptr->index < ptr->dir->crc_len) in crom_next()
203 if ((vm_offset_t)textleaf + textleaf->crc_len > CROM_END(cc)) { in crom_parse_text()
211 qlen = textleaf->crc_len - 2; in crom_parse_text()
321 crc = crom_crc((uint32_t *)&dir->entry[0], dir->crc_len); in crom_desc()
323 dir->crc_len, dir->crc, in crom_desc()
395 index = chunk->data.crc_len; in crom_add_quad()
401 chunk->data.crc_len++; in crom_add_quad()
457 tl->crc_len = howmany(sizeof(struct csrtext) + len, sizeof(uint32_t)); in crom_add_simple_text()
[all …]
H A Diec13213.h138 crc_len:8, member
142 crc_len:8,
147 BIT16x2(crc_len, crc);
151 BIT16x2(crc_len, crc);
240 BIT16x2(crc_len, crc);
H A Dfirewire.h405 crc_len:16; member
414 crc_len:16; member
H A Dfirewire.c1307 fc->topology_map->crc_len = 2; in fw_sidrcv()
1312 fc->speed_map->crc_len = 1 + (64 * 64 + 3) / 4; in fw_sidrcv()
1322 fc->topology_map->crc_len++; in fw_sidrcv()
1359 fc->topology_map->crc_len * 4); in fw_sidrcv()
1362 fc->speed_map->crc_len * 4); in fw_sidrcv()
1365 for (i = 0; i <= fc->topology_map->crc_len; i++) in fw_sidrcv()
1371 bcopy(p, &CSRARC(fc, SPED_MAP + 8), (fc->speed_map->crc_len - 1) * 4); in fw_sidrcv()
1476 (uint32_t *)reg, dir->crc_len); in fw_explore_csrblock()
1482 off = CSRROMOFF + offset + sizeof(uint32_t) * (dir->crc_len - 1); in fw_explore_csrblock()
1489 for (i = 0; i < dir->crc_len; i++, offset += sizeof(uint32_t)) { in fw_explore_csrblock()
H A Dfwdev.c779 (fc->topology_map->crc_len + 1) * 4); in fw_ioctl()
/freebsd/usr.sbin/fwcontrol/
H A Dfwcontrol.c447 hdr->info_len, hdr->crc_len, hdr->crc); in show_crom()
448 crc = crom_crc(crom_buf+1, hdr->crc_len); in show_crom()
462 dir->crc_len, dir->crc_len, dir->crc); in show_crom()
463 crc = crom_crc((u_int32_t *)&dir->entry[0], dir->crc_len); in show_crom()
468 if (dir->crc_len < 1) in show_crom()
531 tmap->crc_len, tmap->generation, in show_topology_map()
535 for (i = 0; i < tmap->crc_len - 2; i++) { in show_topology_map()
/freebsd/sys/dev/vnic/
H A Dq_struct.h482 uint64_t crc_len:16; member
484 uint64_t crc_len:16;
/freebsd/contrib/libarchive/libarchive/
H A Darchive_write_set_format_mtree.c151 uint64_t crc_len;
1452 mtree->crc_len = 0; in sum_init()
1516 mtree->crc_len += n; in sum_update()
1551 for (len = mtree->crc_len; len != 0; len >>= 8) in sum_final()
152 uint64_t crc_len; global() member