Searched defs:crc_offset (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libfru/libfruraw/
H A Draw_access.c570 int crc_offset = 0; local
576 crc_offset = 4;
583 orig_crc8 = bytes[crc_offset];
584 bytes[crc_offset] = 0x00; /* clear for calc */
586 bytes[crc_offset] = orig_crc8; /* restore */
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/blade/fruaccess/
H A Dfru_access.c852 int crc_offset = 0; local
858 crc_offset = 4;
865 orig_crc8 = bytes[crc_offset];
866 bytes[crc_offset] = 0x00; /* clear for calc */
868 bytes[crc_offset] = orig_crc8; /* restore */
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/
H A Dfru_access.c899 int crc_offset = 0; local
905 crc_offset = 4;
912 orig_crc8 = bytes[crc_offset];
913 bytes[crc_offset] = 0x00; /* clear for calc */
915 bytes[crc_offset] = orig_crc8; /* restore */
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/fruaccess/
H A Dlibfruaccess.c1317 int crc_offset = 0; local
1323 crc_offset = 4;
1330 orig_crc8 = bytes[crc_offset];
1331 bytes[crc_offset] = 0x00; /* clear for calc */
1333 bytes[crc_offset] = orig_crc8; /* restore */

Completed in 90 milliseconds