Home
last modified time | relevance | path

Searched refs:ih_pending (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Davintr.c331 if (hdlp->ih_pending == NULL) { in add_avsoftintr()
332 hdlp->ih_pending = in add_avsoftintr()
428 av_softinfo_t *infop = (av_softinfo_t *)hdlp->ih_pending; in av_rem_softintr()
446 hdlp->ih_pending = NULL; in av_rem_softintr()
623 (*kdisetsoftint)(1, softlevel1_hdl.ih_pending); in kdi_siron()
633 (*setsoftint)(1, softlevel1_hdl.ih_pending); in siron()
643 (*setsoftint)(level, softlevel_hdl[level-1].ih_pending); in sir_on()
765 if (av_check_softint_pending(hdlp->ih_pending, B_FALSE)) { in av_dispatch_softvect()
766 av_clear_softint_pending(hdlp->ih_pending); in av_dispatch_softvect()
/illumos-gate/usr/src/uts/i86pc/io/
H A Dcbe.c126 (*setsoftint)(CBE_LOW_PIL, cbe_low_hdl.ih_pending); in cbe_softint()
129 (*setsoftint)(CBE_LOCK_PIL, cbe_clock_hdl.ih_pending); in cbe_softint()
/illumos-gate/usr/src/uts/common/sys/
H A Dddi_intr_impl.h166 struct av_softinfo *ih_pending; /* whether softint is pending */ member
/illumos-gate/usr/src/cmd/mdb/i86pc/modules/common/
H A Dintr_common.c121 (uintptr_t)hdlp.ih_pending) == -1)) in soft_interrupt_dump()
/illumos-gate/usr/src/uts/i86pc/os/
H A Dddi_impl.c891 if (av_check_softint_pending(hdlp->ih_pending, B_FALSE)) in i_ddi_trigger_softint()
896 (*setsoftint)(hdlp->ih_pri, hdlp->ih_pending); in i_ddi_trigger_softint()
915 if (av_check_softint_pending(hdlp->ih_pending, B_TRUE)) in i_ddi_set_softint_pri()
H A Dmachdep.c1420 (*setsoftint)(CBE_LOCK_PIL, lbolt_softint_hdl.ih_pending); in lbolt_softint_post()