Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/watchdog/
H A Dwatchdog.c55 static int wd_set_pretimeout(int newtimeout, int disableiftoolong);
270 wd_set_pretimeout(int newtimeout, int disableiftoolong) in wd_set_pretimeout() argument
279 if (newtimeout >= utime_ts.tv_sec) { in wd_set_pretimeout()
285 newtimeout = 0; in wd_set_pretimeout()
291 if (newtimeout == 0) { in wd_set_pretimeout()
297 timeout_ticks = pow2ns_to_ticks(utime) - (hz*newtimeout); in wd_set_pretimeout()
304 newtimeout, in wd_set_pretimeout()
306 hz*newtimeout, in wd_set_pretimeout()
313 wd_pretimeout = newtimeout; in wd_set_pretimeout()
/freebsd-12.1/contrib/libpcap/
H A Dpcap-npf.c1347 int newtimeout; in pcap_setnonblock_npf() local
1355 newtimeout = -1; in pcap_setnonblock_npf()
1365 newtimeout = p->opt.timeout; in pcap_setnonblock_npf()
1367 if (!PacketSetReadTimeout(pw->adapter, newtimeout)) { in pcap_setnonblock_npf()
1373 pw->nonblock = (newtimeout == -1); in pcap_setnonblock_npf()
/freebsd-12.1/sys/dev/aic7xxx/
H A Daic7xxx.c6952 u_int newtimeout; in ahc_other_scb_timeout() local
6960 newtimeout = aic_get_timeout(scb); in ahc_other_scb_timeout()
6968 newtimeout = MAX(aic_get_timeout(other_scb), in ahc_other_scb_timeout()
6969 newtimeout); in ahc_other_scb_timeout()
6977 newtimeout = in ahc_other_scb_timeout()
6979 newtimeout); in ahc_other_scb_timeout()
6985 aic_scb_timer_reset(scb, newtimeout); in ahc_other_scb_timeout()
H A Daic79xx.c9555 u_int newtimeout; in ahd_other_scb_timeout() local
9564 newtimeout = aic_get_timeout(scb); in ahd_other_scb_timeout()
9572 newtimeout = MAX(aic_get_timeout(other_scb), in ahd_other_scb_timeout()
9573 newtimeout); in ahd_other_scb_timeout()
9581 newtimeout = MAX(aic_get_timeout(other_scb), in ahd_other_scb_timeout()
9582 newtimeout); in ahd_other_scb_timeout()
9588 aic_scb_timer_reset(scb, newtimeout); in ahd_other_scb_timeout()
/freebsd-12.1/sys/contrib/ipfilter/netinet/
H A Dfil.c9187 u_int oldtimeout, newtimeout; local
9193 newtimeout = IPF_TTLVAL(seconds);
9194 delta = oldtimeout - newtimeout;
9196 head->ifq_ttl = newtimeout;