Lines Matching defs:arg32
6267 IOCTL32_Command_struct __user *arg32 = arg;
6276 if (copy_from_user(&arg64, arg32, offsetof(IOCTL_Command_struct, buf)))
6278 if (get_user(cp, &arg32->buf))
6288 if (copy_to_user(&arg32->error_info, &arg64.error_info,
6289 sizeof(arg32->error_info)))
6298 BIG_IOCTL32_Command_struct __user *arg32 = arg;
6306 if (copy_from_user(&arg64, arg32,
6309 if (get_user(cp, &arg32->buf))
6319 if (copy_to_user(&arg32->error_info, &arg64.error_info,
6320 sizeof(arg32->error_info)))