Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c31136 size_t inqb1_len = MAX_INQUIRY_SIZE; local
31158 inqb1 = kmem_zalloc(inqb1_len, KM_SLEEP);
31160 rval = sd_send_scsi_INQUIRY(ssc, inqb1, inqb1_len,
31163 if (rval == 0 && (inqb1_len - inqb1_resid > 5)) {
31193 kmem_free(inqb1, inqb1_len);