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

/illumos-gate/usr/src/uts/common/io/
H A Davintr.c233 int s, vectindex; /* save old spl value */ local
247 vectindex = vect % MAX_VECT;
249 vecp = &autovect[vectindex];
490 int s, vectindex; /* save old spl value */ local
500 vectindex = vect % MAX_VECT;
501 vecp = &autovect[vectindex];

Completed in 57 milliseconds