Home
last modified time | relevance | path

Searched refs:refCon (Results 1 – 25 of 27) sorted by relevance

12

/xnu-11215/pexpert/i386/
H A Dpe_interrupt.c43 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 DIODMACommand.h227 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 DIOInterruptController.h56 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 DPassthruInterruptController.h59 void *refCon) APPLE_KEXT_OVERRIDE;
68 virtual IOReturn handleInterrupt(void *refCon, IOService *nub,
H A DIOCPU.h135 void *refCon) APPLE_KEXT_OVERRIDE;
144 virtual IOReturn handleInterrupt(void *refCon, IOService *nub,
H A DIOInterrupts.h65 typedef void (*IOInterruptHandler)(void *target, void *refCon,
H A DIOService.h228 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 DIOUserClient.h278 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 Dipsec_pwr.c35 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 DIOInterruptController.cpp59 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 DPassthruInterruptController.cpp87 void *refCon) in registerInterrupt() argument
92 child_refCon = refCon; in registerInterrupt()
H A DIODMACommand.cpp117 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 DIOCPU.cpp703 void *refCon) in registerInterrupt() argument
730 vector->refCon = refCon; in registerInterrupt()
802 vector->handler(vector->target, vector->refCon, in handleInterrupt()
H A DIOService.cpp440 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 DIOUserClient.cpp1983 io_user_reference_t refCon) in registerNotificationPort() argument
1985 return registerNotificationPort(port, type, (UInt32) refCon); in registerNotificationPort()
/xnu-11215/iokit/Examples/drvGenericInterruptController/
H A DGenericInterruptController.cpp132 GenericInterruptController::handleInterrupt(void * refCon, in handleInterrupt() argument
164 vector->handler(vector->target, vector->refCon, in handleInterrupt()
H A DGenericInterruptController.h60 virtual IOReturn handleInterrupt(void *refCon,
/xnu-11215/iokit/IOKit/platform/
H A DAppleNMI.h64 virtual IOReturn handleInterrupt(void *refCon, IOService *nub, int source);
/xnu-11215/iokit/Families/IOSystemManagement/
H A DIOWatchDogTimer.cpp35 static IOReturn IOWatchDogTimerSleepHandler(void *target, void *refCon,
/xnu-11215/iokit/IOKit/pwr_mgt/
H A DRootDomain.h614 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 Dpexpert.h239 void *target, IOInterruptHandler handler, void *refCon);
/xnu-11215/osfmk/i386/
H A Dmachine_routines.h81 void *refCon);
H A Dmachine_routines.c506 void *refCon) in ml_install_interrupt_handler() argument
513 (IOInterruptHandler) handler, refCon); in ml_install_interrupt_handler()
/xnu-11215/osfmk/arm/
H A Dmachine_routines.h445 void *refCon);
/xnu-11215/osfmk/arm64/
H A Dmachine_routines.c949 void *refCon) in ml_install_interrupt_handler() argument
961 cpu_data_ptr->interrupt_refCon = refCon; in ml_install_interrupt_handler()

12