Searched refs:kernbuf (Results 1 – 1 of 1) sorted by relevance
892 char *kernbuf; in dispatch_proc_write() local900 kernbuf = kmalloc(count + 2, GFP_KERNEL); in dispatch_proc_write()901 if (!kernbuf) in dispatch_proc_write()904 if (copy_from_user(kernbuf, userbuf, count)) { in dispatch_proc_write()905 kfree(kernbuf); in dispatch_proc_write()909 kernbuf[count] = 0; in dispatch_proc_write()910 strcat(kernbuf, ","); in dispatch_proc_write()911 ret = ibm->write(kernbuf); in dispatch_proc_write()915 kfree(kernbuf); in dispatch_proc_write()