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

/illumos-gate/usr/src/uts/common/io/
H A Davintr.c84 struct autovec *nmivect = NULL; variable in typeref:struct:autovec
178 if (!nmivect) {
179 nmivect = mem;
184 for (p = nmivect; p != NULL; p = p->av_link) {
197 if (p == nmivect) { /* it's at head of list */
199 nmivect = mem;
784 for (av = nmivect; av; av = av->av_link)

Completed in 45 milliseconds