HomeSort by relevance Sort by last modified time
    Searched refs:av_softinfo_t (Results 1 - 2 of 2) sorted by null

  /onnv/onnv-gate/usr/src/uts/common/io/
avintr.c 53 } av_softinfo_t; typedef in typeref:struct:av_softinfo
114 av_clear_softint_pending(av_softinfo_t *infop)
120 av_check_softint_pending(av_softinfo_t *infop, boolean_t check_all)
133 av_set_softint_pending(int pri, av_softinfo_t *infop)
144 kdi_av_set_softint_pending(int pri, av_softinfo_t *infop)
322 kmem_zalloc(sizeof (av_softinfo_t), KM_SLEEP);
403 av_softinfo_t *infop = (av_softinfo_t *)hdlp->ih_pending;
420 kmem_free(infop, sizeof (av_softinfo_t));
  /onnv/onnv-gate/usr/src/cmd/mdb/i86pc/modules/common/
intr_common.c 85 } av_softinfo_t; typedef in typeref:struct:av_softinfo
93 av_softinfo_t avsoftinfo;
122 (mdb_vread(&avsoftinfo, sizeof (av_softinfo_t),

Completed in 60 milliseconds