Searched refs:fdcintr (Results 1 - 14 of 14) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/arc/jazz/
H A Dfdcvar.h135 int fdcintr(void *);
H A Dfd.c587 (void)fdcintr(fdc);
680 (void)fdcintr(fdc);
747 (void)fdcintr(fdc);
758 (void)fdcintr(arg);
763 fdcintr(void *arg) function
H A Dfdc_jazzio.c195 jazzio_intr_establish(ja->ja_intr, fdcintr, fdc);
/netbsd-6-1-5-RELEASE/sys/dev/isa/
H A Dfdcvar.h149 int fdcintr(void *);
H A Dfdc_isa.c233 IST_EDGE, IPL_BIO, fdcintr, fdc);
H A Dfd.c1040 printf("fdcintr: got probe interrupt\n");
1138 printf("fdcintr: block %d != blkno "
1152 printf("fdcintr: %s drive %d track %d head %d sec %d nblks %d\n",
1320 (void)fdcintr(arg);
1324 fdcintr(void *arg) function
/netbsd-6-1-5-RELEASE/sys/arch/prep/pnpbus/
H A Dfdc_pnpbus.c163 fdc->sc_ih = pnpbus_intr_establish(0, IPL_BIO, IST_EDGE, fdcintr, fdc,
/netbsd-6-1-5-RELEASE/sys/arch/i386/pnpbios/
H A Dfdc_pnpbios.c169 fdcintr, fdc);
/netbsd-6-1-5-RELEASE/sys/arch/alpha/sableio/
H A Dfdc_sableio.c115 IPL_BIO, fdcintr, fdc);
/netbsd-6-1-5-RELEASE/sys/arch/atari/isa/
H A Dfdcisa.c213 IST_EDGE, IPL_BIO, fdcintr, fdc);
/netbsd-6-1-5-RELEASE/sys/arch/atari/dev/
H A Dhdfd.c158 * Argument to fdcintr.....
311 int fdcintr(void *);
553 * Disable further interrupts. The fdcintr() routine
571 (void) fdcintr(intr_arg);
757 (void) fdcintr(fdc);
846 (void) fdcintr(fdc);
912 (void) fdcintr(fdc);
923 (void) fdcintr(arg);
928 fdcintr(void *arg) function
1038 printf("fdcintr
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/acpi/
H A Dfdc_acpi.c195 IPL_BIO, fdcintr, sc);
/netbsd-6-1-5-RELEASE/sys/arch/x68k/dev/
H A Dfd.c163 int fdcintr(void *);
478 if (intio_intr_establish(ia->ia_intr, "fdc", fdcintr, fdc) != 0)
850 (void)fdcintr(fdc);
987 (void)fdcintr(fdc);
1052 (void)fdcintr(fdc);
1065 (void)fdcintr(fdc);
1071 fdcintr(void *arg) function
1088 DPRINTF(("fdcintr: set DEVIDLE\n"));
1118 DPRINTF(("fdcintr: in DEVIDLE\n"));
1157 DPRINTF(("fdcintr
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/acorn32/mainbus/
H A Dfd.c295 int fdcintr(void *);
391 fdc->sc_ih = intr_claim(pa->pa_irq, IPL_BIO, "fdc", fdcintr, fdc);
714 (void) fdcintr(fdc);
808 (void) fdcintr(fdc);
875 (void) fdcintr(fdc);
886 (void) fdcintr(arg);
891 fdcintr(void *arg) function
1000 printf("fdcintr: block %" PRId64
1036 printf("fdcintr: %s drive %d track %d head %d sec %d nblks %d\n",
1203 panic("fdcintr
[all...]

Completed in 147 milliseconds