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

  /src/sys/arch/x86/pci/
fwhrng.c 61 static void fwhrng_callout(void *v);
199 fwhrng_callout(sc);
228 fwhrng_callout(void *v) function in typeref:typename:void
243 callout_reset(&sc->sc_rnd_ch, 1, fwhrng_callout, sc);
fwhrng.c 61 static void fwhrng_callout(void *v);
199 fwhrng_callout(sc);
228 fwhrng_callout(void *v) function in typeref:typename:void
243 callout_reset(&sc->sc_rnd_ch, 1, fwhrng_callout, sc);

Completed in 22 milliseconds