Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Davintr.c52 } av_softinfo_t; typedef
113 av_clear_softint_pending(av_softinfo_t *infop) in av_clear_softint_pending()
119 av_check_softint_pending(av_softinfo_t *infop, boolean_t check_all) in av_check_softint_pending()
132 av_set_softint_pending(int pri, av_softinfo_t *infop) in av_set_softint_pending()
143 kdi_av_set_softint_pending(int pri, av_softinfo_t *infop) in kdi_av_set_softint_pending()
333 kmem_zalloc(sizeof (av_softinfo_t), KM_SLEEP); in add_avsoftintr()
428 av_softinfo_t *infop = (av_softinfo_t *)hdlp->ih_pending; in av_rem_softintr()
445 kmem_free(infop, sizeof (av_softinfo_t)); in av_rem_softintr()
/illumos-gate/usr/src/cmd/mdb/i86pc/modules/common/
H A Dintr_common.c83 } av_softinfo_t; typedef
91 av_softinfo_t avsoftinfo; in soft_interrupt_dump()
120 (mdb_vread(&avsoftinfo, sizeof (av_softinfo_t), in soft_interrupt_dump()