Searched refs:compute_crc8 (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/lib/libfru/libfruraw/
H A Dcrcutils.c55 compute_crc8(unsigned char *bytes, int length) function
H A Dfru_access_impl.h197 unsigned char compute_crc8(unsigned char *bytes, int length);
H A Draw_access.c585 calc_crc8 = compute_crc8(bytes, length);
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/blade/fruaccess/
H A Dfru_access_impl.h199 unsigned char compute_crc8(unsigned char *bytes, int length);
H A Dfru_access.c867 calc_crc8 = compute_crc8(bytes, length);
1358 sec_layout.headercrc8 = compute_crc8(crcbuf, bufsize +
1614 sec_layout->headercrc8 = compute_crc8(buffer,
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/
H A Dcrcutils.c57 compute_crc8(unsigned char *bytes, int length) function
H A Dfru_access_impl.h203 unsigned char compute_crc8(unsigned char *bytes, int length);
H A Dfru_access.c914 calc_crc8 = compute_crc8(bytes, length);
1430 sec_layout.headercrc8 = compute_crc8(crcbuf, bufsize +
1687 sec_layout->headercrc8 = compute_crc8(buffer, sec_layout->headerlength);
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/fruaccess/
H A Dfru_access_impl.h255 extern unsigned char compute_crc8(unsigned char *bytes, int length);
H A Dlibfruaccess.c1332 calc_crc8 = compute_crc8(bytes, length);
1796 sec_layout.headercrc8 = compute_crc8(crcbuf, bufsize +
1984 sec_layout->headercrc8 = compute_crc8(buffer,

Completed in 223 milliseconds