Home
last modified time | relevance | path

Searched refs:orig_crc8 (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/lib/libfru/libfruraw/
H A Draw_access.c571 unsigned char orig_crc8 = 0; in verify_header_crc8() local
583 orig_crc8 = bytes[crc_offset]; in verify_header_crc8()
586 bytes[crc_offset] = orig_crc8; /* restore */ in verify_header_crc8()
588 return (orig_crc8 == calc_crc8); in verify_header_crc8()
/titanic_44/usr/src/cmd/picl/plugins/sun4u/blade/fruaccess/
H A Dfru_access.c853 unsigned char orig_crc8 = 0; in verify_header_crc8() local
865 orig_crc8 = bytes[crc_offset]; in verify_header_crc8()
868 bytes[crc_offset] = orig_crc8; /* restore */ in verify_header_crc8()
870 return (orig_crc8 == calc_crc8); in verify_header_crc8()
/titanic_44/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/
H A Dfru_access.c900 unsigned char orig_crc8 = 0; in verify_header_crc8() local
912 orig_crc8 = bytes[crc_offset]; in verify_header_crc8()
915 bytes[crc_offset] = orig_crc8; /* restore */ in verify_header_crc8()
916 return (orig_crc8 == calc_crc8); in verify_header_crc8()
/titanic_44/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/fruaccess/
H A Dlibfruaccess.c1318 unsigned char orig_crc8 = 0; in verify_header_crc8() local
1330 orig_crc8 = bytes[crc_offset]; in verify_header_crc8()
1333 bytes[crc_offset] = orig_crc8; /* restore */ in verify_header_crc8()
1335 return (orig_crc8 == calc_crc8); in verify_header_crc8()