Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c9041 uchar_t *inq86 = NULL; in sd_get_nv_sup() local
9074 inq86 = kmem_zalloc(inq86_len, KM_SLEEP); in sd_get_nv_sup()
9076 rval = sd_send_scsi_INQUIRY(ssc, inq86, inq86_len, in sd_get_nv_sup()
9084 inq86[1], inq86[3], inq86[6]); in sd_get_nv_sup()
9092 if (inq86[6] & SD_VPD_NV_SUP) { in sd_get_nv_sup()
9100 kmem_free(inq86, inq86_len); in sd_get_nv_sup()