Home
last modified time | relevance | path

Searched refs:ddi_softint_hdl_impl_t (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Davintr.c93 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()
/illumos-gate/usr/src/uts/common/sys/
H A Dddi_intr_impl.h182 } 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 Davintr.h91 extern ddi_softint_hdl_impl_t softlevel_hdl[];
92 extern ddi_softint_hdl_impl_t softlevel1_hdl;
/illumos-gate/usr/src/uts/common/os/
H A Dddi_intr.c1041 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()
/illumos-gate/usr/src/uts/i86pc/io/
H A Dcbe.c58 static ddi_softint_hdl_impl_t cbe_low_hdl =
60 static ddi_softint_hdl_impl_t cbe_clock_hdl =
/illumos-gate/usr/src/cmd/mdb/i86pc/modules/common/
H A Dintr_common.c93 ddi_softint_hdl_impl_t hdlp; in soft_interrupt_dump()
118 (mdb_vread(&hdlp, sizeof (ddi_softint_hdl_impl_t), in soft_interrupt_dump()
/illumos-gate/usr/src/uts/sun4/os/
H A Dddi_impl.c910 i_ddi_add_softint(ddi_softint_hdl_impl_t *hdlp) in i_ddi_add_softint()
923 i_ddi_remove_softint(ddi_softint_hdl_impl_t *hdlp) in i_ddi_remove_softint()
935 i_ddi_trigger_softint(ddi_softint_hdl_impl_t *hdlp, void *arg2) in i_ddi_trigger_softint()
953 i_ddi_set_softint_pri(ddi_softint_hdl_impl_t *hdlp, uint_t old_pri) in i_ddi_set_softint_pri()
/illumos-gate/usr/src/uts/i86pc/os/
H A Dddi_impl.c867 i_ddi_add_softint(ddi_softint_hdl_impl_t *hdlp) in i_ddi_add_softint()
879 i_ddi_remove_softint(ddi_softint_hdl_impl_t *hdlp) in i_ddi_remove_softint()
889 i_ddi_trigger_softint(ddi_softint_hdl_impl_t *hdlp, void *arg2) in i_ddi_trigger_softint()
908 i_ddi_set_softint_pri(ddi_softint_hdl_impl_t *hdlp, uint_t old_pri) in i_ddi_set_softint_pri()
H A Dmachdep.c1407 static ddi_softint_hdl_impl_t lbolt_softint_hdl =