Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/message/fusion/
Dmptctl.h362 #define HP_GETTARGETINFO _IOR(HP_IOC_MAGIC, 21, hp_target_info_t)
442 } hp_target_info_t; typedef
Dmptctl.c2684 hp_target_info_t __user *uarg = (void __user *) arg; in mptctl_hp_targetinfo()
2689 hp_target_info_t karg; in mptctl_hp_targetinfo()
2697 if (copy_from_user(&karg, uarg, sizeof(hp_target_info_t))) { in mptctl_hp_targetinfo()
2810 if (copy_to_user((char __user *)arg, &karg, sizeof(hp_target_info_t))) { in mptctl_hp_targetinfo()