Searched refs:mpt_ioctl_eventquery (Results 1 – 2 of 2) sorted by relevance
83 #define MPTEVENTQUERY _IOWR(MPT_MAGIC_NUMBER,21,struct mpt_ioctl_eventquery)256 struct mpt_ioctl_eventquery { struct
1525 struct mpt_ioctl_eventquery __user *uarg = (void __user *) arg; in mptctl_eventquery()1526 struct mpt_ioctl_eventquery karg; in mptctl_eventquery()1528 if (copy_from_user(&karg, uarg, sizeof(struct mpt_ioctl_eventquery))) { in mptctl_eventquery()1542 if (copy_to_user((char __user *)arg, &karg, sizeof(struct mpt_ioctl_eventquery))) { in mptctl_eventquery()