Searched refs:S_IDLE (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/ntp/ntpd/ |
H A D | refclock_acts.c | 192 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/ |
H A D | moused.c | 3186 S_IDLE, S_PROXY, S_FIRST, S_DOWN, S_UP 3194 static k_status status = S_IDLE; in kidspad() 3226 status = S_IDLE; in kidspad() 3227 else if (status == S_IDLE) { /* pen is newly near the tablet */ in kidspad() 3256 static k_status status = S_IDLE; in gtco_digipad() 3291 status = S_IDLE; in gtco_digipad() 3292 else if (status == S_IDLE) { /* pen is newly near the tablet */ in gtco_digipad() 3187 S_IDLE, S_PROXY, S_FIRST, S_DOWN, S_UP global() enumerator
|
/freebsd/sys/dev/cxgbe/common/ |
H A D | t4_regs.h | 56800 #define S_IDLE 29 macro 56801 #define V_IDLE(x) ((x) << S_IDLE)
|