Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/message/fusion/
Dmptscsih.c1574 static char *info_kbuf = NULL; variable
1938 if (info_kbuf != NULL) in mptscsih_detect()
1939 kfree(info_kbuf); in mptscsih_detect()
2109 if (info_kbuf != NULL) in mptscsih_release()
2110 kfree(info_kbuf); in mptscsih_release()
2171 if (info_kbuf == NULL) in mptscsih_info()
2172 if ((info_kbuf = kmalloc(0x1000 /* 4Kb */, GFP_KERNEL)) == NULL) in mptscsih_info()
2173 return info_kbuf; in mptscsih_info()
2176 info_kbuf[0] = '\0'; in mptscsih_info()
2178 mpt_print_ioc_summary(h->ioc, info_kbuf, &size, 0, 0); in mptscsih_info()
[all …]