Searched refs:openprom_intr (Results 1 – 7 of 7) sorted by relevance
| /netbsd/src/sys/arch/sparc/dev/ |
| D | sbus.c | 99 struct openprom_intr **, int *); 525 struct openprom_intr **ipp, int *np) in sbus_get_intr() 536 struct openprom_intr *ip; in sbus_get_intr() 537 ip = malloc(*np * sizeof(struct openprom_intr), M_DEVBUF, in sbus_get_intr() 552 error = prom_getprop(node, "intr", sizeof(struct openprom_intr), in sbus_get_intr()
|
| D | bootbusvar.h | 46 struct openprom_intr *ba_intr;
|
| D | bootbus.c | 188 error = prom_getprop(node, "intr", sizeof(struct openprom_intr), in bootbus_setup_attach_args()
|
| /netbsd/src/sys/arch/sparc64/dev/ |
| D | sbus.c | 75 static int sbus_get_intr(struct sbus_softc *, int, struct openprom_intr **, 146 struct openprom_intr *sbi = &sa->sa_intr[i]; in sbus_print() 433 sbus_get_intr(struct sbus_softc *sc, int node, struct openprom_intr **ipp, in sbus_get_intr() 445 struct openprom_intr *ip; in sbus_get_intr() 452 ip = malloc(*np * sizeof(struct openprom_intr), M_DEVBUF, in sbus_get_intr()
|
| /netbsd/src/sys/dev/sbus/ |
| D | qecvar.h | 36 struct openprom_intr *sc_intr; /* interrupt info */
|
| D | sbusvar.h | 61 struct openprom_intr *sa_intr; /* Sbus interrupts for device */
|
| /netbsd/src/sys/arch/sparc/include/ |
| D | bsd_openprom.h | 202 struct openprom_intr { struct
|