Lines Matching defs:tmp
233 char *tmp = memdup_user_nul(buf, count);
237 if (IS_ERR(tmp))
238 return PTR_ERR(tmp);
244 if (count > 0 && tmp[count - 1] == '\n')
245 tmp[count - 1] = 0;
247 if (tmp[0])
248 err = simdisk_attach(dev, tmp);
253 kfree(tmp);
266 char tmp[2] = { '0' + which, 0 };
288 dev->procfile = proc_create_data(tmp, 0644, procdir, &simdisk_proc_ops, dev);
342 char tmp[2] = { '0' + which, 0 };
349 remove_proc_entry(tmp, procdir);