Home
last modified time | relevance | path

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

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