Searched refs:registerInterrupt (Results 1 - 9 of 9) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIOInterruptController.h75 virtual IOReturn registerInterrupt(IOService *nub, int source,
128 virtual IOReturn registerInterrupt(IOService *nub, int source,
H A DIOCPU.h136 virtual IOReturn registerInterrupt(IOService *nub, int source,
H A DIOService.h983 /*! @function registerInterrupt
992 virtual IOReturn registerInterrupt(int source, OSObject *target,
998 @discussion This method removes a C function interrupt handler previously installed with @link registerInterrupt registerInterrupt@/link.
/macosx-10.5.8/xnu-1228.15.4/iokit/Drivers/platform/drvAppleNMI/
H A DAppleNMI.cpp78 provider->registerInterrupt(0, this, handler, 0);
/macosx-10.5.8/xnu-1228.15.4/iokit/Examples/drvGenericInterruptController/
H A DGenericInterruptController.cpp89 provider->registerInterrupt(0, this, handler, 0);
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOInterruptController.cpp63 IOReturn IOInterruptController::registerInterrupt(IOService *nub, int source, function in class:IOInterruptController
147 error = vector->sharedController->registerInterrupt(originalNub,
198 error = vector->sharedController->registerInterrupt(nub, source, target,
490 IOReturn IOSharedInterruptController::registerInterrupt(IOService *nub, function in class:IOSharedInterruptController
H A DIOInterruptEventSource.cpp113 res = (kIOReturnSuccess == inProvider->registerInterrupt
H A DIOCPU.cpp664 IOReturn IOCPUInterruptController::registerInterrupt(IOService *nub, function in class:IOCPUInterruptController
H A DIOService.cpp4718 IOReturn IOService::registerInterrupt(int source, OSObject *target, function in class:IOService
4729 return interruptController->registerInterrupt(this, source, target,

Completed in 98 milliseconds