Home
last modified time | relevance | path

Searched refs:CRC (Results 1 – 17 of 17) sorted by relevance

/illumos-gate/usr/src/test/util-tests/tests/libjedec/hex2spd/data/ddr3/
H A DMT36KSZF2G72LDZ-1G6E2A7.spd8 # Note: In the online SPD data the CRC was claimed to be CC3C (what the
10 # CRC and other CRC calculators agree with us based on this data. Given
11 # that the CRC algorithm is the same across the other specifications and
13 # incorrect and instead have written the calculated CRC in here.
/illumos-gate/usr/src/uts/common/io/1394/
H A Ds1394_csr.c1101 uint_t CRC; in s1394_CSR_topology_map_update() local
1133 CRC = s1394_CRC16(&(tm_ptr[1]), length); in s1394_CSR_topology_map_update()
1134 tm_ptr[0] = (length << IEEE1394_TOP_MAP_LEN_SHIFT) | CRC; in s1394_CSR_topology_map_update()
1241 uint32_t CRC; in s1394_init_local_config_rom() local
1306 CRC = s1394_CRC16(&config_rom[1], 4); in s1394_init_local_config_rom()
1307 config_rom[0] = (0x04040000) | CRC; in s1394_init_local_config_rom()
1328 CRC = s1394_CRC16(&config_rom[6], root_dir_len); in s1394_init_local_config_rom()
1330 (root_dir_len << IEEE1394_CFG_ROM_LEN_SHIFT) | CRC; in s1394_init_local_config_rom()
1346 CRC = s1394_CRC16(&text_leaf[1], S1394_ROOT_TEXT_LEAF_QUAD_SZ - 1); in s1394_init_local_config_rom()
1347 text_leaf[0] = (0x00080000) | CRC; in s1394_init_local_config_rom()
[all …]
H A Ds1394_misc.c455 uint_t CRC = 0; in s1394_CRC16() local
467 for (next = CRC, shift = 28; shift >= 0; shift -= 4) { in s1394_CRC16()
471 CRC = next & IEEE1394_CRC16_MASK; in s1394_CRC16()
474 return (CRC); in s1394_CRC16()
488 uint_t CRC = 0; in s1394_CRC16_old() local
497 for (next = CRC, shift = 28; shift > 0; shift -= 4) { in s1394_CRC16_old()
501 CRC = next & IEEE1394_CRC16_MASK; in s1394_CRC16_old()
504 return (CRC); in s1394_CRC16_old()
H A Ds1394_dev_disc.c1718 uint32_t crc_len, crc_value, CRC, CRC_old, quad0; in s1394_valid_cfgrom() local
1736 CRC = s1394_CRC16(&node->cfgrom[1], crc_len); in s1394_valid_cfgrom()
1738 if (CRC != crc_value) { in s1394_valid_cfgrom()
1764 uint32_t dir_len, crc_value, CRC, CRC_old, quad0; in s1394_valid_dir() local
1784 CRC = s1394_CRC16(&dir[1], dir_len); in s1394_valid_dir()
1786 if (CRC != crc_value) { in s1394_valid_dir()
/illumos-gate/usr/src/contrib/ast/src/lib/libsum/
H A Dsum-crc.c57 #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()
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.h98 #define CRC 4 /* CRC with expanded maj/min numbers */ macro
H A Dcpio.c1332 Hdr_type = CRC; in ckopts()
1468 case CRC: in cksum()
1546 case CRC: in creat_hdr()
2246 if (Hdr_type == CRC) in read_chunk()
2247 data_in_info->data_in_cksumval += cksum(CRC, in read_chunk()
2800 if (Hdr_type == CRC && in data_in()
3128 if (Hdr_type == CRC) { in data_out()
3129 uint_t csum = cksum(CRC, 0, &errret); in data_out()
4521 case CRC: in gethdr()
4523 hit = read_hdr(CRC); in gethdr()
[all …]
/illumos-gate/usr/src/cmd/ssh/doc/
H A DLICENCE79 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
/illumos-gate/usr/src/cmd/fm/eversholt/files/common/
H A Dpciex.esc272 * - 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
/illumos-gate/usr/src/test/util-tests/tests/awk/gnu/
H A Dfunstack.in135 %%% The checksum field above contains a CRC-16
/illumos-gate/usr/src/cmd/file/
H A Dmagic77 0 short 070702 cpio archive - CRC header
78 0 string 070702 ASCII cpio archive - CRC header
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Drelease.txt1665 7. Request: (FW) Add CRC to all debug binary dumps.
1671 10. Request: (FW RoCE) Add RoCE statistics for internal CRC, retransmit
1897 image's CRC stops being valid.
2850 8. Problem: T10 DIF RDMA Write calculates wrong expected CRC value in DIF
2853 Change: (FW RoCE) Correct CRC machine initialization code.
2871 Change: (FW RoCE) Correct CRC machine initialization code.
2886 12. Problem: T10 DIF RDMA Write expected runt CRC checked in reverse
2896 13. Problem: T10 DIF RDMA Read Runt CRC value written to host in reverse
3134 CRC errors).
3628 12. Request: Add a CRC check to the nvram selftest.
[all …]
/illumos-gate/usr/src/uts/i86pc/cpu/amd_opteron/
H A Dao_mca_disp.in724 desc = Hypertransport CRC error
/illumos-gate/usr/src/cmd/fm/dicts/
H A DINTEL.po531 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…
/illumos-gate/usr/src/contrib/zlib/
H A DChangeLog41 - 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)
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/
H A Dosal.txt689 Compute a CRC-32 value using a Castagnoli polynomial.
H A Decore.tex1273 \texttt{iwarp\_crc\_needed} & Control whether CRC should be used. \\ \hline
1679 … fields the PF wants to post changes, PF increments a counter, calculate a CRC and uses DMAE to co…
1680 …lled \textit{ecore\_vf\_read\_bulletin()} samples the buffer, verifies the CRC [to make sure it ha…