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

1234

/macosx-10.10.1/smb-759.0/kernel/netsmb/
H A Dsmb_sleephandler.cpp43 smb_sleepwakehandler(void *target, void *refCon, UInt32 messageType, IOService *provider, void *messageArgument, vm_size_t argSize) argument
/macosx-10.10.1/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
/macosx-10.10.1/xnu-2782.1.97/iokit/Examples/drvGenericInterruptController/
H A DGenericInterruptController.cpp122 IOReturn GenericInterruptController::handleInterrupt(void * refCon, argument
/macosx-10.10.1/IOAudioFamily-200.6/
H A DIOAudioControlUserClient.cpp207 registerNotificationPort(mach_port_t port, UInt32 type, UInt32 refCon) argument
/macosx-10.10.1/IOSerialFamily-74/IOSerialFamily.kmodproj/
H A DIOSerialStreamSync.cpp76 bool IOSerialStreamSync::init(OSDictionary *dictionary, void *refCon) argument
/macosx-10.10.1/SmartCardServices-55111/src/PCSC/
H A Dxiodevices.cpp97 void XNotificationPort::ioNotify(void *refCon, io_iterator_t iterator) argument
104 void XNotificationPort::ioDeviceNotification(void *refCon, io_service_t service, argument
/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/
H A DIOInterruptController.h56 void * refCon; member in struct:IOInterruptVector
/macosx-10.10.1/IOATAFamily-253.0.1/
H A DIOATACommand.h261 void* refCon; member in class:IOATACommand
/macosx-10.10.1/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFWDCLProgram.cpp363 setForceStopProc( IOFWIsochChannel::ForceStopNotificationProc proc, void * refCon, IOFWIsochChannel * channel ) argument
H A DIOFWPseudoAddressSpace.cpp410 initAll(IOFireWireBus *control, FWAddress *addr, UInt32 len, FWReadCallback reader, FWWriteCallback writer, void *refCon) argument
434 initFixed(IOFireWireBus *control, FWAddress addr, UInt32 len, FWReadCallback reader, FWWriteCallback writer, void *refCon) argument
H A DIOFWUserAsyncStreamListener.cpp401 asyncStreamListenerHandler( void* refCon, const void* buf) argument
H A DIOFireWireIRM.cpp547 void IOFireWireIRMAllocation::SetRefCon(void* refCon) argument
/macosx-10.10.1/IOFireWireIP-226.2/KernelSource/IOKit/
H A DIOFireWireIPUnit.cpp99 bool IOFireWireIPUnit::busInterfaceTerminate(void *target, void *refCon, IOService *newService, IONotifier * notifier) argument
/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDEventSystem.cpp37 void * refCon; member in struct:_HIDEventArgs
159 bool IOHIDEventSystem::notificationHandler( void * refCon, IOService * service ) argument
256 handleHIDEvent( void * refCon, AbsoluteTime timeStamp, UInt32 eventCount, IOHIDEvent * events, IOOptionBits options) argument
/macosx-10.10.1/Security-57031.1.35/Security/include/security_utilities/
H A Diodevices.h134 virtual void ioServiceChange(void *refCon, io_service_t service, //IOServiceInterestCallback argument
H A Dpowerwatch.cpp163 void IOPowerWatcher::ioCallback(void *refCon, io_service_t service, argument
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Diodevices.h134 virtual void ioServiceChange(void *refCon, io_service_t service, //IOServiceInterestCallback argument
H A Dpowerwatch.cpp163 void IOPowerWatcher::ioCallback(void *refCon, io_service_t service, argument
/macosx-10.10.1/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...]
/macosx-10.10.1/AppleUSBIrDA-145.2.4/IrDA/Stack/
H A DIrLMP.cpp549 void TIrLMP::TimerComplete(ULong refCon) argument
/macosx-10.10.1/IOFireWireAVC-422.4.0/IOFireWireAVC/
H A DIOFireWirePCRSpace.cpp35 MyServiceInterestHandler( void * target, void * refCon, UInt32 messageType, IOService * provider, void * messageArgument, vm_size_t argSize ) argument
/macosx-10.10.1/IOFireWireFamily-456/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibIRMAllocation.cpp181 void IRMAllocation::SetRefCon(IOFireWireLibIRMAllocationRef self, void* refCon) argument
313 void IRMAllocationCOM::SSetRefCon(IOFireWireLibIRMAllocationRef self, void* refCon) argument
/macosx-10.10.1/IOFireWireSBP2-425/IOFireWireSBP2/
H A DIOFireWireSBP2LUN.cpp505 IOFireWireSBP2ManagementORB * IOFireWireSBP2LUN::createManagementORB( void * refCon, FWSBP2ManagementCallback completion ) argument
515 staticCreateManagementORBAction( OSObject *self, void * refCon, void * completion, void * orb, void * ) argument
522 createManagementORBAction( void * refCon, FWSBP2ManagementCallback completion, IOFireWireSBP2ManagementORB ** orb ) argument
606 initMgmtORBWithLUN( IOFireWireSBP2ManagementORB * orb, IOFireWireSBP2LUN * lun, void * refCon, FWSBP2ManagementCallback completion ) argument
H A DIOFireWireSBP2ManagementORB.cpp53 bool IOFireWireSBP2ManagementORB::initWithLUN( IOFireWireSBP2LUN * lun, void * refCon, FWSBP2ManagementCallback completion ) argument
/macosx-10.10.1/IOFireWireSBP2-425/IOFireWireSBP2Lib/
H A DIOFireWireSBP2LibMgmtORB.cpp281 void IOFireWireSBP2LibMgmtORB::staticSetORBCallback( void * self, void * refCon, argument
287 void IOFireWireSBP2LibMgmtORB::setORBCallback( void * refCon, argument

Completed in 222 milliseconds

1234