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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/message/fusion/
H A Dmptscsih.c1195 kfree(hd->info_kbuf);
1272 if (h->info_kbuf == NULL)
1273 if ((h->info_kbuf = kmalloc(0x1000 /* 4Kb */, GFP_KERNEL)) == NULL)
1274 return h->info_kbuf;
1275 h->info_kbuf[0] = '\0';
1277 mpt_print_ioc_summary(h->ioc, h->info_kbuf, &size, 0, 0);
1278 h->info_kbuf[size-1] = '\0';
1281 return h->info_kbuf;
H A Dmptbase.h863 char *info_kbuf; member in struct:_MPT_SCSI_HOST

Completed in 49 milliseconds