Searched refs:hp_target_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.h362 #define HP_GETTARGETINFO _IOR(HP_IOC_MAGIC, 21, hp_target_info_t)
442 } hp_target_info_t; typedef in typeref:struct:_hp_target_info
H A Dmptctl.c2674 hp_target_info_t __user *uarg = (void __user *) arg;
2679 hp_target_info_t karg;
2687 if (copy_from_user(&karg, uarg, sizeof(hp_target_info_t))) {
2800 if (copy_to_user((char __user *)arg, &karg, sizeof(hp_target_info_t))) {

Completed in 63 milliseconds