Home
last modified time | relevance | path

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

/openbmc/linux/drivers/message/fusion/
H A Dmptctl.h360 #define HP_GETHOSTINFO _IOR(HP_IOC_MAGIC, 20, hp_host_info_t)
398 } hp_host_info_t; typedef
H A Dmptctl.c2324 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()