Home
last modified time | relevance | path

Searched refs:TIMER_STOPPED (Results 1 – 7 of 7) sorted by relevance

/freebsd/usr.sbin/ppp/
H A Dtimer.c88 if (tp->state != TIMER_STOPPED) in timer_Start()
147 if (tp->state == TIMER_STOPPED) in StopTimerNoBlock()
186 tp->state = TIMER_STOPPED; in StopTimerNoBlock()
H A Dtimer.h45 #define TIMER_STOPPED 0 macro
H A Dtty.c204 if (dev->Timer.state == TIMER_STOPPED) { in tty_AwaitCarrier()
604 if (dev->Timer.state != TIMER_STOPPED) { in tty_device2iov()
663 if (dev->Timer.state != TIMER_STOPPED) { in tty_iov2device()
664 dev->Timer.state = TIMER_STOPPED; in tty_iov2device()
H A Dthroughput.c234 if (t->Timer.state != TIMER_STOPPED) in throughput_stop()
H A Dbundle.c233 != bundle->phys_type.open && bundle->session.timer.state == TIMER_STOPPED) in bundle_LinkAdded()
239 != bundle->phys_type.open && bundle->idle.timer.state == TIMER_STOPPED) in bundle_LinkAdded()
482 } else if (bundle->choked.timer.state == TIMER_STOPPED) { in bundle_UpdateSet()
H A Dphysical.c613 p->hdlc.ReportTimer.state = TIMER_STOPPED; in iov2physical()
614 p->hdlc.lqm.timer.state = TIMER_STOPPED; in iov2physical()
/freebsd/sys/dev/acpica/
H A Dacpi_hpet.c96 #define TIMER_STOPPED 0 macro
261 t->mode = TIMER_STOPPED; in hpet_stop()
275 if (t->mode == TIMER_STOPPED) in hpet_intr_single()
308 t->mode = TIMER_STOPPED; in hpet_intr_single()
553 t->mode = TIMER_STOPPED; in hpet_attach()
904 if (t->mode == TIMER_STOPPED) in hpet_resume()