Lines Matching defs:arg64
6268 IOCTL_Command_struct arg64;
6275 memset(&arg64, 0, sizeof(arg64));
6276 if (copy_from_user(&arg64, arg32, offsetof(IOCTL_Command_struct, buf)))
6280 arg64.buf = compat_ptr(cp);
6284 err = hpsa_passthru_ioctl(h, &arg64);
6288 if (copy_to_user(&arg32->error_info, &arg64.error_info,
6299 BIG_IOCTL_Command_struct arg64;
6305 memset(&arg64, 0, sizeof(arg64));
6306 if (copy_from_user(&arg64, arg32,
6311 arg64.buf = compat_ptr(cp);
6315 err = hpsa_big_passthru_ioctl(h, &arg64);
6319 if (copy_to_user(&arg32->error_info, &arg64.error_info,