Searched refs:kernbuf (Results 1 – 1 of 1) sorted by relevance
882 char *kernbuf; in dispatch_proc_write() local890 kernbuf = kmalloc(count + 2, GFP_KERNEL); in dispatch_proc_write()891 if (!kernbuf) in dispatch_proc_write()894 if (copy_from_user(kernbuf, userbuf, count)) { in dispatch_proc_write()895 kfree(kernbuf); in dispatch_proc_write()899 kernbuf[count] = 0; in dispatch_proc_write()900 strcat(kernbuf, ","); in dispatch_proc_write()901 ret = ibm->write(kernbuf); in dispatch_proc_write()905 kfree(kernbuf); in dispatch_proc_write()