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; local
77 aCRC = (unsigned char)cm_crc(p_crc);
79 return (aCRC);
88 uint32_t aCRC; local
105 aCRC = (uint32_t)cm_crc(p_crc);
107 return (aCRC);
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/
H A Dcrcutils.c62 unsigned char aCRC; local
79 aCRC = (unsigned char)cm_crc(p_crc);
81 return (aCRC);
90 uint32_t aCRC; local
107 aCRC = (uint32_t)cm_crc(p_crc);
109 return (aCRC);

Completed in 56 milliseconds