Searched refs:hp_host_info_t (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/message/fusion/
H A Dmptctl.h360 #define HP_GETHOSTINFO _IOR(HP_IOC_MAGIC, 20, hp_host_info_t)
398 } hp_host_info_t; typedef in typeref:struct:_hp_host_info
H A Dmptctl.c2422 hp_host_info_t __user *uarg = (void __user *) arg;
2427 hp_host_info_t karg;
2440 if (data_size == sizeof(hp_host_info_t))
2447 if (copy_from_user(&karg, uarg, sizeof(hp_host_info_t))) {
2649 if (copy_to_user((char __user *)arg, &karg, sizeof(hp_host_info_t))) {

Completed in 97 milliseconds