Lines Matching defs:arg32
6245 IOCTL32_Command_struct __user *arg32 = arg;
6254 if (copy_from_user(&arg64, arg32, offsetof(IOCTL_Command_struct, buf)))
6256 if (get_user(cp, &arg32->buf))
6266 if (copy_to_user(&arg32->error_info, &arg64.error_info,
6267 sizeof(arg32->error_info)))
6276 BIG_IOCTL32_Command_struct __user *arg32 = arg;
6284 if (copy_from_user(&arg64, arg32,
6287 if (get_user(cp, &arg32->buf))
6297 if (copy_to_user(&arg32->error_info, &arg64.error_info,
6298 sizeof(arg32->error_info)))