Searched refs:BUG_WARN (Results 1 – 11 of 11) sorted by relevance
1112 BUG_WARN(dev->id < 0); in xi2mask_isset_for_device()1113 BUG_WARN(dev->id >= mask->nmasks); in xi2mask_isset_for_device()1114 BUG_WARN(bits_to_bytes(event_type + 1) > mask->mask_size); in xi2mask_isset_for_device()1146 BUG_WARN(deviceid < 0); in xi2mask_set()1147 BUG_WARN(deviceid >= mask->nmasks); in xi2mask_set()1148 BUG_WARN(bits_to_bytes(event_type + 1) > mask->mask_size); in xi2mask_set()1162 BUG_WARN(deviceid > 0 && deviceid >= mask->nmasks); in xi2mask_zero()1212 BUG_WARN(deviceid < 0); in xi2mask_set_one_mask()1213 BUG_WARN(deviceid >= xi2mask->nmasks); in xi2mask_set_one_mask()1224 BUG_WARN(deviceid < 0); in xi2mask_get_one_mask()[all …]
118 BUG_WARN(CursorRefCount(pCurs) < 0); in FreeCursor()
890 BUG_WARN(dev->valuator && dev->valuator->numAxes < 2); in scale_to_desktop()2042 BUG_WARN(!dev->enabled); in GetDixTouchEnd()
489 BUG_WARN(num_events > 1); in TouchDeliverDeviceClassesChangedEvent()
1329 BUG_WARN(!ti); in ComputeFreezes()3790 BUG_WARN(!evtype); in MatchForType()
46 BUG_WARN(1); in c2p_unsupported()
430 #define BUG_WARN(cond) __BUG_WARN_MSG(cond, 0, NULL) macro
139 BUG_WARN(!pbd); in GetBarrierDevice()
1462 BUG_WARN(!g); in DeliverTouchEmulatedEvent()1524 BUG_WARN(converted == 0); in DeliverEmulatedMotionEvent()1829 BUG_WARN(num_events > 1); in ProcessDeviceEvent()
120 BUG_WARN(!IsSystemCounter(counter)); in SysCounterGetPrivate()
62717 Just make this call BUG_WARN(1) to indicate that something unexpected73414 Make BUG_WARN* signal safe74128 Replace a few BUG_WARN with BUG_RETURN_VAL74142 BUG_WARN(foo);76631 dix: don't BUG_WARN for button events from button-only device76639 It emits [BTN_3] = 0 on unplug, which would trigger the BUG_WARN.78994 include: prettify BUG_WARN output81802 dix: use BUG_WARN for input mask size issues82378 include: add BUG_WARN macro for internal bug cases.82384 Plus, reading BUG_WARN somewhere is a good indicator to the casual reader