Searched refs:kernbuf (Results 1 – 1 of 1) sorted by relevance
910 char *kernbuf; in dispatch_proc_write() local918 kernbuf = kmalloc(count + 1, GFP_KERNEL); in dispatch_proc_write()919 if (!kernbuf) in dispatch_proc_write()922 if (copy_from_user(kernbuf, userbuf, count)) { in dispatch_proc_write()923 kfree(kernbuf); in dispatch_proc_write()927 kernbuf[count] = 0; in dispatch_proc_write()928 ret = ibm->write(kernbuf); in dispatch_proc_write()932 kfree(kernbuf); in dispatch_proc_write()