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

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c9751 size_t inq86_len = MAX_INQUIRY_SIZE; local
9783 inq86 = kmem_zalloc(inq86_len, KM_SLEEP);
9785 rval = sd_send_scsi_INQUIRY(ssc, inq86, inq86_len,
9788 if (rval == 0 && (inq86_len - inq86_resid > 6)) {
9809 kmem_free(inq86, inq86_len);

Completed in 139 milliseconds