Searched refs:fmtbuf (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/staging/unisys/visorchannel/ |
D | visorchannel_funcs.c | 634 char *buf, *tbuf, *fmtbuf; in visorchannel_dump_section() local 643 fmtbuf = kmalloc(fmtbufsize, GFP_KERNEL|__GFP_NORETRY); in visorchannel_dump_section() 644 if (!fmtbuf) in visorchannel_dump_section() 654 hex_dump_to_buffer(tbuf, i, 16, 1, fmtbuf, fmtbufsize, TRUE); in visorchannel_dump_section() 655 seq_printf(seq, "%s\n", fmtbuf); in visorchannel_dump_section() 661 kfree(fmtbuf); in visorchannel_dump_section()
|