Home
last modified time | relevance | path

Searched refs:crom_crc (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/firewire/
H A Dfwcrom.c224 crom_crc(uint32_t *ptr, int len) in crom_crc() function
321 crc = crom_crc((uint32_t *)&dir->entry[0], dir->crc_len); in crom_desc()
516 crom_crc(&chunk->data.buf[0], chunk->data.crc_len); in crom_load()
525 hdr->crc = crom_crc(&buf[1], hdr->crc_len); in crom_load()
H A Diec13213.h217 uint16_t crom_crc(uint32_t *r, int);
/freebsd/usr.sbin/fwcontrol/
H A Dfwcontrol.c448 crc = crom_crc(crom_buf+1, hdr->crc_len); in show_crom()
463 crc = crom_crc((u_int32_t *)&dir->entry[0], dir->crc_len); in show_crom()