Searched refs:kernbuf (Results 1 – 1 of 1) sorted by relevance
883 char *kernbuf; in dispatch_proc_write() local891 kernbuf = kmalloc(count + 1, GFP_KERNEL); in dispatch_proc_write()892 if (!kernbuf) in dispatch_proc_write()895 if (copy_from_user(kernbuf, userbuf, count)) { in dispatch_proc_write()896 kfree(kernbuf); in dispatch_proc_write()900 kernbuf[count] = 0; in dispatch_proc_write()901 ret = ibm->write(kernbuf); in dispatch_proc_write()905 kfree(kernbuf); in dispatch_proc_write()