/src/sys/dev/isa/ |
fd.c | 1064 printf("fdcintr: got probe interrupt\n"); 1162 printf("fdcintr: block %d != blkno " 1176 printf("fdcintr: %s drive %d track %d head %d sec %d nblks %d\n", 1345 (void)fdcintr(arg); 1349 fdcintr(void *arg) function in typeref:typename:int
|
fd.c | 1064 printf("fdcintr: got probe interrupt\n"); 1162 printf("fdcintr: block %d != blkno " 1176 printf("fdcintr: %s drive %d track %d head %d sec %d nblks %d\n", 1345 (void)fdcintr(arg); 1349 fdcintr(void *arg) function in typeref:typename:int
|
/src/sys/arch/arc/jazz/ |
fd.c | 603 (void)fdcintr(fdc); 696 (void)fdcintr(fdc); 763 (void)fdcintr(fdc); 774 (void)fdcintr(arg); 779 fdcintr(void *arg) function in typeref:typename:int
|
fd.c | 603 (void)fdcintr(fdc); 696 (void)fdcintr(fdc); 763 (void)fdcintr(fdc); 774 (void)fdcintr(arg); 779 fdcintr(void *arg) function in typeref:typename:int
|
/src/sys/arch/atari/dev/ |
hdfd.c | 158 * Argument to fdcintr..... 330 int fdcintr(void *); 572 * Disable further interrupts. The fdcintr() routine 590 (void) fdcintr(intr_arg); 776 (void) fdcintr(fdc); 865 (void) fdcintr(fdc); 931 (void) fdcintr(fdc); 942 (void) fdcintr(arg); 947 fdcintr(void *arg) function in typeref:typename:int 1057 printf("fdcintr: block %d != blkno %qd\n" [all...] |
hdfd.c | 158 * Argument to fdcintr..... 330 int fdcintr(void *); 572 * Disable further interrupts. The fdcintr() routine 590 (void) fdcintr(intr_arg); 776 (void) fdcintr(fdc); 865 (void) fdcintr(fdc); 931 (void) fdcintr(fdc); 942 (void) fdcintr(arg); 947 fdcintr(void *arg) function in typeref:typename:int 1057 printf("fdcintr: block %d != blkno %qd\n" [all...] |
/src/sys/arch/acorn32/mainbus/ |
fd.c | 313 int fdcintr(void *); 410 fdc->sc_ih = intr_claim(pa->pa_irq, IPL_BIO, "fdc", fdcintr, fdc); 735 (void) fdcintr(fdc); 829 (void) fdcintr(fdc); 896 (void) fdcintr(fdc); 907 (void) fdcintr(arg); 912 fdcintr(void *arg) function in typeref:typename:int 1021 printf("fdcintr: block %" PRId64 1057 printf("fdcintr: %s drive %d track %d head %d sec %d nblks %d\n", 1224 panic("fdcintr: impossible") [all...] |
fd.c | 313 int fdcintr(void *); 410 fdc->sc_ih = intr_claim(pa->pa_irq, IPL_BIO, "fdc", fdcintr, fdc); 735 (void) fdcintr(fdc); 829 (void) fdcintr(fdc); 896 (void) fdcintr(fdc); 907 (void) fdcintr(arg); 912 fdcintr(void *arg) function in typeref:typename:int 1021 printf("fdcintr: block %" PRId64 1057 printf("fdcintr: %s drive %d track %d head %d sec %d nblks %d\n", 1224 panic("fdcintr: impossible") [all...] |
/src/sys/arch/x68k/dev/ |
fd.c | 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) function in typeref:typename:int 1112 DPRINTF(("fdcintr: set DEVIDLE\n")); 1142 DPRINTF(("fdcintr: in DEVIDLE\n")); 1181 DPRINTF(("fdcintr: in DOSEEK\n")) [all...] |
fd.c | 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) function in typeref:typename:int 1112 DPRINTF(("fdcintr: set DEVIDLE\n")); 1142 DPRINTF(("fdcintr: in DEVIDLE\n")); 1181 DPRINTF(("fdcintr: in DOSEEK\n")) [all...] |