Symbol: ddi_softint_hdl_impl_t
usr/src/cmd/mdb/i86pc/modules/common/intr_common.c
118
(mdb_vread(&hdlp, sizeof (ddi_softint_hdl_impl_t),
usr/src/cmd/mdb/i86pc/modules/common/intr_common.c
93
ddi_softint_hdl_impl_t hdlp;
usr/src/uts/common/io/avintr.c
105
ddi_softint_hdl_impl_t softlevel1_hdl =
usr/src/uts/common/io/avintr.c
308
ddi_softint_hdl_impl_t *hdlp = (ddi_softint_hdl_impl_t *)intr_id;
usr/src/uts/common/io/avintr.c
427
ddi_softint_hdl_impl_t *hdlp = (ddi_softint_hdl_impl_t *)intr_id;
usr/src/uts/common/io/avintr.c
456
ddi_softint_hdl_impl_t *hdlp = (ddi_softint_hdl_impl_t *)intr_id;
usr/src/uts/common/io/avintr.c
738
ddi_softint_hdl_impl_t *hdlp;
usr/src/uts/common/io/avintr.c
756
hdlp = (ddi_softint_hdl_impl_t *)av->av_intr_id;
usr/src/uts/common/io/avintr.c
93
ddi_softint_hdl_impl_t softlevel_hdl[DDI_IPL_10] = {
usr/src/uts/common/os/ddi_intr.c
1041
ddi_softint_hdl_impl_t *hdlp;
usr/src/uts/common/os/ddi_intr.c
1062
hdlp = (ddi_softint_hdl_impl_t *)kmem_zalloc(
usr/src/uts/common/os/ddi_intr.c
1063
sizeof (ddi_softint_hdl_impl_t), KM_SLEEP);
usr/src/uts/common/os/ddi_intr.c
1079
kmem_free(hdlp, sizeof (ddi_softint_hdl_impl_t));
usr/src/uts/common/os/ddi_intr.c
1094
ddi_softint_hdl_impl_t *hdlp = (ddi_softint_hdl_impl_t *)h;
usr/src/uts/common/os/ddi_intr.c
1108
kmem_free(hdlp, sizeof (ddi_softint_hdl_impl_t));
usr/src/uts/common/os/ddi_intr.c
1118
ddi_softint_hdl_impl_t *hdlp = (ddi_softint_hdl_impl_t *)h;
usr/src/uts/common/os/ddi_intr.c
1141
ddi_softint_hdl_impl_t *hdlp = (ddi_softint_hdl_impl_t *)h;
usr/src/uts/common/os/ddi_intr.c
1161
ddi_softint_hdl_impl_t *hdlp = (ddi_softint_hdl_impl_t *)h;
usr/src/uts/common/sys/avintr.h
91
extern ddi_softint_hdl_impl_t softlevel_hdl[];
usr/src/uts/common/sys/avintr.h
92
extern ddi_softint_hdl_impl_t softlevel1_hdl;
usr/src/uts/common/sys/ddi_intr_impl.h
312
int i_ddi_add_softint(ddi_softint_hdl_impl_t *);
usr/src/uts/common/sys/ddi_intr_impl.h
313
void i_ddi_remove_softint(ddi_softint_hdl_impl_t *);
usr/src/uts/common/sys/ddi_intr_impl.h
314
int i_ddi_trigger_softint(ddi_softint_hdl_impl_t *, void *);
usr/src/uts/common/sys/ddi_intr_impl.h
315
int i_ddi_set_softint_pri(ddi_softint_hdl_impl_t *, uint_t);
usr/src/uts/i86pc/io/cbe.c
58
static ddi_softint_hdl_impl_t cbe_low_hdl =
usr/src/uts/i86pc/io/cbe.c
60
static ddi_softint_hdl_impl_t cbe_clock_hdl =
usr/src/uts/i86pc/os/ddi_impl.c
867
i_ddi_add_softint(ddi_softint_hdl_impl_t *hdlp)
usr/src/uts/i86pc/os/ddi_impl.c
879
i_ddi_remove_softint(ddi_softint_hdl_impl_t *hdlp)
usr/src/uts/i86pc/os/ddi_impl.c
889
i_ddi_trigger_softint(ddi_softint_hdl_impl_t *hdlp, void *arg2)
usr/src/uts/i86pc/os/ddi_impl.c
908
i_ddi_set_softint_pri(ddi_softint_hdl_impl_t *hdlp, uint_t old_pri)
usr/src/uts/i86pc/os/machdep.c
1423
static ddi_softint_hdl_impl_t lbolt_softint_hdl =
usr/src/uts/sun4/os/ddi_impl.c
910
i_ddi_add_softint(ddi_softint_hdl_impl_t *hdlp)
usr/src/uts/sun4/os/ddi_impl.c
923
i_ddi_remove_softint(ddi_softint_hdl_impl_t *hdlp)
usr/src/uts/sun4/os/ddi_impl.c
935
i_ddi_trigger_softint(ddi_softint_hdl_impl_t *hdlp, void *arg2)
usr/src/uts/sun4/os/ddi_impl.c
953
i_ddi_set_softint_pri(ddi_softint_hdl_impl_t *hdlp, uint_t old_pri)