Searched refs:ctimeout (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/ipfilter/l4check/
H A Dl4check.c57 int ctimeout = 1; variable
333 tv.tv_sec = MIN(rtimeout, ctimeout);
354 (now - l4->l4_last > ctimeout)) {
622 ctimeout = atoi(t);
625 ctimeout);
/freebsd-13-stable/sys/dev/syscons/
H A Dsyscons.h273 struct callout ctimeout; member in struct:sc_softc
H A Dsyscons.c610 callout_init(&sc->ctimeout, 0);
2273 &sc->ctimeout, SBT_1S / rate, 0, scrn_timer, sc, C_PREL(1));

Completed in 128 milliseconds