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

/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas.c3113 uchar_t *inq89 = NULL; local
3128 inq89 = kmem_zalloc(inq89_len, KM_SLEEP);
3130 inq89, inq89_len, &reallen, 1);
3133 if (inq89 != NULL) {
3134 kmem_free(inq89, inq89_len);
3141 sid = (void *)(&inq89[60]);
3163 if (inq89 != NULL) {
3164 kmem_free(inq89, inq89_len);

Completed in 88 milliseconds