hp_host_info_t   2326 drivers/message/fusion/mptctl.c 	hp_host_info_t	__user *uarg = (void __user *) arg;
hp_host_info_t   2330 drivers/message/fusion/mptctl.c 	hp_host_info_t		karg;
hp_host_info_t   2342 drivers/message/fusion/mptctl.c 	if (data_size == sizeof(hp_host_info_t))
hp_host_info_t   2349 drivers/message/fusion/mptctl.c 	if (copy_from_user(&karg, uarg, sizeof(hp_host_info_t))) {
hp_host_info_t   2534 drivers/message/fusion/mptctl.c 	if (copy_to_user((char __user *)arg, &karg, sizeof(hp_host_info_t))) {
hp_host_info_t    360 drivers/message/fusion/mptctl.h #define HP_GETHOSTINFO		_IOR(HP_IOC_MAGIC, 20, hp_host_info_t)