Searched refs:kernbuf (Results 1 – 1 of 1) sorted by relevance
891 char *kernbuf; in dispatch_proc_write() local899 kernbuf = kmalloc(count + 1, GFP_KERNEL); in dispatch_proc_write()900 if (!kernbuf) in dispatch_proc_write()903 if (copy_from_user(kernbuf, userbuf, count)) { in dispatch_proc_write()904 kfree(kernbuf); in dispatch_proc_write()908 kernbuf[count] = 0; in dispatch_proc_write()909 ret = ibm->write(kernbuf); in dispatch_proc_write()913 kfree(kernbuf); in dispatch_proc_write()