Searched refs:printf_buf (Results 1 – 2 of 2) sorted by relevance
298 char printf_buf[1024]; in printf() local303 printed = vsprintf(printf_buf, fmt, args); in printf()306 puts(printf_buf); in printf()
90 char *printf_buf; member343 rp->printf_buf = kmalloc(rp->printf_size, GFP_KERNEL); in mon_text_open()344 if (rp->printf_buf == NULL) { in mon_text_open()373 kfree(rp->printf_buf); in mon_text_open()386 if (copy_to_user(buf, &rp->printf_buf[rp->printf_offset], togo)) in mon_text_copy_to_user()412 ptr.pbuf = rp->printf_buf; in mon_text_read_t()451 ptr.pbuf = rp->printf_buf; in mon_text_read_u()678 kfree(rp->printf_buf); in mon_text_release()