Searched refs:refCon (Results 1 - 22 of 22) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/pexpert/i386/
H A Dpe_interrupt.c46 void *refCon; member in struct:i386_interrupt_handler
89 void *, vector->refCon);
99 void *, vector->refCon);
111 void *refCon)
121 vector->refCon = refCon;
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/iokit/IOKit/
H A DIOInterrupts.h55 typedef void (*IOInterruptHandler)(void *target, void *refCon,
H A DIOInterruptController.h56 void * refCon; member in struct:IOInterruptVector
78 void *refCon);
89 virtual IOReturn handleInterrupt(void *refCon, IOService *nub,
131 void *refCon);
141 virtual IOReturn handleInterrupt(void *refCon, IOService *nub, int source);
H A DIODMACommand.h200 void *refCon = 0);
229 void *refCon = 0) __attribute__((always_inline));
237 virtual IODMACommand *cloneCommand(void *refCon = 0);
257 void *refCon = 0);
511 void *refCon)
525 maxTransferSize, alignment, mapper, refCon);
503 weakWithSpecification(IODMACommand **newCommand, SegmentFunction outSegFunc, UInt8 numAddressBits, UInt64 maxSegmentSize, MappingOptions mapType, UInt64 maxTransferSize, UInt32 alignment, IOMapper *mapper, void *refCon) argument
H A DIOCPU.h139 void *refCon);
148 virtual IOReturn handleInterrupt(void *refCon, IOService *nub,
H A DIOService.h140 typedef void (*IOInterruptAction)( OSObject * target, void * refCon,
145 @param refCon Reference constant supplied when the notification was registered.
148 typedef bool (*IOServiceNotificationHandler)( void * target, void * refCon,
153 @param refCon Reference constant supplied when the notification was registered.
159 typedef IOReturn (*IOServiceInterestHandler)( void * target, void * refCon,
989 @param refCon A reference constant for the handler's use.
994 void *refCon = 0);
H A DIOUserClient.h243 mach_port_t port, UInt32 type, UInt32 refCon );
/macosx-10.5.8/xnu-1228.15.4/iokit/Examples/drvGenericInterruptController/
H A DGenericInterruptController.h60 virtual IOReturn handleInterrupt(void *refCon,
H A DGenericInterruptController.cpp122 IOReturn GenericInterruptController::handleInterrupt(void * refCon, argument
152 vector->handler(vector->target, vector->refCon,
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/platform/
H A DAppleNMI.h65 virtual IOReturn handleInterrupt(void *refCon, IOService *nub, int source);
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOInterruptController.cpp66 void *refCon)
151 vector->refCon);
179 vector->refCon = 0;
199 handler, refCon);
209 vector->refCon = refCon;
259 vector->refCon = 0;
370 IOReturn IOInterruptController::handleInterrupt(void *refCon, IOService *nub, argument
494 void *refCon)
543 vector->refCon
63 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 DIOCPU.cpp668 void *refCon)
690 vector->refCon = refCon;
739 IOReturn IOCPUInterruptController::handleInterrupt(void */*refCon*/,
749 vector->handler(vector->target, vector->refCon,
664 registerInterrupt(IOService *nub, int source, void *target, IOInterruptHandler handler, void *refCon) argument
H A DIODMACommand.cpp120 void *refCon)
127 alignment, mapper, refCon))
137 IODMACommand::cloneCommand(void *refCon) argument
140 fMappingOptions, fMaxTransferSize, fAlignMask + 1, fMapper, refCon);
153 void *refCon)
193 fRefCon = refCon;
113 withSpecification(SegmentFunction outSegFunc, UInt8 numAddressBits, UInt64 maxSegmentSize, MappingOptions mappingOptions, UInt64 maxTransferSize, UInt32 alignment, IOMapper *mapper, void *refCon) argument
146 initWithSpecification(SegmentFunction outSegFunc, UInt8 numAddressBits, UInt64 maxSegmentSize, MappingOptions mappingOptions, UInt64 maxTransferSize, UInt32 alignment, IOMapper *mapper, void *refCon) argument
H A DIOPMrootDomain.cpp2441 IOReturn IOPMrootDomain::sysPowerDownHandler( void * target, void * refCon, argument
2515 void * target, void * refCon,
2622 void * refCon,
2514 displayWranglerNotification( void * target, void * refCon, UInt32 messageType, IOService * service, void * messageArgument, vm_size_t argSize ) argument
2620 displayWranglerPublished( void * target, void * refCon, IOService * newService) argument
H A DIOService.cpp4720 void *refCon)
4731 refCon);
4718 registerInterrupt(int source, OSObject *target, IOInterruptAction handler, void *refCon) argument
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/pwr_mgt/
H A DRootDomain.h259 static IOReturn sysPowerDownHandler( void * target, void * refCon,
263 static IOReturn displayWranglerNotification( void * target, void * refCon,
267 static bool displayWranglerPublished( void * target, void * refCon,
270 static bool batteryPublished( void * target, void * refCon,
/macosx-10.5.8/xnu-1228.15.4/iokit/Families/IOSystemManagement/
H A DIOWatchDogTimer.cpp35 static IOReturn IOWatchDogTimerSleepHandler(void *target, void *refCon,
100 static IOReturn IOWatchDogTimerSleepHandler(void *target, void */*refCon*/,
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dmachine_routines.h116 void *refCon);
H A Dmachine_routines.c280 void *refCon)
287 (IOInterruptHandler) handler, refCon);
275 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.h90 void *refCon);
H A Dmachine_routines.c233 void *refCon)
245 proc_info->interrupt_refCon = refCon;
228 ml_install_interrupt_handler( void *nub, int source, void *target, IOInterruptHandler handler, void *refCon) argument
/macosx-10.5.8/xnu-1228.15.4/pexpert/pexpert/
H A Dpexpert.h126 void *target, IOInterruptHandler handler, void *refCon);

Completed in 140 milliseconds