HomeSort by: relevance | last modified time | path
    Searched defs:S_IDLE (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/ntp/dist/ntpd/
refclock_acts.c 194 S_IDLE, /* wait for poll */
480 case S_IDLE:
617 up->state = S_IDLE;
622 up->state = S_IDLE;
674 if (S_IDLE == up->state) {
676 acts_timeout(peer, S_IDLE);
704 acts_timeout(peer, S_IDLE);
  /src/usr.sbin/moused/
moused.c 2756 S_IDLE, S_PROXY, S_FIRST, S_DOWN, S_UP
2764 static k_status status = S_IDLE;
2796 status = S_IDLE;
2797 else if (status == S_IDLE) { /* pen is newly near the tablet */

Completed in 25 milliseconds