Searched refs:CRC_old (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/io/1394/ |
H A D | s1394_dev_disc.c | 2154 uint32_t crc_len, crc_value, CRC, CRC_old, quad0; local 2189 CRC_old = s1394_CRC16_old(&node->cfgrom[1], crc_len); 2190 if (CRC_old == crc_value) { 2234 uint32_t dir_len, crc_value, CRC, CRC_old, quad0; local 2263 CRC_old = s1394_CRC16_old(&dir[1], dir_len); 2264 if (CRC_old == crc_value) {
|
Completed in 48 milliseconds