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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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.c2292 hp_host_info_t __user *uarg = (void __user *) arg;
2297 hp_host_info_t karg;
2309 if (data_size == sizeof(hp_host_info_t))
2316 if (copy_from_user(&karg, uarg, sizeof(hp_host_info_t))) {
2503 if (copy_to_user((char __user *)arg, &karg, sizeof(hp_host_info_t))) {

Completed in 49 milliseconds