Searched refs:getb (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/usb/mon/ |
D | mon_bin.c | 1053 struct mon_bin_get getb; in mon_bin_ioctl() local 1055 if (copy_from_user(&getb, (void __user *)arg, in mon_bin_ioctl() 1059 if (getb.alloc > 0x10000000) /* Want to cast to u32 */ in mon_bin_ioctl() 1061 ret = mon_bin_get_event(file, rp, getb.hdr, in mon_bin_ioctl() 1063 getb.data, (unsigned int)getb.alloc); in mon_bin_ioctl() 1132 struct mon_bin_get32 getb; in mon_bin_compat_ioctl() local 1134 if (copy_from_user(&getb, (void __user *)arg, in mon_bin_compat_ioctl() 1138 ret = mon_bin_get_event(file, rp, compat_ptr(getb.hdr32), in mon_bin_compat_ioctl() 1140 compat_ptr(getb.data32), getb.alloc32); in mon_bin_compat_ioctl()
|