Searched defs:handler (Results 1 - 16 of 16) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/iokit/Drivers/platform/drvAppleNMI/
H A DAppleNMI.cpp76 IOInterruptAction handler = OSMemberFunctionCast(IOInterruptAction, local
/macosx-10.5.8/xnu-1228.15.4/iokit/Examples/drvGenericInterruptController/
H A DGenericInterruptController.cpp51 IOInterruptAction handler; local
/macosx-10.5.8/xnu-1228.15.4/pexpert/i386/
H A Dpe_interrupt.c43 IOInterruptHandler handler; member in struct:i386_interrupt_handler
107 PE_install_interrupt_handler(void *nub, __unused int source, void *target, IOInterruptHandler handler, void *refCon) argument
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dmach_fat.c203 int handler = (exec_archhandler_ppc.path[0] != 0); local
H A Dkern_sysctl.c533 char handler[sizeof(exec_archhandler_ppc.path)]; local
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIOInterruptController.h55 IOInterruptHandler handler; member in struct:IOInterruptVector
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOInterruptController.cpp63 registerInterrupt(IOService *nub, int source, void *target, IOInterruptHandler handler, void *refCon) argument
490 registerInterrupt(IOService *nub, int source, void *target, IOInterruptHandler handler, void *refCon) argument
[all...]
H A DIOServicePrivate.h87 IOServiceNotificationHandler handler; member in class:_IOServiceNotifier
110 IOServiceInterestHandler handler; member in class:_IOServiceInterestNotifier
H A DIOCPU.cpp654 IOInterruptHandler handler = OSMemberFunctionCast( local
664 registerInterrupt(IOService *nub, int source, void *target, IOInterruptHandler handler, void *refCon) argument
H A DIOPMrootDomain.cpp194 IONotifier * registerSleepWakeInterest(IOServiceInterestHandler handler, void * self, void * ref) argument
199 IONotifier * registerPrioritySleepWakeInterest(IOServiceInterestHandler handler, void * self, void * ref) argument
H A DIOService.cpp1447 registerInterest( const OSSymbol * typeOfInterest, IOServiceInterestHandler handler, void * target, void * ref ) argument
3329 setNotification( const OSSymbol * type, OSDictionary * matching, IOServiceNotificationHandler handler, void * target, void * ref, SInt32 priority ) argument
3374 doInstallNotification( const OSSymbol * type, OSDictionary * matching, IOServiceNotificationHandler handler, void * target, void * ref, SInt32 priority, OSIterator ** existing ) argument
3415 installNotification( const OSSymbol * type, OSDictionary * matching, IOServiceNotificationHandler handler, void * target, void * ref, SInt32 priority, OSIterator ** existing ) argument
3433 addNotification( const OSSymbol * type, OSDictionary * matching, IOServiceNotificationHandler handler, void * target, void * ref, SInt32 priority ) argument
4718 registerInterrupt(int source, OSObject *target, IOInterruptAction handler, void *refCon) argument
[all...]
H A DIOUserClient.cpp595 bool IOServiceUserNotification::handler( void * ref, function in class:IOServiceUserNotification
731 IOReturn IOServiceMessageUserNotification::handler( void * ref, function in class:IOServiceMessageUserNotification
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dmachine_routines.c275 ml_install_interrupt_handler( void *nub, int source, void *target, IOInterruptHandler handler, void *refCon) argument
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dmachine_routines.c228 ml_install_interrupt_handler( void *nub, int source, void *target, IOInterruptHandler handler, void *refCon) argument
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dthread.h338 void (*handler)( member in struct:thread::ReturnHandler
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/dtrace/
H A Ddtrace_glue.c347 timer_call_add_cyclic(wrap_timer_call_t *wrapTC, cyc_handler_t *handler, cyc_time_t *when) argument
391 cyclic_timer_add(cyc_handler_t *handler, cyc_time_t *when) argument
503 cyclic_add(cyc_handler_t *handler, cyc_time_t *when) argument

Completed in 269 milliseconds