Searched refs:hp_target_info_t (Results 1 – 2 of 2) sorted by relevance
346 #define HP_GETTARGETINFO _IOR(HP_IOC_MAGIC, 21, hp_target_info_t)428 } hp_target_info_t; typedef
2598 hp_target_info_t *uarg = (hp_target_info_t *) arg; in mptctl_hp_targetinfo()2603 hp_target_info_t karg; in mptctl_hp_targetinfo()2612 if (copy_from_user(&karg, uarg, sizeof(hp_target_info_t))) { in mptctl_hp_targetinfo()2723 if (copy_to_user((char *)arg, &karg, sizeof(hp_target_info_t))) { in mptctl_hp_targetinfo()