Home
last modified time | relevance | path

Searched refs:aCRC (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libfru/libfruraw/
H A Dcrcutils.c60 unsigned char aCRC; in compute_crc8() local
77 aCRC = (unsigned char)cm_crc(p_crc); in compute_crc8()
79 return (aCRC); in compute_crc8()
88 uint32_t aCRC; in compute_crc32() local
105 aCRC = (uint32_t)cm_crc(p_crc); in compute_crc32()
107 return (aCRC); in compute_crc32()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/
H A Dcrcutils.c60 unsigned char aCRC; in compute_crc8() local
77 aCRC = (unsigned char)cm_crc(p_crc); in compute_crc8()
79 return (aCRC); in compute_crc8()
88 uint32_t aCRC; in compute_crc32() local
105 aCRC = (uint32_t)cm_crc(p_crc); in compute_crc32()
107 return (aCRC); in compute_crc32()