Searched refs:arguser (Results 1 – 1 of 1) sorted by relevance
297 int __user *arguser = (int __user *)arg; in hsmp_ioctl() local301 if (copy_struct_from_user(&msg, sizeof(msg), arguser, sizeof(struct hsmp_message))) in hsmp_ioctl()344 if (copy_to_user(arguser, &msg, sizeof(struct hsmp_message))) in hsmp_ioctl()
Completed in 4 milliseconds