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

/linux-master/drivers/message/fusion/
H A Dmptscsih.c1199 kfree(hd->info_kbuf);
1274 if (h->info_kbuf == NULL)
1275 if ((h->info_kbuf = kmalloc(0x1000 /* 4Kb */, GFP_KERNEL)) == NULL)
1276 return h->info_kbuf;
1277 h->info_kbuf[0] = '\0';
1279 mpt_print_ioc_summary(h->ioc, h->info_kbuf, &size, 0, 0);
1280 h->info_kbuf[size-1] = '\0';
1282 return h->info_kbuf;
H A Dmptbase.h588 char *info_kbuf; member in struct:_MPT_SCSI_HOST

Completed in 245 milliseconds