/titanic_51/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_51/usr/src/contrib/ast/src/lib/libsum/ |
H A D | sum-crc.c | 27 "32 bit CRC (cyclic redundancy check)." 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_51/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() 542 * were manufactured using this incorrect CRC. On CRC16 failures 543 * this CRC is tried in case it is a legacy device. 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 in s1394_CRC16_old() [all...] |
H A D | s1394_csr.c | 1279 * computes the necessary CRC values before returning. 1290 uint_t CRC; in s1394_CSR_topology_map_update() local 1323 /* Calculate CRC-16 */ in s1394_CSR_topology_map_update() 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 1519 /* The CRC covers only our Bus_Info_Block */ in s1394_init_local_config_rom() 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 in s1394_init_local_config_rom() 1821 uint32_t CRC; s1394_add_config_rom_entry() local 1969 uint_t CRC; s1394_remove_config_rom_entry() local 2130 uint_t CRC; s1394_update_config_rom_callback() local [all...] |
H A D | s1394_dev_disc.c | 2148 * good CRC else returns B_FALSE. 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() 2203 "!Bad CRC in config rom (node's GUID %08x%08x)", in s1394_valid_cfgrom() 2211 tnf_uint, crc, crc_value, tnf_uint, crc_computed, CRC); in s1394_valid_cfgrom() 2226 * Performs crc check on a directory. Returns B_TRUE if dir has good CRC 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 ! in s1394_valid_dir() [all...] |
/titanic_51/usr/src/boot/lib/libz/doc/ |
H A D | rfc1952.txt | 85 8. Appendix: Sample CRC Code .................................. 11 165 terminology was changed, and the sample CRC code was rewritten for 426 CRC32 (CRC-32) 428 uncompressed data computed according to CRC-32 algorithm 520 [7] Schwaderer, W.D., "CRC Calculation", April 85 PC Tech Journal, 524 describing the CRC concept. 536 setting and checking the CRC-32 check value. 596 8. Appendix: Sample CRC Code 599 the CRC (Cyclic Redundancy Check). (See also ISO 3309 and ITU-T V.42 621 /* Make the table for a fast CRC [all...] |
/titanic_51/usr/src/cmd/cpio/ |
H A D | cpio.h | 98 #define CRC 4 /* CRC with expanded maj/min numbers */ macro 191 #define APATH 1024 /* maximum ASC or CRC header path length */ 213 #define ASC_CNT 14 /* ASC and CRC headers */
|
H A D | cpio.c | 1323 Hdr_type = CRC; in ckopts() 1439 * cksum: Calculate the simple checksum of a file (CRC) or header 1440 * (TARTYP (TAR and USTAR)). For -o and the CRC header, the file is opened and 1441 * the checksum is calculated. For -i and the CRC header, the checksum 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() 2665 * If the CRC header was selected, calculate a running checksum as each buffer 2792 if (Hdr_type == CRC in data_in() [all...] |
/titanic_51/usr/src/cmd/fm/eversholt/files/sparc/sun4u/ |
H A D | oberon.esc | 81 * ecrc End-to-end CRC error
|
/titanic_51/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_51/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 erro [all...] |
/titanic_51/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 exceeded acceptable levels.\n Refer to %s for more information." 1347 msgstr "A CRC error has occurred in the interconnect between two CPU chips.\nWhile no data has been lost, a lane failover has taken place.\n Refer to %s for more information." 1363 msgstr "A chip-to-chip unrecoverable CRC error has occurred.\n Refer to %s for more information." 1379 msgstr "Recoverable CRC errors have occurred in the interconnect between a\nmemory buffer and its memory controller. No data has been lost;\nhowever, the number of CRC errors associated with this memory buffer-controller\npair has exceeded acceptable levels.\n Refer to %s for more information." 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 controller. While no data has been lost, a lane failover\nhas taken place.\n Refer to %s for more information."
|
H A D | INTEL.po | 531 msgstr "Memory Controller detected a corrupted CRC error on a non-redundant retry of memory or dimm configuration read. Refer to %s for more information." 547 msgstr "Memory Controller detected a corrupted CRC error on a non-redundant retry of memory or dimm configuration read Refer to %s for more information."
|
/titanic_51/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_51/usr/src/uts/i86pc/cpu/amd_opteron/ |
H A D | ao_mca_disp.in | 724 desc = Hypertransport CRC error
|
/titanic_51/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
|
/titanic_51/usr/src/contrib/zlib/ |
H A D | ChangeLog | 41 - Speed up software CRC-32 computation by a factor of 1.5 to 3 42 - Use atomic test and set, if available, for dynamic CRC tables 1241 - use const for the CRC table (Ken Raeburn)
|
/titanic_51/usr/src/boot/lib/libz/ |
H A D | ChangeLog | 1135 - use const for the CRC table (Ken Raeburn)
|