| /src/sys/arch/arm/gemini/ |
| gemini_obiovar.h | 42 int obio_intr; member in struct:obio_attach_args
|
| /src/sys/arch/evbarm/lubbock/ |
| obio.c | 91 obio_intr(void *arg) function 280 obio_intr, sc);
|
| /src/sys/arch/mips/rmi/ |
| rmixl_obiovar.h | 44 int obio_intr; member in struct:obio_attach_args
|
| /src/sys/arch/evbarm/g42xxeb/ |
| obio.c | 83 obio_intr(void *arg) function 94 printf("obio_intr: pend=%x, mask=%x, pend=%x, mask=%x\n", 131 panic("obio_intr: stayed too long"); 256 obio_intr, sc);
|
| /src/sys/arch/macppc/dev/ |
| obio.c | 120 static int obio_intr(void *); 360 sc->sc_ih = intr_establish_xname(OBIO_IRQ_BUTTON, IST_EDGE, IPL_TTY, obio_intr, sc, 1014 obio_intr(void *cookie) function
|