Searched refs:hp_target_info_t (Results 1 – 2 of 2) sorted by relevance
362 #define HP_GETTARGETINFO _IOR(HP_IOC_MAGIC, 21, hp_target_info_t)442 } hp_target_info_t; typedef
2551 hp_target_info_t __user *uarg = (void __user *) arg; in mptctl_hp_targetinfo()2555 hp_target_info_t karg; in mptctl_hp_targetinfo()2562 if (copy_from_user(&karg, uarg, sizeof(hp_target_info_t))) { in mptctl_hp_targetinfo()2670 if (copy_to_user((char __user *)arg, &karg, sizeof(hp_target_info_t))) { in mptctl_hp_targetinfo()