Searched refs:getInterruptHandlerAddress (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/iokit/Examples/drvGenericInterruptController/
H A DGenericInterruptController.h57 virtual IOInterruptAction getInterruptHandlerAddress(void);
H A DGenericInterruptController.cpp88 handler = getInterruptHandlerAddress();
116 IOInterruptAction GenericInterruptController::getInterruptHandlerAddress(void) function in class:GenericInterruptController
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIOInterruptController.h88 virtual IOInterruptAction getInterruptHandlerAddress(void);
140 virtual IOInterruptAction getInterruptHandlerAddress(void);
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOInterruptController.cpp175 vector->handler = (IOInterruptHandler)vector->sharedController->getInterruptHandlerAddress();
365 IOInterruptAction IOInterruptController::getInterruptHandlerAddress(void) function in class:IOInterruptController
684 IOInterruptAction IOSharedInterruptController::getInterruptHandlerAddress(void) function in class:IOSharedInterruptController

Completed in 183 milliseconds