Lines Matching defs:getb
1066 struct mon_bin_get getb;
1068 if (copy_from_user(&getb, (void __user *)arg,
1072 if (getb.alloc > 0x10000000) /* Want to cast to u32 */
1074 ret = mon_bin_get_event(file, rp, getb.hdr,
1076 getb.data, (unsigned int)getb.alloc);
1145 struct mon_bin_get32 getb;
1147 if (copy_from_user(&getb, (void __user *)arg,
1151 ret = mon_bin_get_event(file, rp, compat_ptr(getb.hdr32),
1153 compat_ptr(getb.data32), getb.alloc32);