Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_nvram.c526 chksum_len = ((vpd_header->vpd_length[1] << 8) | in pmcs_validate_vpd()
527 (vpd_header->vpd_length[0])) - 15; in pmcs_validate_vpd()
/titanic_41/usr/src/uts/common/sys/scsi/adapters/pmcs/
H A Dpmcs_iomb.h346 uint8_t vpd_length[2]; /* # bytes that follow, little-endian */ member