Home
last modified time | relevance | path

Searched refs:sbus_intr_handler (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/sys/
H A Dsysiosbus.h346 struct sbus_intr_handler { struct
353 struct sbus_intr_handler *next; argument
361 struct sbus_intr_handler *handler_list;
/illumos-gate/usr/src/uts/sun4u/io/
H A Dsysiosbus.c1569 struct sbus_intr_handler *intr_handler; in sbus_intr_wrapper()
1650 struct sbus_intr_handler *intr_handler; in sbus_add_intr_impl()
1696 intr_handler = kmem_zalloc(sizeof (struct sbus_intr_handler), KM_SLEEP); in sbus_add_intr_impl()
1840 struct sbus_intr_handler *listp, *prevp; in sbus_free_handler()
1856 sizeof (struct sbus_intr_handler)); in sbus_free_handler()
2535 struct sbus_intr_handler *intr_handler; in sbus_update_intr_state()