Searched refs:hp_host_info_t (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/message/fusion/ |
H A D | mptctl.h | 360 #define HP_GETHOSTINFO _IOR(HP_IOC_MAGIC, 20, hp_host_info_t) 398 } hp_host_info_t; typedef
|
H A D | mptctl.c | 2326 hp_host_info_t __user *uarg = (void __user *) arg; in mptctl_hp_hostinfo() 2330 hp_host_info_t karg; in mptctl_hp_hostinfo() 2342 if (data_size == sizeof(hp_host_info_t)) in mptctl_hp_hostinfo() 2349 if (copy_from_user(&karg, uarg, sizeof(hp_host_info_t))) { in mptctl_hp_hostinfo() 2534 if (copy_to_user((char __user *)arg, &karg, sizeof(hp_host_info_t))) { in mptctl_hp_hostinfo()
|
/kernel/linux/linux-6.6/drivers/message/fusion/ |
H A D | mptctl.h | 360 #define HP_GETHOSTINFO _IOR(HP_IOC_MAGIC, 20, hp_host_info_t) 398 } hp_host_info_t; typedef
|
H A D | mptctl.c | 2324 hp_host_info_t __user *uarg = (void __user *) arg; in mptctl_hp_hostinfo() 2328 hp_host_info_t karg; in mptctl_hp_hostinfo() 2339 if (data_size == sizeof(hp_host_info_t)) in mptctl_hp_hostinfo() 2346 if (copy_from_user(&karg, uarg, sizeof(hp_host_info_t))) { in mptctl_hp_hostinfo() 2533 if (copy_to_user((char __user *)arg, &karg, sizeof(hp_host_info_t))) { in mptctl_hp_hostinfo()
|
Completed in 16 milliseconds