Home
last modified time | relevance | path

Searched refs:S_IDLE (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/ntp/ntpd/
H A Drefclock_acts.c192 S_IDLE, /* wait for poll */ enumerator
478 case S_IDLE: in acts_timeout()
615 up->state = S_IDLE; in acts_close()
620 up->state = S_IDLE; in acts_close()
672 if (S_IDLE == up->state) { in acts_poll()
674 acts_timeout(peer, S_IDLE); in acts_poll()
702 acts_timeout(peer, S_IDLE); in acts_timer()
/freebsd/usr.sbin/moused/msconvd/
H A Dmsconvd.c2400 S_IDLE, S_PROXY, S_FIRST, S_DOWN, S_UP enumerator
2408 static k_status status = S_IDLE; in kidspad()
2440 status = S_IDLE; in kidspad()
2441 else if (status == S_IDLE) { /* pen is newly near the tablet */ in kidspad()
2470 static k_status status = S_IDLE; in gtco_digipad()
2505 status = S_IDLE; in gtco_digipad()
2506 else if (status == S_IDLE) { /* pen is newly near the tablet */ in gtco_digipad()
/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h69161 #define S_IDLE 29 macro
69162 #define V_IDLE(x) ((x) << S_IDLE)