Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/watchdog/
H A Dwatchdog.c54 static int wd_set_pretimeout(int newtimeout, int disableiftoolong);
269 wd_set_pretimeout(int newtimeout, int disableiftoolong) in wd_set_pretimeout() argument
278 if (newtimeout >= utime_ts.tv_sec) { in wd_set_pretimeout()
284 newtimeout = 0; in wd_set_pretimeout()
290 if (newtimeout == 0) { in wd_set_pretimeout()
296 timeout_ticks = pow2ns_to_ticks(utime) - (hz*newtimeout); in wd_set_pretimeout()
303 newtimeout, in wd_set_pretimeout()
305 hz*newtimeout, in wd_set_pretimeout()
312 wd_pretimeout = newtimeout; in wd_set_pretimeout()
/freebsd-14.2/contrib/libpcap/
H A Dpcap-airpcap.c347 int newtimeout; in airpcap_setnonblock() local
354 newtimeout = -1; in airpcap_setnonblock()
364 newtimeout = p->opt.timeout; in airpcap_setnonblock()
366 pa->read_timeout = newtimeout; in airpcap_setnonblock()
367 pa->nonblock = (newtimeout == -1); in airpcap_setnonblock()
H A Dpcap-npf.c2007 int newtimeout; in pcap_setnonblock_npf() local
2014 newtimeout = -1; in pcap_setnonblock_npf()
2024 newtimeout = p->opt.timeout; in pcap_setnonblock_npf()
2026 if (!PacketSetReadTimeout(pw->adapter, newtimeout)) { in pcap_setnonblock_npf()
2031 pw->nonblock = (newtimeout == -1); in pcap_setnonblock_npf()
/freebsd-14.2/sys/dev/aic7xxx/
H A Daic7xxx.c6913 u_int newtimeout; in ahc_other_scb_timeout() local
6921 newtimeout = aic_get_timeout(scb); in ahc_other_scb_timeout()
6929 newtimeout = MAX(aic_get_timeout(other_scb), in ahc_other_scb_timeout()
6930 newtimeout); in ahc_other_scb_timeout()
6938 newtimeout = in ahc_other_scb_timeout()
6940 newtimeout); in ahc_other_scb_timeout()
6946 aic_scb_timer_reset(scb, newtimeout); in ahc_other_scb_timeout()
H A Daic79xx.c9491 u_int newtimeout; in ahd_other_scb_timeout() local
9500 newtimeout = aic_get_timeout(scb); in ahd_other_scb_timeout()
9508 newtimeout = MAX(aic_get_timeout(other_scb), in ahd_other_scb_timeout()
9509 newtimeout); in ahd_other_scb_timeout()
9517 newtimeout = MAX(aic_get_timeout(other_scb), in ahd_other_scb_timeout()
9518 newtimeout); in ahd_other_scb_timeout()
9524 aic_scb_timer_reset(scb, newtimeout); in ahd_other_scb_timeout()
/freebsd-14.2/sys/netpfil/ipfilter/netinet/
H A Dfil.c8899 u_int oldtimeout, newtimeout; local
8905 newtimeout = IPF_TTLVAL(seconds);
8906 delta = oldtimeout - newtimeout;
8908 head->ifq_ttl = newtimeout;