Searched defs:CRC (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/uts/common/io/1394/ |
H A D | s1394_csr.c | 1290 uint_t CRC; in s1394_CSR_topology_map_update() local 1447 uint32_t CRC; in s1394_init_local_config_rom() local 1821 uint32_t CRC; in s1394_add_config_rom_entry() local 1969 uint_t CRC; in s1394_remove_config_rom_entry() local 2130 uint_t CRC; in s1394_update_config_rom_callback() local
|
H A D | s1394_misc.c | 511 uint_t CRC = 0; in s1394_CRC16() local 548 uint_t CRC = 0; in s1394_CRC16_old() local
|
H A D | s1394_dev_disc.c | 2154 uint32_t crc_len, crc_value, CRC, CRC_old, quad0; in s1394_valid_cfgrom() local 2234 uint32_t dir_len, crc_value, CRC, CRC_old, quad0; in s1394_valid_dir() local
|
/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
|
/titanic_44/usr/src/cmd/cpio/ |
H A D | cpio.h | 98 #define CRC 4 /* CRC with expanded maj/min numbers */ macro
|