Home
last modified time | relevance | path

Searched refs:sbus_intr (Results 1 – 3 of 3) sorted by relevance

/openbsd/sys/dev/sbus/
H A Dsbusvar.h50 struct sbus_intr { struct
79 struct sbus_intr *sa_intr; /* SBus interrupts for device */
H A Dqecvar.h39 struct sbus_intr *sc_intr; /* interrupt info */
/openbsd/sys/arch/sparc64/dev/
H A Dsbus.c139 struct sbus_intr **, int *, int);
225 struct sbus_intr *sbi = &sa->sa_intr[i]; in sbus_print()
576 sbus_get_intr(struct sbus_softc *sc, int node, struct sbus_intr **ipp, int *np, in sbus_get_intr()
588 struct sbus_intr *ip; in sbus_get_intr()
595 ip = mallocarray(*np, sizeof(struct sbus_intr), M_DEVBUF, in sbus_get_intr()