Home
last modified time | relevance | path

Searched refs:mpt_ioctl_eventquery (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/message/fusion/
H A Dmptctl.h83 #define MPTEVENTQUERY _IOWR(MPT_MAGIC_NUMBER,21,struct mpt_ioctl_eventquery)
256 struct mpt_ioctl_eventquery { struct
H A Dmptctl.c1527 struct mpt_ioctl_eventquery __user *uarg = (void __user *) arg; in mptctl_eventquery()
1528 struct mpt_ioctl_eventquery karg; in mptctl_eventquery()
1530 if (copy_from_user(&karg, uarg, sizeof(struct mpt_ioctl_eventquery))) { in mptctl_eventquery()
1544 if (copy_to_user((char __user *)arg, &karg, sizeof(struct mpt_ioctl_eventquery))) { in mptctl_eventquery()