hp_target_info_t 2559 drivers/message/fusion/mptctl.c 	hp_target_info_t __user *uarg = (void __user *) arg;
hp_target_info_t 2563 drivers/message/fusion/mptctl.c 	hp_target_info_t	karg;
hp_target_info_t 2570 drivers/message/fusion/mptctl.c 	if (copy_from_user(&karg, uarg, sizeof(hp_target_info_t))) {
hp_target_info_t 2679 drivers/message/fusion/mptctl.c 	if (copy_to_user((char __user *)arg, &karg, sizeof(hp_target_info_t))) {
hp_target_info_t  362 drivers/message/fusion/mptctl.h #define HP_GETTARGETINFO	_IOR(HP_IOC_MAGIC, 21, hp_target_info_t)