Home
last modified time | relevance | path

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

/illumos-gate/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()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/
H A Dfru_access.c956 uint16_t hdrver; in get_section() local
996 hdrver = GET_SECTION_HDR_VERSION; in get_section()
999 (hdrver != section->version)) { in get_section()
1046 retval = verify_header_crc8(hdrver, buffer, size); in get_section()
1051 section->version = hdrver; in get_section()
1052 sec_obj->section.version = hdrver; in get_section()