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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/mon/
H A Dmon_bin.c884 struct mon_bin_get getb; local
886 if (copy_from_user(&getb, (void __user *)arg,
890 if (getb.alloc > 0x10000000) /* Want to cast to u32 */
893 getb.hdr, getb.data, (unsigned int)getb.alloc);
899 struct mon_bin_get32 getb; local
901 if (copy_from_user(&getb, (void __user *)arg,
906 compat_ptr(getb.hdr32), compat_ptr(getb
[all...]

Completed in 38 milliseconds