Lines Matching refs:vector
136 IOInterruptVector *vector; in handleInterrupt() local
148 vector = &vectors[vectorNumber]; in handleInterrupt()
153 vector->interruptActive = 1; in handleInterrupt()
158 if (!vector->interruptDisabledSoft) { in handleInterrupt()
163 if (vector->interruptRegistered) { in handleInterrupt()
164 vector->handler(vector->target, vector->refCon, in handleInterrupt()
165 vector->nub, vector->source); in handleInterrupt()
169 vector->interruptDisabledHard = 1; in handleInterrupt()
170 disableVectorHard(vectorNumber, vector); in handleInterrupt()
174 vector->interruptActive = 0; in handleInterrupt()
182 IOInterruptVector *vector) in vectorCanBeShared() argument
190 IOInterruptVector *vector) in initVector() argument
199 IOInterruptVector *vector) in disableVectorHard() argument
207 IOInterruptVector *vector) in enableVector() argument
215 IOInterruptVector *vector) in causeVector() argument