/titanic_44/usr/src/lib/libsum/common/ |
H A D | sum-crc.c | 57 #define CRC(p,s,c) (s = (s >> 8) ^ (p)->tab[(s ^ (c)) & 0xff]) macro 269 CRC(sum, c, *b++); in crc_block() 277 CRC(sum, c, *b++); in crc_block() 298 CRC(sum, c, *b++); in crc_block() 327 CRC(sum, c, n >> j); in crc_done()
|
/titanic_44/usr/src/uts/common/io/1394/ |
H A D | s1394_misc.c | 511 uint_t CRC = 0; in s1394_CRC16() local 525 for (next = CRC, shift = 28; shift >= 0; shift -= 4) { in s1394_CRC16() 529 CRC = next & IEEE1394_CRC16_MASK; in s1394_CRC16() 533 tnf_uint, crc, CRC); in s1394_CRC16() 534 return (CRC); in s1394_CRC16() 548 uint_t CRC = 0; in s1394_CRC16_old() local 559 for (next = CRC, shift = 28; shift > 0; shift -= 4) { in s1394_CRC16_old() 563 CRC = next & IEEE1394_CRC16_MASK; in s1394_CRC16_old() 567 tnf_uint, crc, CRC); in s1394_CRC16_old() 568 return (CRC); in s1394_CRC16_old()
|
H A D | s1394_csr.c | 1290 uint_t CRC; in s1394_CSR_topology_map_update() local 1325 CRC = s1394_CRC16(&(tm_ptr[1]), length); in s1394_CSR_topology_map_update() 1326 tm_ptr[0] = (length << IEEE1394_TOP_MAP_LEN_SHIFT) | CRC; in s1394_CSR_topology_map_update() 1447 uint32_t CRC; in s1394_init_local_config_rom() local 1520 CRC = s1394_CRC16(&config_rom[1], 4); in s1394_init_local_config_rom() 1521 config_rom[0] = (0x04040000) | CRC; in s1394_init_local_config_rom() 1542 CRC = s1394_CRC16(&config_rom[6], root_dir_len); in s1394_init_local_config_rom() 1544 (root_dir_len << IEEE1394_CFG_ROM_LEN_SHIFT) | CRC; in s1394_init_local_config_rom() 1560 CRC = s1394_CRC16(&text_leaf[1], S1394_ROOT_TEXT_LEAF_QUAD_SZ - 1); in s1394_init_local_config_rom() 1561 text_leaf[0] = (0x00080000) | CRC; in s1394_init_local_config_rom() [all …]
|
H A D | s1394_dev_disc.c | 2154 uint32_t crc_len, crc_value, CRC, CRC_old, quad0; in s1394_valid_cfgrom() local 2186 CRC = s1394_CRC16(&node->cfgrom[1], crc_len); in s1394_valid_cfgrom() 2188 if (CRC != crc_value) { in s1394_valid_cfgrom() 2211 tnf_uint, crc, crc_value, tnf_uint, crc_computed, CRC); in s1394_valid_cfgrom() 2234 uint32_t dir_len, crc_value, CRC, CRC_old, quad0; in s1394_valid_dir() local 2260 CRC = s1394_CRC16(&dir[1], dir_len); in s1394_valid_dir() 2262 if (CRC != crc_value) { in s1394_valid_dir()
|
/titanic_44/usr/src/cmd/ssh/doc/ |
H A D | COPYING.Ylonen | 30 The 32-bit CRC implementation in crc32.c is due to Gary S. Brown. 34 The 32-bit CRC compensation attack detector in deattack.c was
|
H A D | LICENCE | 79 The 32-bit CRC implementation in crc32.c is due to Gary S. Brown. 87 The 32-bit CRC compensation attack detector in deattack.c was
|
H A D | OVERVIEW | 60 packets. CRC code comes from crc32.c.
|
/titanic_44/usr/src/cmd/cpio/ |
H A D | cpio.h | 98 #define CRC 4 /* CRC with expanded maj/min numbers */ macro
|
H A D | cpio.c | 1323 Hdr_type = CRC; in ckopts() 1459 case CRC: in cksum() 1537 case CRC: in creat_hdr() 2238 if (Hdr_type == CRC) in read_chunk() 2239 data_in_info->data_in_cksumval += cksum(CRC, in read_chunk() 2792 if (Hdr_type == CRC && in data_in() 3120 if (Hdr_type == CRC) { in data_out() 3121 long csum = cksum(CRC, 0, &errret); in data_out() 4513 case CRC: in gethdr() 4515 hit = read_hdr(CRC); in gethdr() [all …]
|
/titanic_44/usr/src/cmd/fm/eversholt/files/sparc/sun4u/ |
H A D | oberon.esc | 81 * ecrc End-to-end CRC error
|
/titanic_44/usr/src/lib/libshell/misc/ |
H A D | ERRATA.txt | 374 The POSIX "cksum"/CRC and AT&T "sum" codepaths in libsum have been reworked 394 #define CRC(p,s,c) (s = (s >> 8) ^ (p)->tab[(s ^ (c)) & 0xff]) 637 + CRC(sum, c, *b++); 645 + CRC(sum, c, *b++);
|
/titanic_44/usr/src/cmd/fm/eversholt/files/common/ |
H A D | pciex.esc | 272 * - badreq-d: a bad downstream request - not CRC error (may cause 274 * - ecrcreq-d: TLP with end-to-end CRC error transmitted downstream 275 * - ecrccomp-d: TLP with end-to-end CRC error transmitted downstream 354 * - flt-badreq-u: a bad upstream request - not CRC error (may cause 357 * - flt-ecrcreq-u: request with end-to-end CRC error transmitted upstream 358 * - flt-ecrccomp-u: compl with end-to-end CRC error transmitted upstream 509 * - ecrcreq-d: TLP with end-to-end CRC error transmitted upstream 510 * - ecrccomp-d: TLP with end-to-end CRC error transmitted upstream 659 * - flt-ecrcreq-u: request with end-to-end CRC error transmitted upstream 660 * - flt-ecrccomp-u: compl with end-to-end CRC error transmitted upstream
|
/titanic_44/usr/src/cmd/fm/dicts/ |
H A D | SUN4V.po | 947 msgstr "The number of CRC errors between an ultraSPARC-T2plus\nCoherency Interconnect and a CPU has… 1347 msgstr "A CRC error has occurred in the interconnect between two CPU chips.\nWhile no data has been… 1363 msgstr "A chip-to-chip unrecoverable CRC error has occurred.\n Refer to %s for more information." 1379 …e CRC errors have occurred in the interconnect between a\nmemory buffer and its memory controller.… 1381 msgstr "The system has recovered from the CRC errors.\n" 1395 msgstr "A CRC error has occurred in the interconnect between a memory buffer and\nits memory contro…
|
H A D | INTEL.po | 531 msgstr "Memory Controller detected a corrupted CRC error on a non-redundant retry of memory or dimm… 547 msgstr "Memory Controller detected a corrupted CRC error on a non-redundant retry of memory or dimm…
|
/titanic_44/usr/src/cmd/file/ |
H A D | magic | 76 0 short 070702 cpio archive - CRC header 77 0 string 070702 ASCII cpio archive - CRC header
|
/titanic_44/usr/src/uts/i86pc/cpu/amd_opteron/ |
H A D | ao_mca_disp.in | 724 desc = Hypertransport CRC error
|
/titanic_44/usr/src/cmd/fm/eversholt/files/sparc/sun4v/ |
H A D | zambezi.esc | 330 * We want to count CRC errors on each connection between an interconnect
|