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

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c31700 size_t inqb1_len = MAX_INQUIRY_SIZE; local
31721 inqb1 = kmem_zalloc(inqb1_len, KM_SLEEP);
31723 rval = sd_send_scsi_INQUIRY(ssc, inqb1, inqb1_len,
31726 if (rval == 0 && (inqb1_len - inqb1_resid > 5)) {
31749 kmem_free(inqb1, inqb1_len);

Completed in 114 milliseconds