Home
last modified time | relevance | path

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

/openbmc/linux/drivers/message/fusion/
H A Dmptctl.h362 #define HP_GETTARGETINFO _IOR(HP_IOC_MAGIC, 21, hp_target_info_t)
442 } hp_target_info_t; typedef
H A Dmptctl.c2558 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()