Searched refs:mpt_ioctl_eventquery (Results 1 – 2 of 2) sorted by relevance
96 #define MPTEVENTQUERY _IOWR(MPT_MAGIC_NUMBER,21,struct mpt_ioctl_eventquery)237 struct mpt_ioctl_eventquery { struct
1604 struct mpt_ioctl_eventquery *uarg = (struct mpt_ioctl_eventquery *) arg; in mptctl_eventquery()1605 struct mpt_ioctl_eventquery karg; in mptctl_eventquery()1610 if (copy_from_user(&karg, uarg, sizeof(struct mpt_ioctl_eventquery))) { in mptctl_eventquery()1629 if (copy_to_user((char *)arg, &karg, sizeof(struct mpt_ioctl_eventquery))) { in mptctl_eventquery()