Searched refs:compute_crc8 (Results 1 - 10 of 10) sorted by relevance
/illumos-gate/usr/src/lib/libfru/libfruraw/ |
H A D | crcutils.c | 55 compute_crc8(unsigned char *bytes, int length) function
|
H A D | fru_access_impl.h | 197 unsigned char compute_crc8(unsigned char *bytes, int length);
|
H A D | raw_access.c | 585 calc_crc8 = compute_crc8(bytes, length);
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/blade/fruaccess/ |
H A D | fru_access_impl.h | 199 unsigned char compute_crc8(unsigned char *bytes, int length);
|
H A D | fru_access.c | 867 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 D | crcutils.c | 57 compute_crc8(unsigned char *bytes, int length) function
|
H A D | fru_access_impl.h | 203 unsigned char compute_crc8(unsigned char *bytes, int length);
|
H A D | fru_access.c | 914 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 D | fru_access_impl.h | 255 extern unsigned char compute_crc8(unsigned char *bytes, int length);
|
H A D | libfruaccess.c | 1332 calc_crc8 = compute_crc8(bytes, length); 1796 sec_layout.headercrc8 = compute_crc8(crcbuf, bufsize + 1984 sec_layout->headercrc8 = compute_crc8(buffer,
|
Completed in 66 milliseconds