Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/scsi/targets/
H A Dsd.c9750 size_t inq86_len = MAX_INQUIRY_SIZE; 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()
9787 if (rval == 0 && (inq86_len - inq86_resid > 6)) { in sd_get_nv_sup()
9808 kmem_free(inq86, inq86_len); in sd_get_nv_sup()