Searched refs:getb (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/usb/mon/ |
D | mon_bin.c | 1054 struct mon_bin_get getb; in mon_bin_ioctl() local 1056 if (copy_from_user(&getb, (void __user *)arg, in mon_bin_ioctl() 1060 if (getb.alloc > 0x10000000) /* Want to cast to u32 */ in mon_bin_ioctl() 1062 ret = mon_bin_get_event(file, rp, getb.hdr, in mon_bin_ioctl() 1064 getb.data, (unsigned int)getb.alloc); in mon_bin_ioctl() 1133 struct mon_bin_get32 getb; in mon_bin_compat_ioctl() local 1135 if (copy_from_user(&getb, (void __user *)arg, in mon_bin_compat_ioctl() 1139 ret = mon_bin_get_event(file, rp, compat_ptr(getb.hdr32), in mon_bin_compat_ioctl() 1141 compat_ptr(getb.data32), getb.alloc32); in mon_bin_compat_ioctl()
|