Home | History | Annotate | Download | only in dev

Lines Matching defs:fdcintr

163 static int fdcintr(void *);
502 if (intio_intr_establish(ia->ia_intr, "fdc", fdcintr, fdc) != 0)
874 (void)fdcintr(fdc);
1011 (void)fdcintr(fdc);
1076 (void)fdcintr(fdc);
1089 (void)fdcintr(fdc);
1095 fdcintr(void *arg)
1112 DPRINTF(("fdcintr: set DEVIDLE\n"));
1142 DPRINTF(("fdcintr: in DEVIDLE\n"));
1181 DPRINTF(("fdcintr: in DOSEEK\n"));
1204 DPRINTF(("fdcintr: DOIO: "));
1259 fdcintr: doio: block %d != blkno %"
1269 DPRINTF(("fdcintr: %s drive %d track %d "
1317 DPRINTF(("fdcintr: DOCOPY:\n"));
1358 printf("fdcintr: block %d != blkno %" PRId64
1404 DPRINTF(("fdcintr: SEEKCOMPLETE: FDC status = %x\n",
1409 DPRINTF(("fdcintr: first seek!\n"));
1434 DPRINTF(("fdcintr: in IOCOMPLETE\n"));
1465 DPRINTF(("fdcintr: COPYCOMPLETE:"));
1468 printf("fdcintr: resnum=%d, st0=%x\n", tmp, st0);
1480 DPRINTF(("fdcintr: in DORESET\n"));
1490 DPRINTF(("fdcintr: in RESETCOMPLETE\n"));
1500 DPRINTF(("fdcintr: in DORECAL\n"));
1508 DPRINTF(("fdcintr: in RECALWAIT\n"));
1518 DPRINTF(("fdcintr: in RECALCOMPLETE\n"));
1522 DPRINTF(("fdcintr: first seek!\n"));
1559 panic("fdcintr: impossible");