Searched refs:hp_target_info_t (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/message/fusion/ |
H A D | mptctl.h | 362 #define HP_GETTARGETINFO _IOR(HP_IOC_MAGIC, 21, hp_target_info_t) 442 } hp_target_info_t; typedef
|
H A D | mptctl.c | 2559 hp_target_info_t __user *uarg = (void __user *) arg; in mptctl_hp_targetinfo() 2563 hp_target_info_t karg; in mptctl_hp_targetinfo() 2570 if (copy_from_user(&karg, uarg, sizeof(hp_target_info_t))) { in mptctl_hp_targetinfo() 2678 if (copy_to_user((char __user *)arg, &karg, sizeof(hp_target_info_t))) { in mptctl_hp_targetinfo()
|
/kernel/linux/linux-6.6/drivers/message/fusion/ |
H A D | mptctl.h | 362 #define HP_GETTARGETINFO _IOR(HP_IOC_MAGIC, 21, hp_target_info_t) 442 } hp_target_info_t; typedef
|
H A D | mptctl.c | 2558 hp_target_info_t __user *uarg = (void __user *) arg; in mptctl_hp_targetinfo() 2562 hp_target_info_t karg; in mptctl_hp_targetinfo() 2569 if (copy_from_user(&karg, uarg, sizeof(hp_target_info_t))) { in mptctl_hp_targetinfo() 2681 if (copy_to_user((char __user *)arg, &karg, sizeof(hp_target_info_t))) { in mptctl_hp_targetinfo()
|
Completed in 9 milliseconds