Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/scsi/targets/
H A Dsd.c9749 uchar_t *inq86 = NULL; in sd_get_nv_sup() local
9782 inq86 = kmem_zalloc(inq86_len, KM_SLEEP); in sd_get_nv_sup()
9784 rval = sd_send_scsi_INQUIRY(ssc, inq86, inq86_len, in sd_get_nv_sup()
9792 inq86[1], inq86[3], inq86[6]); in sd_get_nv_sup()
9800 if (inq86[6] & SD_VPD_NV_SUP) { in sd_get_nv_sup()
9808 kmem_free(inq86, inq86_len); in sd_get_nv_sup()