Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/sys/
H A Dsysiosbus.h313 struct sbus_wrapper_arg *intr_list[MAX_INO_TABLE_SIZE];
357 struct sbus_wrapper_arg { struct
/illumos-gate/usr/src/uts/sun4u/io/
H A Dsysiosbus.c1568 struct sbus_wrapper_arg *intr_info; in sbus_intr_wrapper()
1572 intr_info = (struct sbus_wrapper_arg *)arg; in sbus_intr_wrapper()
1649 struct sbus_wrapper_arg *sbus_arg; in sbus_add_intr_impl()
1739 sbus_arg = kmem_zalloc(sizeof (struct sbus_wrapper_arg), in sbus_add_intr_impl()
1838 struct sbus_wrapper_arg *sbus_arg) in sbus_free_handler()
1881 struct sbus_wrapper_arg *sbus_arg; in sbus_remove_intr_impl()
1963 kmem_free(sbus_arg, sizeof (struct sbus_wrapper_arg)); in sbus_remove_intr_impl()
2534 struct sbus_wrapper_arg *sbus_arg; in sbus_update_intr_state()