HomeSort by: relevance | last modified time | path
    Searched refs:wr_delay_first (Results 1 - 3 of 3) sorted by relevancy

  /src/sbin/wsconsctl/
mouse.c 83 { "repeat.delay.first", &repeat.wr_delay_first,
110 field_by_value(&repeat.wr_delay_first)->flags & FLG_GET ||
225 if (field_by_value(&repeat.wr_delay_first)->flags & FLG_GET)
226 repeat.wr_delay_first = tmp.wr_delay_first;
260 field_by_value(&repeat.wr_delay_first)->flags & FLG_SET ||
382 if (field_by_value(&repeat.wr_delay_first)->flags & FLG_SET)
383 tmp.wr_delay_first = repeat.wr_delay_first;
396 if (field_by_value(&repeat.wr_delay_first)->flags & FLG_SET
    [all...]
  /src/sys/dev/wscons/
wsmouse.c 504 sc->sc_repeat.wr_delay_first > 0) {
506 sc->sc_repeat_delay = sc->sc_repeat.wr_delay_first;
603 KASSERT(newdelay <= sc->sc_repeat.wr_delay_first);
878 if (wr->wr_delay_first != 0 &&
879 (wr->wr_delay_first < wr->wr_delay_decrement ||
880 wr->wr_delay_first < wr->wr_delay_minimum ||
881 wr->wr_delay_first < wr->wr_delay_minimum +
wsconsio.h 264 unsigned int wr_delay_first; member in struct:wsmouse_repeat

Completed in 25 milliseconds