Lines Matching defs:arg32
6273 IOCTL32_Command_struct __user *arg32 = arg;
6282 if (copy_from_user(&arg64, arg32, offsetof(IOCTL_Command_struct, buf)))
6284 if (get_user(cp, &arg32->buf))
6294 if (copy_to_user(&arg32->error_info, &arg64.error_info,
6295 sizeof(arg32->error_info)))
6304 BIG_IOCTL32_Command_struct __user *arg32 = arg;
6312 if (copy_from_user(&arg64, arg32,
6315 if (get_user(cp, &arg32->buf))
6325 if (copy_to_user(&arg32->error_info, &arg64.error_info,
6326 sizeof(arg32->error_info)))