HomeSort by: relevance | last modified time | path
    Searched defs:dmatimeout (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/hp300/dev/
dma.c 153 static void dmatimeout(void *);
248 callout_reset(&sc->sc_debug_ch, 30 * hz, dmatimeout, sc);
647 dmatimeout(void *arg) function in typeref:typename:void
662 callout_reset(&sc->sc_debug_ch, 30 * hz, dmatimeout, sc);

Completed in 13 milliseconds