Searched defs:refCon (Results 1 - 12 of 12) sorted by relevance

/xnu-2782.1.97/pexpert/i386/
H A Dpe_interrupt.c43 void *refCon; member in struct:i386_interrupt_handler
74 PE_install_interrupt_handler(void *nub, __unused int source, void *target, IOInterruptHandler handler, void *refCon) argument
/xnu-2782.1.97/iokit/Examples/drvGenericInterruptController/
H A DGenericInterruptController.cpp122 IOReturn GenericInterruptController::handleInterrupt(void * refCon, argument
/xnu-2782.1.97/iokit/IOKit/
H A DIOInterruptController.h56 void * refCon; member in struct:IOInterruptVector
H A DIODMACommand.h522 weakWithSpecification(IODMACommand **newCommand, SegmentFunction outSegFunc, UInt8 numAddressBits, UInt64 maxSegmentSize, MappingOptions mapType, UInt64 maxTransferSize, UInt32 alignment, IOMapper *mapper, void *refCon) argument
/xnu-2782.1.97/iokit/Kernel/
H A DIOInterruptController.cpp359 IOReturn IOInterruptController::handleInterrupt(void *refCon, IOService *nub, argument
55 registerInterrupt(IOService *nub, int source, void *target, IOInterruptHandler handler, void *refCon) argument
481 registerInterrupt(IOService *nub, int source, void *target, IOInterruptHandler handler, void *refCon) argument
[all...]
H A DIOCPU.cpp740 registerInterrupt(IOService *nub, int source, void *target, IOInterruptHandler handler, void *refCon) argument
H A DIODMACommand.cpp133 IODMACommand::cloneCommand(void *refCon) argument
109 withSpecification(SegmentFunction outSegFunc, UInt8 numAddressBits, UInt64 maxSegmentSize, MappingOptions mappingOptions, UInt64 maxTransferSize, UInt32 alignment, IOMapper *mapper, void *refCon) argument
142 initWithSpecification(SegmentFunction outSegFunc, UInt8 numAddressBits, UInt64 maxSegmentSize, MappingOptions mappingOptions, UInt64 maxTransferSize, UInt32 alignment, IOMapper *mapper, void *refCon) argument
H A DIOUserClient.cpp1237 registerNotificationPort( mach_port_t port, UInt32 type, io_user_reference_t refCon) argument
H A DIOService.cpp4055 static bool _IOServiceMatchingNotificationHandler( void * target, void * refCon, argument
4156 installNotification(const OSSymbol * type, OSDictionary * matching, IOServiceNotificationHandler handler, void * target, void * refCon, SInt32 priority, OSIterator ** existing ) argument
4195 addNotification( const OSSymbol * type, OSDictionary * matching, IOServiceNotificationHandler handler, void * target, void * refCon, SInt32 priority ) argument
5752 registerInterrupt(int source, OSObject *target, IOInterruptAction handler, void *refCon) argument
H A DIOPMrootDomain.cpp2564 sysPowerDownHandler( void * target, void * refCon, UInt32 messageType, IOService * service, void * messageArgs, vm_size_t argSize ) argument
5356 displayWranglerNotification( void * target, void * refCon, UInt32 messageType, IOService * service, void * messageArgument, vm_size_t argSize ) argument
5421 displayWranglerMatchPublished( void * target, void * refCon, IOService * newService, IONotifier * notifier __unused) argument
5440 IONVRAMMatchPublished( void * target, void * refCon, IOService * newService, IONotifier * notifier) argument
5471 IONVRAMMatchPublished( void * target, void * refCon, IOService * newService, IONotifier * notifier __unused) argument
/xnu-2782.1.97/osfmk/i386/
H A Dmachine_routines.c337 ml_install_interrupt_handler( void *nub, int source, void *target, IOInterruptHandler handler, void *refCon) argument
/xnu-2782.1.97/osfmk/pmc/
H A Dpmc.c150 void *refCon; member in struct:pmc_config
1677 static void pmc_reservation_interrupt(void *target, void *refCon) { argument
2093 pmc_config_set_interrupt_threshold(pmc_t pmc, pmc_config_t config, uint64_t threshold, pmc_interrupt_method_t method, void *refCon) argument
[all...]

Completed in 200 milliseconds