Lines Matching defs:arg64
6274 IOCTL_Command_struct arg64;
6281 memset(&arg64, 0, sizeof(arg64));
6282 if (copy_from_user(&arg64, arg32, offsetof(IOCTL_Command_struct, buf)))
6286 arg64.buf = compat_ptr(cp);
6290 err = hpsa_passthru_ioctl(h, &arg64);
6294 if (copy_to_user(&arg32->error_info, &arg64.error_info,
6305 BIG_IOCTL_Command_struct arg64;
6311 memset(&arg64, 0, sizeof(arg64));
6312 if (copy_from_user(&arg64, arg32,
6317 arg64.buf = compat_ptr(cp);
6321 err = hpsa_big_passthru_ioctl(h, &arg64);
6325 if (copy_to_user(&arg32->error_info, &arg64.error_info,