Home
last modified time | relevance | path

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

/NextBSD/sys/dev/watchdog/
HDwatchdog.c53 static int wd_set_pretimeout(int newtimeout, int disableiftoolong);
253 wd_set_pretimeout(int newtimeout, int disableiftoolong) in wd_set_pretimeout() argument
262 if (newtimeout >= utime_ts.tv_sec) { in wd_set_pretimeout()
268 newtimeout = 0; in wd_set_pretimeout()
274 if (newtimeout == 0) { in wd_set_pretimeout()
280 timeout_ticks = pow2ns_to_ticks(utime) - (hz*newtimeout); in wd_set_pretimeout()
287 newtimeout, in wd_set_pretimeout()
289 hz*newtimeout, in wd_set_pretimeout()
297 wd_pretimeout = newtimeout; in wd_set_pretimeout()
/NextBSD/contrib/libpcap/
HDpcap-win32.c922 int newtimeout; in pcap_setnonblock_win32() local
928 newtimeout = -1; in pcap_setnonblock_win32()
935 newtimeout = p->opt.timeout; in pcap_setnonblock_win32()
937 if (!PacketSetReadTimeout(p->adapter, newtimeout)) { in pcap_setnonblock_win32()
942 pw->nonblock = (newtimeout == -1); in pcap_setnonblock_win32()
/NextBSD/sys/dev/aic7xxx/
HDaic7xxx.c6950 u_int newtimeout; in ahc_other_scb_timeout() local
6958 newtimeout = aic_get_timeout(scb); in ahc_other_scb_timeout()
6966 newtimeout = MAX(aic_get_timeout(other_scb), in ahc_other_scb_timeout()
6967 newtimeout); in ahc_other_scb_timeout()
6975 newtimeout = in ahc_other_scb_timeout()
6977 newtimeout); in ahc_other_scb_timeout()
6983 aic_scb_timer_reset(scb, newtimeout); in ahc_other_scb_timeout()
HDaic79xx.c9553 u_int newtimeout; in ahd_other_scb_timeout() local
9562 newtimeout = aic_get_timeout(scb); in ahd_other_scb_timeout()
9570 newtimeout = MAX(aic_get_timeout(other_scb), in ahd_other_scb_timeout()
9571 newtimeout); in ahd_other_scb_timeout()
9579 newtimeout = MAX(aic_get_timeout(other_scb), in ahd_other_scb_timeout()
9580 newtimeout); in ahd_other_scb_timeout()
9586 aic_scb_timer_reset(scb, newtimeout); in ahd_other_scb_timeout()
/NextBSD/sys/contrib/ipfilter/netinet/
HDfil.c9157 u_int oldtimeout, newtimeout; local
9163 newtimeout = IPF_TTLVAL(seconds);
9164 delta = oldtimeout - newtimeout;
9166 head->ifq_ttl = newtimeout;