Lines Matching refs:__user
58 void __user *argp = (void __user *)arg; in do_vcc_ioctl()
59 void __user *buf; in do_vcc_ioctl()
60 int __user *len; in do_vcc_ioctl()
71 (int __user *)argp) ? -EFAULT : 0; in do_vcc_ioctl()
86 error = put_user(amount, (int __user *)argp) ? -EFAULT : 0; in do_vcc_ioctl()
128 error = get_user(backend, (atm_backend_t __user *)argp); in do_vcc_ioctl()
173 struct compat_atm_iobuf __user *ciobuf = argp; in do_vcc_ioctl()
181 struct atm_iobuf __user *iobuf = argp; in do_vcc_ioctl()
192 struct compat_atmif_sioc __user *csioc = argp; in do_vcc_ioctl()
203 struct atmif_sioc __user *sioc = argp; in do_vcc_ioctl()
280 struct compat_atm_iobuf __user *iobuf32 = compat_ptr(arg); in do_atm_iobuf()
292 struct compat_atmif_sioc __user *sioc32 = compat_ptr(arg); in do_atmif_sioc()