Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/unbound/dist/services/
H A Doutside_network.h734 struct waiting_tcp* w, int reset_timer);
H A Doutside_network.c907 struct waiting_tcp* w, int reset_timer)
919 if(reset_timer) {
/netbsd-src/sys/dev/ic/
H A Daic79xxvar.h1134 ahd_timer_t reset_timer; member
H A Daic79xx.c5234 ahd_timer_stop(&ahd->reset_timer); in ahd_shutdown()
7729 ahd_timer_reset(&ahd->reset_timer, 0, ahd_reset_poll, ahd); in ahd_reset_channel()
7757 ahd_timer_reset(&ahd->reset_timer, AHD_RESET_POLL_US, in ahd_reset_poll()
/netbsd-src/sys/dev/pci/
H A Dahd_pci.c354 ahd_timer_init(&ahd->reset_timer); in ahd_pci_attach()