Searched refs:mpt_ioctl_targetinfo (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/message/fusion/ |
H A D | mptctl.h | 81 #define MPTTARGETINFO _IOWR(MPT_MAGIC_NUMBER,18,struct mpt_ioctl_targetinfo) 124 * Set to sizeof(struct mpt_ioctl_targetinfo) + datasize for variable 245 struct mpt_ioctl_targetinfo { struct
|
H A D | mptctl.c | 1363 struct mpt_ioctl_targetinfo __user *uarg = (void __user *) arg; in mptctl_gettargetinfo() 1364 struct mpt_ioctl_targetinfo karg; in mptctl_gettargetinfo() 1375 if (copy_from_user(&karg, uarg, sizeof(struct mpt_ioctl_targetinfo))) { in mptctl_gettargetinfo() 1377 "Unable to read in mpt_ioctl_targetinfo struct @ %p\n", in mptctl_gettargetinfo() 1402 /* struct mpt_ioctl_targetinfo does not contain sufficient space in mptctl_gettargetinfo() 1445 sizeof(struct mpt_ioctl_targetinfo))) { in mptctl_gettargetinfo() 1447 "Unable to write out mpt_ioctl_targetinfo struct @ %p\n", in mptctl_gettargetinfo() 1457 "Unable to write out mpt_ioctl_targetinfo struct @ %p\n", in mptctl_gettargetinfo() 2680 "Unable to write out mpt_ioctl_targetinfo struct @ %p\n", in mptctl_hp_targetinfo()
|
/kernel/linux/linux-6.6/drivers/message/fusion/ |
H A D | mptctl.h | 81 #define MPTTARGETINFO _IOWR(MPT_MAGIC_NUMBER,18,struct mpt_ioctl_targetinfo) 124 * Set to sizeof(struct mpt_ioctl_targetinfo) + datasize for variable 245 struct mpt_ioctl_targetinfo { struct
|
H A D | mptctl.c | 1365 struct mpt_ioctl_targetinfo __user *uarg = (void __user *) arg; in mptctl_gettargetinfo() 1366 struct mpt_ioctl_targetinfo karg; in mptctl_gettargetinfo() 1376 if (copy_from_user(&karg, uarg, sizeof(struct mpt_ioctl_targetinfo))) { in mptctl_gettargetinfo() 1378 "Unable to read in mpt_ioctl_targetinfo struct @ %p\n", in mptctl_gettargetinfo() 1398 /* struct mpt_ioctl_targetinfo does not contain sufficient space in mptctl_gettargetinfo() 1441 sizeof(struct mpt_ioctl_targetinfo))) { in mptctl_gettargetinfo() 1443 "Unable to write out mpt_ioctl_targetinfo struct @ %p\n", in mptctl_gettargetinfo() 1453 "Unable to write out mpt_ioctl_targetinfo struct @ %p\n", in mptctl_gettargetinfo() 2683 "Unable to write out mpt_ioctl_targetinfo struct @ %p\n", in mptctl_hp_targetinfo()
|
Completed in 8 milliseconds