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

  /onnv/onnv-gate/usr/src/uts/i86pc/sys/
smp_impldefs.h 112 extern struct av_head autovect[]; /* array of auto intr vectors */
  /onnv/onnv-gate/usr/src/uts/common/io/
avintr.c 86 struct av_head autovect[MAX_VECT]; variable in typeref:struct:av_head
238 vecp = &autovect[vectindex];
464 vecp = &autovect[vectindex];
656 while ((av = autovect[vec].avh_link) != NULL) {
  /onnv/onnv-gate/usr/src/uts/i86pc/io/pcplusmp/
apic_introp.c 43 extern struct av_head autovect[];
875 for (i = 0, av_dev = autovect[irqno].avh_link;
899 * Note that the autovect table may have some special
903 for (i = 0, av_dev = autovect[irqno].avh_link;
  /onnv/onnv-gate/usr/src/uts/i86xpv/io/psm/
xpv_uppc.c 769 newipl = autovect[intno].avh_hi_pri;
xpv_psm.c 539 newipl = autovect[intno].avh_hi_pri;
    [all...]
  /onnv/onnv-gate/usr/src/uts/i86pc/io/psm/
uppc.c 953 newipl = autovect[intno].avh_hi_pri;
  /onnv/onnv-gate/usr/src/uts/i86pc/os/
trap.c     [all...]

Completed in 420 milliseconds