Lines Matching refs:vectorData
66 OSData *vectorData; in registerInterrupt() local
75 vectorData = interruptSources[source].vectorData; in registerInterrupt()
76 vectorNumber = *(IOInterruptVectorNumber *)vectorData->getBytesNoCopy(); in registerInterrupt()
127 error = vector->sharedController->initInterruptController(this, vectorData); in registerInterrupt()
235 OSData *vectorData; in unregisterInterrupt() local
238 vectorData = interruptSources[source].vectorData; in unregisterInterrupt()
239 vectorNumber = *(IOInterruptVectorNumber *)vectorData->getBytesNoCopy(); in unregisterInterrupt()
279 OSData *vectorData; in getInterruptType() local
286 vectorData = interruptSources[source].vectorData; in getInterruptType()
287 vectorNumber = *(IOInterruptVectorNumber *)vectorData->getBytesNoCopy(); in getInterruptType()
301 OSData *vectorData; in enableInterrupt() local
304 vectorData = interruptSources[source].vectorData; in enableInterrupt()
305 vectorNumber = *(IOInterruptVectorNumber *)vectorData->getBytesNoCopy(); in enableInterrupt()
342 OSData *vectorData; in disableInterrupt() local
345 vectorData = interruptSources[source].vectorData; in disableInterrupt()
346 vectorNumber = *(IOInterruptVectorNumber *)vectorData->getBytesNoCopy(); in disableInterrupt()
368 OSData *vectorData; in causeInterrupt() local
371 vectorData = interruptSources[source].vectorData; in causeInterrupt()
372 vectorNumber = *(IOInterruptVectorNumber *)vectorData->getBytesNoCopy(); in causeInterrupt()
548 _interruptSources[0].vectorData = parentSource; in initInterruptController()
603 OSData *vectorData; in registerInterrupt() local
637 vectorData = OSData::withValue(vectorNumber); in registerInterrupt()
638 if (vectorData == NULL) { in registerInterrupt()
645 interruptSources[source].vectorData = vectorData; in registerInterrupt()
695 OSSafeReleaseNULL(interruptSources[source].vectorData); in unregisterInterrupt()
740 OSData *vectorData; in enableInterrupt() local
744 vectorData = interruptSources[source].vectorData; in enableInterrupt()
745 vectorNumber = *(IOInterruptVectorNumber *)vectorData->getBytesNoCopy(); in enableInterrupt()
773 OSData *vectorData; in disableInterrupt() local
777 vectorData = interruptSources[source].vectorData; in disableInterrupt()
778 vectorNumber = *(IOInterruptVectorNumber *)vectorData->getBytesNoCopy(); in disableInterrupt()