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

/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas.c3114 int inq89_len = 0x238; local
3128 inq89 = kmem_zalloc(inq89_len, KM_SLEEP);
3130 inq89, inq89_len, &reallen, 1);
3134 kmem_free(inq89, inq89_len);
3164 kmem_free(inq89, inq89_len);

Completed in 136 milliseconds