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

/illumos-gate/usr/src/common/devid/
H A Ddevid_scsi.c639 size_t descriptor_bytes_left = 0; local
670 * descriptor_bytes_left is calculated), followed by a list of
679 descriptor_bytes_left = (size_t)((inq83[2] << 8) | inq83[3]);
687 if ((descriptor_bytes_left + offset) > inq83_len) {
709 while ((descriptor_bytes_left > 0) && (offset_id_type[3] == 0) &&
741 descriptor_bytes_left -= (size_t)(inq83[offset + 3] +

Completed in 45 milliseconds