Searched defs:av_softinfo_t (Results 1 - 2 of 2) sorted by relevance

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

Completed in 46 milliseconds