Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c31135 uchar_t *inqb1 = NULL; local
31158 inqb1 = kmem_zalloc(inqb1_len, KM_SLEEP);
31160 rval = sd_send_scsi_INQUIRY(ssc, inqb1, inqb1_len,
31168 BYTE 5: %x", inqb1[1], inqb1[3], inqb1[4],
31169 inqb1[5]);
31175 if (inqb1[4] == 0) {
31176 if (inqb1[5] == 0) {
31178 } else if (inqb1[5] == 1) {
31193 kmem_free(inqb1, inqb1_len);