Searched refs:hdrver (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libfru/libfruraw/
H A Draw_access.c598 uint16_t hdrver; local
627 hdrver = GET_SECTION_HDR_VERSION;
630 (hdrver != section->version)) {
666 retval = verify_header_crc8(hdrver, buffer, size);
671 section->version = hdrver;
672 sec_obj->section.version = hdrver;
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/blade/fruaccess/
H A Dfru_access.c911 uint16_t hdrver; local
939 hdrver = GET_SECTION_HDR_VERSION;
942 (hdrver != section->version)) {
976 retval = verify_header_crc8(hdrver, buffer, size);
982 section->version = hdrver;
983 sec_obj->section.version = hdrver;
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/
H A Dfru_access.c958 uint16_t hdrver; local
998 hdrver = GET_SECTION_HDR_VERSION;
1001 (hdrver != section->version)) {
1048 retval = verify_header_crc8(hdrver, buffer, size);
1053 section->version = hdrver;
1054 sec_obj->section.version = hdrver;
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/fruaccess/
H A Dlibfruaccess.c1376 uint16_t hdrver; local
1413 hdrver = GET_SECTION_HDR_VERSION;
1416 (hdrver != section->version)) {
1449 retval = verify_header_crc8(hdrver, buffer, size);
1454 section->version = hdrver;
1455 sec_obj->section.version = hdrver;

Completed in 97 milliseconds