/src/sys/arch/acorn32/podulebus/ |
asc.c | 138 int asc_intr (void *); 272 asc_intr, sc, &sc->sc_intrcnt); 349 asc_intr(void *arg) function in typeref:typename:int
|
/src/sys/arch/mac68k/obio/ |
asc.c | 106 static void asc_intr(void *); 229 intr_establish((int (*)(void *))asc_intr, sc, 5); 231 via2_register_irq(VIA2_ASC, asc_intr, sc); 395 asc_intr(void *arg) function in typeref:typename:void 401 printf("asc_intr(%p)\n", sc);
|
/src/sys/arch/mipsco/obio/ |
asc.c | 112 static int asc_intr(void *); 197 bus_intr_establish(esc->sc_bst, SYS_INTR_SCSI, 0, 0, asc_intr, esc); 404 NCR_DMA(("asc_intr: empty FIFO of %d ", resid)); 412 NCR_DMA(("asc_intr: discard %d bytes\n", resid)); 423 NCR_DMA(("asc_intr: tcl=%d, tcm=%d; trans=%d, resid=%d\n", 529 asc_intr(void *arg) function in typeref:typename:int
|