Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_subr.c929 crc = ud_crc(addr + 0x10, crc_len); in ud_make_tag()
1246 crc = ud_crc(addr + 0x10, SWAP_16(tag->tag_crc_len)); in ud_verify_tag_and_desc()
1335 ud_crc(uint8_t *addr, int32_t len) in ud_crc() function
1809 crc = ud_crc(in_str, in_len); in ud_uncompress()
/illumos-gate/usr/src/cmd/fs.d/udfs/common/
H A Dud_lib.c54 static uint16_t ud_crc(uint8_t *, int32_t);
1059 crc = ud_crc(addr + 0x10, SWAP_16(tag->tag_crc_len)); in ud_verify_tag()
1110 crc = ud_crc(addr + 0x10, crc_len); in ud_make_tag()
1166 ud_crc(uint8_t *addr, int32_t len) in ud_crc() function
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dudf_inode.h690 uint16_t ud_crc(uint8_t *, int32_t);