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

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c9750 uchar_t *inq86 = NULL; local
9783 inq86 = kmem_zalloc(inq86_len, KM_SLEEP);
9785 rval = sd_send_scsi_INQUIRY(ssc, inq86, inq86_len,
9793 inq86[1], inq86[3], inq86[6]);
9801 if (inq86[6] & SD_VPD_NV_SUP) {
9809 kmem_free(inq86, inq86_len);

Completed in 110 milliseconds