Searched refs:newtimeout (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/sys/dev/watchdog/
H A Dwatchdog.c53 static int wd_set_pretimeout(int newtimeout, int disableiftoolong);
247 * newtimeout needs to be in the range of 0 to actual watchdog timeout.
253 wd_set_pretimeout(int newtimeout, int disableiftoolong) argument
262 if (newtimeout >= utime_ts.tv_sec) {
268 newtimeout = 0;
274 if (newtimeout == 0) {
280 timeout_ticks = pow2ns_to_ticks(utime) - (hz*newtimeout);
283 "newtimeout: %d, "
285 "hz*newtimeout: %d, "
287 newtimeout,
[all...]
/freebsd-11.0-release/contrib/libpcap/
H A Dpcap-win32.c922 int newtimeout; local
928 newtimeout = -1;
935 newtimeout = p->opt.timeout;
937 if (!PacketSetReadTimeout(p->adapter, newtimeout)) {
942 pw->nonblock = (newtimeout == -1);
/freebsd-11.0-release/sys/dev/aic7xxx/
H A Daic7xxx.c6950 u_int newtimeout; local
6958 newtimeout = aic_get_timeout(scb);
6966 newtimeout = MAX(aic_get_timeout(other_scb),
6967 newtimeout);
6975 newtimeout =
6977 newtimeout);
6983 aic_scb_timer_reset(scb, newtimeout);
H A Daic79xx.c9553 u_int newtimeout; local
9562 newtimeout = aic_get_timeout(scb);
9570 newtimeout = MAX(aic_get_timeout(other_scb),
9571 newtimeout);
9579 newtimeout = MAX(aic_get_timeout(other_scb),
9580 newtimeout);
9586 aic_scb_timer_reset(scb, newtimeout);
/freebsd-11.0-release/sys/contrib/ipfilter/netinet/
H A Dfil.c9191 u_int oldtimeout, newtimeout; local
9197 newtimeout = IPF_TTLVAL(seconds);
9198 delta = oldtimeout - newtimeout;
9200 head->ifq_ttl = newtimeout;

Completed in 250 milliseconds