Lines Matching refs:uarg
1226 struct mpt_ioctl_iocinfo __user *uarg = (void __user *) arg;
1249 karg = memdup_user(uarg, data_size);
1341 ioc->name, __FILE__, __LINE__, uarg);
1363 struct mpt_ioctl_targetinfo __user *uarg = (void __user *) arg;
1375 if (copy_from_user(&karg, uarg, sizeof(struct mpt_ioctl_targetinfo))) {
1378 __FILE__, __LINE__, uarg);
1448 ioc->name, __FILE__, __LINE__, uarg);
1455 if (copy_to_user(uarg->targetInfo, pmem, numBytes)) {
1479 struct mpt_ioctl_test __user *uarg = (void __user *) arg;
1482 if (copy_from_user(&karg, uarg, sizeof(struct mpt_ioctl_test))) {
1485 __FILE__, __LINE__, uarg);
1510 ioc->name, __FILE__, __LINE__, uarg);
1531 struct mpt_ioctl_eventquery __user *uarg = (void __user *) arg;
1534 if (copy_from_user(&karg, uarg, sizeof(struct mpt_ioctl_eventquery))) {
1537 __FILE__, __LINE__, uarg);
1551 ioc->name, __FILE__, __LINE__, uarg);
1561 struct mpt_ioctl_eventenable __user *uarg = (void __user *) arg;
1564 if (copy_from_user(&karg, uarg, sizeof(struct mpt_ioctl_eventenable))) {
1567 __FILE__, __LINE__, uarg);
1600 struct mpt_ioctl_eventreport __user *uarg = (void __user *) arg;
1604 if (copy_from_user(&karg, uarg, sizeof(struct mpt_ioctl_eventreport))) {
1607 __FILE__, __LINE__, uarg);
1632 if (copy_to_user(uarg->eventData, ioc->events, numBytes)) {
1646 struct mpt_ioctl_replace_fw __user *uarg = (void __user *) arg;
1650 if (copy_from_user(&karg, uarg, sizeof(struct mpt_ioctl_replace_fw))) {
1653 __FILE__, __LINE__, uarg);
1676 if (copy_from_user(ioc->cached_fw, uarg->newImage, newFwSize)) {
1679 "@ %p\n", ioc->name, __FILE__, __LINE__, uarg);
1705 struct mpt_ioctl_command __user *uarg = (void __user *) arg;
1710 if (copy_from_user(&karg, uarg, sizeof(struct mpt_ioctl_command))) {
1713 __FILE__, __LINE__, uarg);
1717 rc = mptctl_do_mpt_command (ioc, karg, &uarg->MF);
2326 hp_host_info_t __user *uarg = (void __user *) arg;
2349 if (copy_from_user(&karg, uarg, sizeof(hp_host_info_t))) {
2352 __FILE__, __LINE__, uarg);
2537 ioc->name, __FILE__, __LINE__, uarg);
2559 hp_target_info_t __user *uarg = (void __user *) arg;
2570 if (copy_from_user(&karg, uarg, sizeof(hp_target_info_t))) {
2573 __FILE__, __LINE__, uarg);
2681 ioc->name, __FILE__, __LINE__, uarg);
2755 struct mpt_ioctl_command32 __user *uarg = (struct mpt_ioctl_command32 __user *) arg;
2797 ret = mptctl_do_mpt_command (iocp, karg, &uarg->MF);