Searched refs:IOInterruptHandler (Results 1 - 14 of 14) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIOInterrupts.h55 typedef void (*IOInterruptHandler)(void *target, void *refCon, typedef
H A DIOInterruptController.h55 IOInterruptHandler handler;
77 IOInterruptHandler handler,
130 IOInterruptHandler handler,
H A DIOCPU.h138 IOInterruptHandler handler,
/macosx-10.5.8/xnu-1228.15.4/pexpert/i386/
H A Dpe_interrupt.c43 IOInterruptHandler handler;
88 void *, vector->target, IOInterruptHandler, vector->handler,
98 void *, vector->target, IOInterruptHandler, vector->handler,
110 IOInterruptHandler handler,
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dinterrupt.c146 void *, proc_info->interrupt_target, IOInterruptHandler, proc_info->interrupt_handler,
158 void *, proc_info->interrupt_target, IOInterruptHandler, proc_info->interrupt_handler,
H A Dmachine_routines.h89 IOInterruptHandler handler,
H A Dexception.h320 IOInterruptHandler interrupt_handler;
H A Dmachine_routines.c232 IOInterruptHandler handler,
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dmachine_routines.h115 IOInterruptHandler handler,
H A Dmachine_routines.c279 IOInterruptHandler handler,
287 (IOInterruptHandler) handler, refCon);
/macosx-10.5.8/xnu-1228.15.4/pexpert/pexpert/
H A Dpexpert.h126 void *target, IOInterruptHandler handler, void *refCon);
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOCPU.cpp654 IOInterruptHandler handler = OSMemberFunctionCast(
655 IOInterruptHandler, this, &IOCPUInterruptController::handleInterrupt);
667 IOInterruptHandler handler,
H A DIOInterruptController.cpp65 IOInterruptHandler handler,
175 vector->handler = (IOInterruptHandler)vector->sharedController->getInterruptHandlerAddress();
493 IOInterruptHandler handler,
H A DIOService.cpp4730 (IOInterruptHandler)handler,

Completed in 119 milliseconds