| /xnu-11215/pexpert/i386/ |
| H A D | pe_interrupt.c | 43 void *refCon; member 62 void *, vector->refCon); in PE_incoming_interrupt() 70 void *, vector->refCon); in PE_incoming_interrupt() 79 void *refCon) in PE_install_interrupt_handler() argument 89 vector->refCon = refCon; in PE_install_interrupt_handler()
|
| /xnu-11215/iokit/IOKit/ |
| H A D | IODMACommand.h | 227 void *refCon = NULL); 257 void *refCon = NULL) __attribute__((always_inline)); 264 void * refCon); 273 static OSPtr<IODMACommand> withRefCon(void * refCon); 281 virtual OSPtr<IODMACommand> cloneCommand(void *refCon = NULL); 302 void *refCon = NULL); 520 bool initWithRefCon(void * refCon = NULL); 527 void * refCon); 622 void *refCon) in weakWithSpecification() argument 638 maxTransferSize, alignment, mapper, refCon); in weakWithSpecification()
|
| H A D | IOInterruptController.h | 56 void * refCon; member 83 void *refCon); 94 virtual IOReturn handleInterrupt(void *refCon, IOService *nub, 150 void *refCon) APPLE_KEXT_OVERRIDE; 160 virtual IOReturn handleInterrupt(void *refCon, IOService *nub, int source) APPLE_KEXT_OVERRIDE;
|
| H A D | PassthruInterruptController.h | 59 void *refCon) APPLE_KEXT_OVERRIDE; 68 virtual IOReturn handleInterrupt(void *refCon, IOService *nub,
|
| H A D | IOCPU.h | 135 void *refCon) APPLE_KEXT_OVERRIDE; 144 virtual IOReturn handleInterrupt(void *refCon, IOService *nub,
|
| H A D | IOInterrupts.h | 65 typedef void (*IOInterruptHandler)(void *target, void *refCon,
|
| H A D | IOService.h | 228 typedef void (*IOInterruptAction)( OSObject * target, void * refCon, 248 typedef bool (*IOServiceNotificationHandler)( void * target, void * refCon, 251 typedef bool (*IOServiceMatchingNotificationHandler)( void * target, void * refCon, 269 typedef IOReturn (*IOServiceInterestHandler)( void * target, void * refCon, 1380 void *refCon = NULL);
|
| H A D | IOUserClient.h | 278 mach_port_t port, UInt32 type, io_user_reference_t refCon); 403 mach_port_t port, UInt32 type, UInt32 refCon );
|
| /xnu-11215/bsd/netinet6/ |
| H A D | ipsec_pwr.c | 35 typedef IOReturn (*IOServiceInterestHandler)( void * target, void * refCon, 41 ipsec_sleep_wake_handler(void *target, void *refCon, UInt32 messageType, in ipsec_sleep_wake_handler() argument 44 #pragma unused(target, refCon, provider, messageArgument, argSize) in ipsec_sleep_wake_handler()
|
| /xnu-11215/iokit/Kernel/ |
| H A D | IOInterruptController.cpp | 59 void *refCon) in registerInterrupt() argument 147 vector->refCon); in registerInterrupt() 177 vector->refCon = NULL; in registerInterrupt() 205 handler, refCon); in registerInterrupt() 215 vector->refCon = refCon; in registerInterrupt() 266 vector->refCon = NULL; in unregisterInterrupt() 387 IOInterruptController::handleInterrupt(void *refCon, IOService *nub, in handleInterrupt() argument 598 void *refCon) in registerInterrupt() argument 652 vector->refCon = refCon; in registerInterrupt() 706 vector->refCon = NULL; in unregisterInterrupt() [all …]
|
| H A D | PassthruInterruptController.cpp | 87 void *refCon) in registerInterrupt() argument 92 child_refCon = refCon; in registerInterrupt()
|
| H A D | IODMACommand.cpp | 117 IODMACommand::withRefCon(void * refCon) in withRefCon() argument 121 if (me && !me->initWithRefCon(refCon)) { in withRefCon() 133 void * refCon) in withSpecification() argument 138 mapper, refCon)) { in withSpecification() 153 void *refCon) in withSpecification() argument 160 alignment, mapper, refCon)) { in withSpecification() 168 IODMACommand::cloneCommand(void *refCon) in cloneCommand() argument 197 fRefCon = refCon; in initWithRefCon() 207 void * refCon) in initWithSpecification() argument 209 if (!initWithRefCon(refCon)) { in initWithSpecification() [all …]
|
| H A D | IOCPU.cpp | 703 void *refCon) in registerInterrupt() argument 730 vector->refCon = refCon; in registerInterrupt() 802 vector->handler(vector->target, vector->refCon, in handleInterrupt()
|
| H A D | IOService.cpp | 440 void * refCon, 4693 void * refCon, in systemPowerChange() argument 6269 _IOServiceMatchingNotificationHandler( void * target, void * refCon, in _IOServiceMatchingNotificationHandler() argument 6379 void * target, void * refCon, in installNotification() argument 6385 ref.ref = refCon; in installNotification() 6428 void * target, void * refCon, in addNotification() argument 6435 ref.ref = refCon; in addNotification() 8698 void *refCon) in registerInterrupt() argument 8711 refCon); in registerInterrupt() 8715 IOServiceInterruptActionToBlock( OSObject * target, void * refCon, in IOServiceInterruptActionToBlock() argument [all …]
|
| H A D | IOUserClient.cpp | 1983 io_user_reference_t refCon) in registerNotificationPort() argument 1985 return registerNotificationPort(port, type, (UInt32) refCon); in registerNotificationPort()
|
| /xnu-11215/iokit/Examples/drvGenericInterruptController/ |
| H A D | GenericInterruptController.cpp | 132 GenericInterruptController::handleInterrupt(void * refCon, in handleInterrupt() argument 164 vector->handler(vector->target, vector->refCon, in handleInterrupt()
|
| H A D | GenericInterruptController.h | 60 virtual IOReturn handleInterrupt(void *refCon,
|
| /xnu-11215/iokit/IOKit/platform/ |
| H A D | AppleNMI.h | 64 virtual IOReturn handleInterrupt(void *refCon, IOService *nub, int source);
|
| /xnu-11215/iokit/Families/IOSystemManagement/ |
| H A D | IOWatchDogTimer.cpp | 35 static IOReturn IOWatchDogTimerSleepHandler(void *target, void *refCon,
|
| /xnu-11215/iokit/IOKit/pwr_mgt/ |
| H A D | RootDomain.h | 614 static IOReturn sysPowerDownHandler( void * target, void * refCon, 618 static IOReturn displayWranglerNotification( void * target, void * refCon, 622 static IOReturn rootBusyStateChangeHandler( void * target, void * refCon,
|
| /xnu-11215/pexpert/pexpert/ |
| H A D | pexpert.h | 239 void *target, IOInterruptHandler handler, void *refCon);
|
| /xnu-11215/osfmk/i386/ |
| H A D | machine_routines.h | 81 void *refCon);
|
| H A D | machine_routines.c | 506 void *refCon) in ml_install_interrupt_handler() argument 513 (IOInterruptHandler) handler, refCon); in ml_install_interrupt_handler()
|
| /xnu-11215/osfmk/arm/ |
| H A D | machine_routines.h | 445 void *refCon);
|
| /xnu-11215/osfmk/arm64/ |
| H A D | machine_routines.c | 949 void *refCon) in ml_install_interrupt_handler() argument 961 cpu_data_ptr->interrupt_refCon = refCon; in ml_install_interrupt_handler()
|