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

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c31699 uchar_t *inqb1 = NULL; local
31721 inqb1 = kmem_zalloc(inqb1_len, KM_SLEEP);
31723 rval = sd_send_scsi_INQUIRY(ssc, inqb1, inqb1_len,
31731 BYTE 5: %x", inqb1[1], inqb1[3], inqb1[4],
31732 inqb1[5]);
31739 if (inqb1[4] == 0 && inqb1[5] == 1) {
31749 kmem_free(inqb1, inqb1_le
[all...]

Completed in 116 milliseconds