Lines Matching refs:uarg
243 } uarg;
246 uarg.i = (int __user *)arg;
255 if (get_user(therm.hi, uarg.i))
259 if (copy_from_user(&therm, uarg.therm, sizeof(therm)))
277 if (put_user(therm.hi, uarg.i))
280 if (copy_to_user(uarg.therm, &therm, sizeof(therm)))
292 return put_user(i, uarg.i) ? -EFAULT : 0;
297 return put_user(i, uarg.i) ? -EFAULT : 0;
302 return put_user(i, uarg.i) ? -EFAULT : 0;
308 if (get_user(i, uarg.i))