Searched defs:asyintr (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dasy.c164 static uint_t asyintr(caddr_t argasy);
1043 if (ddi_add_intr(devi, 0, NULL, 0, asyintr,
2219 * asyintr() is the High Level Interrupt Handler.
2230 asyintr(caddr_t argasy) function
2281 DEBUGCONT1(ASY_DEBUG_INTR, "asyintr: interrupt_id = 0x%d\n",
2324 * asyintr()'s context to claim the interrupt without performing
2558 * (Note: It is assumed that the MSR hasn't been read by asyintr().)
/illumos-gate/usr/src/uts/sun4/io/
H A Dsu_driver.c99 static uint_t asyintr(caddr_t argasy);
663 if (ddi_add_intr(devi, 0, &(asy->asy_iblock), 0, asyintr,
1621 * asyintr() is the High Level Interrupt Handler.
1632 asyintr(caddr_t argasy) function
1744 * If ASYNC_BREAK has been set, return to asyintr()'s context to
1972 * (Note: It is assumed that the MSR hasn't been read by asyintr().)

Completed in 56 milliseconds