Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/fdt/
Dimxdog.c48 struct timeout sc_tmo; member
91 timeout_set(&sc->sc_tmo, imxdog_timeout, sc); in imxdog_attach()
141 timeout_add_sec(&sc->sc_tmo, WDOG_TIMEOUT_CALLBACK); in imxdog_timeout()
/openbsd/src/sys/arch/macppc/dev/
Dxlights.c48 struct timeout sc_tmo; member
193 timeout_set(&sc->sc_tmo, xlights_timeout, sc); in xlights_attach()
285 timeout_add_msec(&sc->sc_tmo, 2500); in xlights_startdma()
305 timeout_del(&sc->sc_tmo); in xlights_timeout()
321 timeout_del(&sc->sc_tmo); in xlights_intr()
/openbsd/src/sys/net/
Dif_pflow.c276 timeout_set_proc(&pflowif->sc_tmo, pflow_timeout, pflowif); in pflow_clone_create()
308 timeout_del(&sc->sc_tmo); in pflow_clone_destroy()
707 timeout_add_sec(&sc->sc_tmo, PFLOW_TIMEOUT); in pflow_get_mbuf()
952 timeout_add_sec(&sc->sc_tmo, PFLOW_TIMEOUT); in copy_flow_ipfix_4_to_m()
1131 timeout_del(&sc->sc_tmo); in pflow_sendout_v5()
1172 timeout_del(&sc->sc_tmo); in pflow_sendout_ipfix()
Dif_pflow.h196 struct timeout sc_tmo; member
/openbsd/src/sys/dev/isa/
Dsbdspvar.h105 struct timeout sc_tmo; member
Dsbdsp.c398 timeout_set(&sc->sc_tmo, sbdsp_to, sbdsp_to); in sbdsp_attach()
915 timeout_add_msec(&sc->sc_tmo, 125); /* 8x per second */ in sbdsp_pause()