Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/watchdog/
H A Dwatchdog.c56 static int wd_set_pretimeout(int newtimeout, int disableiftoolong);
271 wd_set_pretimeout(int newtimeout, int disableiftoolong) in wd_set_pretimeout() argument
280 if (newtimeout >= utime_ts.tv_sec) { in wd_set_pretimeout()
286 newtimeout = 0; in wd_set_pretimeout()
292 if (newtimeout == 0) { in wd_set_pretimeout()
298 timeout_ticks = pow2ns_to_ticks(utime) - (hz*newtimeout); in wd_set_pretimeout()
305 newtimeout, in wd_set_pretimeout()
307 hz*newtimeout, in wd_set_pretimeout()
314 wd_pretimeout = newtimeout; in wd_set_pretimeout()
/freebsd-13.1/contrib/libpcap/
H A Dpcap-npf.c1394 int newtimeout; in pcap_setnonblock_npf() local
1401 newtimeout = -1; in pcap_setnonblock_npf()
1411 newtimeout = p->opt.timeout; in pcap_setnonblock_npf()
1413 if (!PacketSetReadTimeout(pw->adapter, newtimeout)) { in pcap_setnonblock_npf()
1418 pw->nonblock = (newtimeout == -1); in pcap_setnonblock_npf()
/freebsd-13.1/sys/dev/aic7xxx/
H A Daic7xxx.c6921 u_int newtimeout; in ahc_other_scb_timeout() local
6929 newtimeout = aic_get_timeout(scb); in ahc_other_scb_timeout()
6937 newtimeout = MAX(aic_get_timeout(other_scb), in ahc_other_scb_timeout()
6938 newtimeout); in ahc_other_scb_timeout()
6946 newtimeout = in ahc_other_scb_timeout()
6948 newtimeout); in ahc_other_scb_timeout()
6954 aic_scb_timer_reset(scb, newtimeout); in ahc_other_scb_timeout()
H A Daic79xx.c9501 u_int newtimeout; in ahd_other_scb_timeout() local
9510 newtimeout = aic_get_timeout(scb); in ahd_other_scb_timeout()
9518 newtimeout = MAX(aic_get_timeout(other_scb), in ahd_other_scb_timeout()
9519 newtimeout); in ahd_other_scb_timeout()
9527 newtimeout = MAX(aic_get_timeout(other_scb), in ahd_other_scb_timeout()
9528 newtimeout); in ahd_other_scb_timeout()
9534 aic_scb_timer_reset(scb, newtimeout); in ahd_other_scb_timeout()
/freebsd-13.1/sys/netpfil/ipfilter/netinet/
H A Dfil.c8895 u_int oldtimeout, newtimeout; local
8901 newtimeout = IPF_TTLVAL(seconds);
8902 delta = oldtimeout - newtimeout;
8904 head->ifq_ttl = newtimeout;