HomeSort by: relevance | last modified time | path
    Searched refs:sc_motoron_ch (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/dev/isa/
fdvar.h 65 struct callout sc_motoron_ch; member in struct:fd_softc
fd.c 567 callout_init(&fd->sc_motoron_ch, 0);
641 callout_destroy(&fd->sc_motoron_ch);
1112 callout_reset(&fd->sc_motoron_ch, hz / 4,
  /src/sys/arch/arc/jazz/
fd.c 153 struct callout sc_motoron_ch; member in struct:fd_softc
344 callout_init(&fd->sc_motoron_ch, 0);
830 callout_reset(&fd->sc_motoron_ch, hz / 4,
  /src/sys/arch/atari/dev/
hdfd.c 255 struct callout sc_motoron_ch; member in struct:fd_softc
534 callout_init(&fd->sc_motoron_ch, 0);
1003 callout_reset(&fd->sc_motoron_ch, hz / 4,
  /src/sys/arch/acorn32/mainbus/
fd.c 225 struct callout sc_motoron_ch; member in struct:fd_softc
504 callout_init(&fd->sc_motoron_ch, 0);
967 callout_reset(&fd->sc_motoron_ch, hz / 4,
  /src/sys/arch/x68k/dev/
fd.c 225 struct callout sc_motoron_ch;
635 callout_init(&fd->sc_motoron_ch, 0);
1170 callout_reset(&fd->sc_motoron_ch, hz / 2,
  /src/sys/arch/sun3/dev/
fd.c 244 struct callout sc_motoron_ch; member in struct:fd_softc
573 callout_init(&fd->sc_motoron_ch, 0);
1226 callout_reset(&fd->sc_motoron_ch, hz / 4,
  /src/sys/arch/sparc64/dev/
fdc.c 300 struct callout sc_motoron_ch; member in struct:fd_softc
960 callout_init(&fd->sc_motoron_ch, 0);
1683 callout_reset(&fd->sc_motoron_ch, hz / 4,
  /src/sys/arch/sparc/dev/
fd.c 268 struct callout sc_motoron_ch; member in struct:fd_softc
789 callout_init(&fd->sc_motoron_ch, 0);
1500 callout_reset(&fd->sc_motoron_ch, hz / 4,

Completed in 21 milliseconds