Searched refs:strid_length (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_nvram.c459 uint16_t strid_length, chksum_len; local
551 strid_length = (vpd_header->strid_length[1] << 8) |
552 (vpd_header->strid_length[0]);
553 if (strid_length > 79) {
554 strid_length = 79;
556 bcopy(bufp, tbuf, strid_length);
557 tbuf[strid_length] = 0;
567 bufp += strid_length; /* Skip to VPD-R tag */
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/pmcs/
H A Dpmcs_iomb.h351 uint8_t strid_length[2]; /* little-endian */ member in struct:__anon8956
352 /* strid_length bytes follow */

Completed in 47 milliseconds