Searched refs:newtimeout (Results 1 – 6 of 6) sorted by relevance
| /freebsd/sys/dev/watchdog/ |
| H A D | watchdog.c | 62 static int wd_set_pretimeout(sbintime_t newtimeout, int disableiftoolong); 273 wd_set_pretimeout(sbintime_t newtimeout, int disableiftoolong) in wd_set_pretimeout() argument 280 if (newtimeout >= utime) { in wd_set_pretimeout() 286 newtimeout = 0; in wd_set_pretimeout() 292 if (newtimeout == 0) { in wd_set_pretimeout() 298 timeout_left = utime - 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/contrib/libpcap/ |
| H A D | pcap-airpcap.c | 347 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 D | pcap-npf.c | 2007 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/sys/dev/aic7xxx/ |
| H A D | aic7xxx.c | 6897 u_int newtimeout; in ahc_other_scb_timeout() local 6905 newtimeout = aic_get_timeout(scb); in ahc_other_scb_timeout() 6913 newtimeout = MAX(aic_get_timeout(other_scb), in ahc_other_scb_timeout() 6914 newtimeout); in ahc_other_scb_timeout() 6922 newtimeout = in ahc_other_scb_timeout() 6924 newtimeout); in ahc_other_scb_timeout() 6930 aic_scb_timer_reset(scb, newtimeout); in ahc_other_scb_timeout()
|
| H A D | aic79xx.c | 9474 u_int newtimeout; in ahd_other_scb_timeout() local 9483 newtimeout = aic_get_timeout(scb); in ahd_other_scb_timeout() 9491 newtimeout = MAX(aic_get_timeout(other_scb), in ahd_other_scb_timeout() 9492 newtimeout); in ahd_other_scb_timeout() 9500 newtimeout = MAX(aic_get_timeout(other_scb), in ahd_other_scb_timeout() 9501 newtimeout); in ahd_other_scb_timeout() 9507 aic_scb_timer_reset(scb, newtimeout); in ahd_other_scb_timeout()
|
| /freebsd/sys/netpfil/ipfilter/netinet/ |
| H A D | fil.c | 8948 u_int oldtimeout, newtimeout; local 8954 newtimeout = IPF_TTLVAL(seconds); 8955 delta = oldtimeout - newtimeout; 8957 head->ifq_ttl = newtimeout;
|