Lines Matching defs:arg64
6246 IOCTL_Command_struct arg64;
6253 memset(&arg64, 0, sizeof(arg64));
6254 if (copy_from_user(&arg64, arg32, offsetof(IOCTL_Command_struct, buf)))
6258 arg64.buf = compat_ptr(cp);
6262 err = hpsa_passthru_ioctl(h, &arg64);
6266 if (copy_to_user(&arg32->error_info, &arg64.error_info,
6277 BIG_IOCTL_Command_struct arg64;
6283 memset(&arg64, 0, sizeof(arg64));
6284 if (copy_from_user(&arg64, arg32,
6289 arg64.buf = compat_ptr(cp);
6293 err = hpsa_big_passthru_ioctl(h, &arg64);
6297 if (copy_to_user(&arg32->error_info, &arg64.error_info,