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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/boot/
H A Dprintf.c298 char printf_buf[1024]; local
303 printed = vsprintf(printf_buf, fmt, args);
306 puts(printf_buf);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/mon/
H A Dmon_text.c84 char *printf_buf; member in struct:mon_reader_text
334 rp->printf_buf = kmalloc(rp->printf_size, GFP_KERNEL);
335 if (rp->printf_buf == NULL) {
364 kfree(rp->printf_buf);
389 ptr.pbuf = rp->printf_buf;
398 if (copy_to_user(buf, rp->printf_buf, ptr.cnt))
416 ptr.pbuf = rp->printf_buf;
434 if (copy_to_user(buf, rp->printf_buf, ptr.cnt))
639 kfree(rp->printf_buf);

Completed in 31 milliseconds