Searched refs:ddi_softint_hdl_impl_t (Results 1 – 9 of 9) sorted by relevance
/titanic_41/usr/src/uts/common/io/ |
H A D | avintr.c | 93 ddi_softint_hdl_impl_t softlevel_hdl[DDI_IPL_10] = { 105 ddi_softint_hdl_impl_t softlevel1_hdl = 308 ddi_softint_hdl_impl_t *hdlp = (ddi_softint_hdl_impl_t *)intr_id; in add_avsoftintr() 427 ddi_softint_hdl_impl_t *hdlp = (ddi_softint_hdl_impl_t *)intr_id; in av_rem_softintr() 456 ddi_softint_hdl_impl_t *hdlp = (ddi_softint_hdl_impl_t *)intr_id; in av_softint_movepri() 738 ddi_softint_hdl_impl_t *hdlp; in av_dispatch_softvect() 756 hdlp = (ddi_softint_hdl_impl_t *)av->av_intr_id; in av_dispatch_softvect()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | ddi_intr_impl.h | 182 } ddi_softint_hdl_impl_t; typedef 312 int i_ddi_add_softint(ddi_softint_hdl_impl_t *); 313 void i_ddi_remove_softint(ddi_softint_hdl_impl_t *); 314 int i_ddi_trigger_softint(ddi_softint_hdl_impl_t *, void *); 315 int i_ddi_set_softint_pri(ddi_softint_hdl_impl_t *, uint_t);
|
H A D | avintr.h | 91 extern ddi_softint_hdl_impl_t softlevel_hdl[]; 92 extern ddi_softint_hdl_impl_t softlevel1_hdl;
|
/titanic_41/usr/src/uts/common/os/ |
H A D | ddi_intr.c | 1041 ddi_softint_hdl_impl_t *hdlp; in ddi_intr_add_softint() 1062 hdlp = (ddi_softint_hdl_impl_t *)kmem_zalloc( in ddi_intr_add_softint() 1063 sizeof (ddi_softint_hdl_impl_t), KM_SLEEP); in ddi_intr_add_softint() 1079 kmem_free(hdlp, sizeof (ddi_softint_hdl_impl_t)); in ddi_intr_add_softint() 1094 ddi_softint_hdl_impl_t *hdlp = (ddi_softint_hdl_impl_t *)h; in ddi_intr_remove_softint() 1108 kmem_free(hdlp, sizeof (ddi_softint_hdl_impl_t)); in ddi_intr_remove_softint() 1118 ddi_softint_hdl_impl_t *hdlp = (ddi_softint_hdl_impl_t *)h; in ddi_intr_trigger_softint() 1141 ddi_softint_hdl_impl_t *hdlp = (ddi_softint_hdl_impl_t *)h; in ddi_intr_get_softint_pri() 1161 ddi_softint_hdl_impl_t *hdlp = (ddi_softint_hdl_impl_t *)h; in ddi_intr_set_softint_pri()
|
/titanic_41/usr/src/uts/i86pc/io/ |
H A D | cbe.c | 58 static ddi_softint_hdl_impl_t cbe_low_hdl = 60 static ddi_softint_hdl_impl_t cbe_clock_hdl =
|
/titanic_41/usr/src/cmd/mdb/i86pc/modules/common/ |
H A D | intr_common.c | 92 ddi_softint_hdl_impl_t hdlp; in soft_interrupt_dump() 117 (mdb_vread(&hdlp, sizeof (ddi_softint_hdl_impl_t), in soft_interrupt_dump()
|
/titanic_41/usr/src/uts/sun4/os/ |
H A D | ddi_impl.c | 909 i_ddi_add_softint(ddi_softint_hdl_impl_t *hdlp) in i_ddi_add_softint() 922 i_ddi_remove_softint(ddi_softint_hdl_impl_t *hdlp) in i_ddi_remove_softint() 934 i_ddi_trigger_softint(ddi_softint_hdl_impl_t *hdlp, void *arg2) in i_ddi_trigger_softint() 952 i_ddi_set_softint_pri(ddi_softint_hdl_impl_t *hdlp, uint_t old_pri) in i_ddi_set_softint_pri()
|
/titanic_41/usr/src/uts/i86pc/os/ |
H A D | ddi_impl.c | 879 i_ddi_add_softint(ddi_softint_hdl_impl_t *hdlp) in i_ddi_add_softint() 891 i_ddi_remove_softint(ddi_softint_hdl_impl_t *hdlp) in i_ddi_remove_softint() 901 i_ddi_trigger_softint(ddi_softint_hdl_impl_t *hdlp, void *arg2) in i_ddi_trigger_softint() 920 i_ddi_set_softint_pri(ddi_softint_hdl_impl_t *hdlp, uint_t old_pri) in i_ddi_set_softint_pri()
|
H A D | machdep.c | 1398 static ddi_softint_hdl_impl_t lbolt_softint_hdl =
|