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

/darwin-on-arm/xnu/iokit/Drivers/KernelBuiltIn/ARM/AppleARMPlatform/
H A DAppleARMNMI.cpp72 IOInterruptAction handler = OSMemberFunctionCast(IOInterruptAction, local
/darwin-on-arm/xnu/pexpert/i386/
H A Dpe_interrupt.c40 IOInterruptHandler handler; member in struct:i386_interrupt_handler
74 PE_install_interrupt_handler(void *nub, __unused int source, void *target, IOInterruptHandler handler, void *refCon) argument
/darwin-on-arm/xnu/iokit/Drivers/platform/drvAppleNMI/
H A DAppleNMI.cpp76 IOInterruptAction handler = OSMemberFunctionCast(IOInterruptAction, local
/darwin-on-arm/xnu/iokit/Examples/drvGenericInterruptController/
H A DGenericInterruptController.cpp51 IOInterruptAction handler; local
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOInterruptController.h55 IOInterruptHandler handler; member in struct:IOInterruptVector
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOInterruptController.cpp54 registerInterrupt(IOService *nub, int source, void *target, IOInterruptHandler handler, void *refCon) argument
472 registerInterrupt(IOService *nub, int source, void *target, IOInterruptHandler handler, void *refCon) argument
[all...]
H A DIOServicePrivate.h92 IOServiceMatchingNotificationHandler handler; member in class:_IOServiceNotifier
116 IOServiceInterestHandler handler; member in class:_IOServiceInterestNotifier
H A DIOCPU.cpp686 IOInterruptHandler handler = OSMemberFunctionCast( local
696 registerInterrupt(IOService *nub, int source, void *target, IOInterruptHandler handler, void *refCon) argument
H A DIOUserClient.cpp648 bool IOServiceUserNotification::handler( void * ref, function in class:IOServiceUserNotification
790 IOReturn IOServiceMessageUserNotification::handler( void * ref, function in class:IOServiceMessageUserNotification
H A DIOService.cpp3745 IOServiceNotificationHandler handler; member in struct:_IOServiceMatchingNotificationHandlerRef
1500 registerInterest( const OSSymbol * typeOfInterest, IOServiceInterestHandler handler, void * target, void * ref ) argument
3757 setNotification( const OSSymbol * type, OSDictionary * matching, IOServiceMatchingNotificationHandler handler, void * target, void * ref, SInt32 priority ) argument
3809 doInstallNotification( const OSSymbol * type, OSDictionary * matching, IOServiceMatchingNotificationHandler handler, void * target, void * ref, SInt32 priority, OSIterator ** existing ) argument
3850 installNotification(const OSSymbol * type, OSDictionary * matching, IOServiceNotificationHandler handler, void * target, void * refCon, SInt32 priority, OSIterator ** existing ) argument
3871 installNotification( const OSSymbol * type, OSDictionary * matching, IOServiceMatchingNotificationHandler handler, void * target, void * ref, SInt32 priority, OSIterator ** existing ) argument
3889 addNotification( const OSSymbol * type, OSDictionary * matching, IOServiceNotificationHandler handler, void * target, void * refCon, SInt32 priority ) argument
3910 addMatchingNotification( const OSSymbol * type, OSDictionary * matching, IOServiceMatchingNotificationHandler handler, void * target, void * ref, SInt32 priority ) argument
5425 registerInterrupt(int source, OSObject *target, IOInterruptAction handler, void *refCon) argument
[all...]
H A DIOPMrootDomain.cpp578 IONotifier * registerSleepWakeInterest(IOServiceInterestHandler handler, void * self, void * ref) argument
583 IONotifier * registerPrioritySleepWakeInterest(IOServiceInterestHandler handler, void * self, void * ref) argument
5025 registerInterest( const OSSymbol * typeOfInterest, IOServiceInterestHandler handler, void * target, void * ref ) argument
[all...]
/darwin-on-arm/xnu/tools/tests/libMicro/apple/
H A Dlmbench_lat_sig_catch.c81 void handler(int s) { } function
H A Dlmbench_lat_sig_install.c81 void handler(int s) { } function
H A Dlmbench_lat_sig_prot.c91 void handler(int s) { } function
H A Dlmbench_lat_sig_send.c81 void handler(int s) { } function
/darwin-on-arm/xnu/osfmk/arm/
H A Dcpu_data.h131 IOInterruptHandler handler; /* for IOKit */ member in struct:cpu_data
H A Dmachine_routines.c279 ml_install_interrupt_handler(void *nub, int source, void *target, IOInterruptHandler handler, void *refCon) argument
/darwin-on-arm/xnu/osfmk/i386/
H A Dmachine_routines.c284 ml_install_interrupt_handler( void *nub, int source, void *target, IOInterruptHandler handler, void *refCon) argument
/darwin-on-arm/xnu/osfmk/kern/
H A Dthread.h373 void (*handler)( member in struct:thread::ReturnHandler
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Ddtrace_glue.c351 timer_call_add_cyclic(wrap_timer_call_t *wrapTC, cyc_handler_t *handler, cyc_time_t *when) argument
395 cyclic_timer_add(cyc_handler_t *handler, cyc_time_t *when) argument
507 cyclic_add(cyc_handler_t *handler, cyc_time_t *when) argument
/darwin-on-arm/xnu/bsd/net/
H A Dpfvar.h964 pf_app_handler handler; member in struct:pf_app_state

Completed in 236 milliseconds