Searched refs:refCon (Results 51 - 75 of 200) sorted by relevance

12345678

/macosx-10.10/IOFireWireFamily-456/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibPHYPacketListener.h62 static void SSetRefCon( IOFireWireLibPHYPacketListenerRef self, void * refCon );
H A DIOFireWireLibPriv.h304 mach_vm_address_t refCon ; member in struct:IOFireWireLib::CommandSubmitParams
331 mach_vm_address_t refCon; member in struct:IOFireWireLib::CommandSubmitResult
392 mach_vm_address_t refCon ; member in struct:IOFireWireLib::AddressSpaceCreateParams
406 mach_vm_address_t refCon ; member in struct:IOFireWireLib::FWUserAsyncStreamListenerCreateParams
/macosx-10.10/IOFireWireIP-226.2/KernelHeaders/IOKit/
H A DIOFireWireIPUnit.h80 static bool busInterfaceTerminate(void *target, void *refCon, IOService *newService, IONotifier * notifier);
/macosx-10.10/IONetworkingFamily-101/
H A DIONetworkStack.h63 void * refCon,
/macosx-10.10/Security-57031.1.35/Security/include/security_utilities/
H A Dpowerwatch.h79 static void ioCallback(void *refCon, io_service_t service,
/macosx-10.10/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dpowerwatch.h79 static void ioCallback(void *refCon, io_service_t service,
/macosx-10.10/AppleUSBIrDA-145.2.4/IrDA/
H A DIrGlue.cpp357 void TIrGlue::StartTimer(int id, TTimeout timeDelay, UInt32 refCon) argument
363 fTimers[id]->StartTimer(timeDelay, refCon);
391 void TIrGlue::TimerComplete(UInt32 refCon) argument
393 XTRACE(kLogTimerComplete, 0, refCon);
395 if ((refCon >= kIrFirstIrLAPTimerEvent) && (refCon <= kIrLastIrLAPTimerEvent)) {
396 fIrLAP->TimerComplete(refCon); // send lap its timers
399 if ((refCon >= kIrFirstIrLMPTimerEvent) && (refCon <= kIrLastIrLMPTimerEvent)) {
400 fIrLMP->TimerComplete(refCon);
[all...]
H A DIrGlue.h113 void StartTimer(int id, TTimeout timeDelay, UInt32 refCon);
116 void TimerComplete(UInt32 refCon);
/macosx-10.10/IOATAPIProtocolTransport-350.0.3/
H A DIOATAPIProtocolTransport.h210 static void sPollStatusRegister ( void * xptDriver, void * refCon );
330 virtual void PollStatusRegister ( void * refCon );
/macosx-10.10/IOAudioFamily-200.6/
H A DIOAudioControlUserClient.cpp209 UInt32 refCon)
229 notificationMessage->ref = refCon;
207 registerNotificationPort(mach_port_t port, UInt32 type, UInt32 refCon) argument
H A DIOAudioControlUserClient.h86 virtual IOReturn registerNotificationPort(mach_port_t port, UInt32 type, UInt32 refCon ) AVAILABLE_MAC_OS_X_VERSION_10_4_AND_LATER_BUT_DEPRECATED_IN_MAC_OS_X_VERSION_10_10;
/macosx-10.10/IOFireWireAVC-422.4.0/IOFireWireAVC/
H A DIOFireWireAVCProtocolUserClient.h82 virtual IOReturn installAVCCommandHandler(io_user_reference_t *asyncRef, uint64_t subUnitTypeAndID, uint64_t opCode, uint64_t callback, uint64_t refCon);
88 uint64_t refCon,
/macosx-10.10/IOFireWireSBP2-425/IOFireWireSBP2/
H A DIOFireWireSBP2ManagementORB.h53 @param refCon Reference constant supplied when the notification was registered.
58 typedef void (*FWSBP2ManagementCallback)(void * refCon, IOReturn status, IOFireWireSBP2ManagementORB * orb);
128 void * refCon,
/macosx-10.10/IOPCIFamily-239.1.2/
H A DIOPCIMessagedInterruptController.cpp78 void *refCon)
96 vector->refCon = refCon;
143 vector->refCon = 0;
446 ivector->refCon = 0;
731 vector->handler(vector->target, vector->refCon, vector->nub, vector->source);
745 vector->handler(vector->target, vector->refCon, vector->nub, vector->source);
793 vector->handler(vector->target, vector->refCon,
75 registerInterrupt(IOService *nub, int source, void *target, IOInterruptHandler handler, void *refCon) argument
/macosx-10.10/IOSCSIParallelFamily-300.0.2/TestTools/SCSITargetProber/Cocoa/
H A DSCSITargetProberAppDelegate.m602 AppearedNotificationHandler ( void * refCon, io_iterator_t iterator )
605 SCSITargetProberAppDelegate * app = ( SCSITargetProberAppDelegate * ) refCon;
616 DisappearedNotificationHandler ( void * refCon, io_iterator_t iterator )
619 SCSITargetProberAppDelegate * app = ( SCSITargetProberAppDelegate * ) refCon;
/macosx-10.10/IOSerialFamily-74/IOSerialFamily.kmodproj/
H A DIOSerialStreamSync.cpp76 bool IOSerialStreamSync::init(OSDictionary *dictionary, void *refCon) argument
81 fRefCon = refCon;
/macosx-10.10/xnu-2782.1.97/iokit/IOKit/
H A DIOCPU.h140 void *refCon);
149 virtual IOReturn handleInterrupt(void *refCon, IOService *nub,
/macosx-10.10/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFWDCLProgram.h98 void * refCon,
H A DIOFWIsochChannel.h58 typedef IOReturn (ForceStopNotificationProc)(void* refCon, IOFWIsochChannel* channel, UInt32 stopCondition );
H A DIOFWPseudoAddressSpace.cpp411 FWReadCallback reader, FWWriteCallback writer, void *refCon)
423 fRefCon = refCon;
435 FWReadCallback reader, FWWriteCallback writer, void *refCon)
447 fRefCon = refCon;
410 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.h111 void* refCon,
H A DIOFWUserPHYPacketListener.cpp138 io_user_reference_t refCon )
140 // FireLog( "IOFWUserPHYPacketListener::setPacketCallback - asyncref = 0x%016llx callback = 0x%016llx, refcon = 0x%016llx\n", async_ref[0], callback, refCon );
144 IOFireWireUserClient::setAsyncReference64( fCallbackAsyncRef, (mach_port_t)async_ref[0], callback, refCon );
161 io_user_reference_t refCon )
163 // FireLog( "IOFWUserPHYPacketListener::setSkippedCallback - asyncref = 0x%016llx callback = 0x%016llx, refcon = 0x%016llx\n", async_ref[0], callback, refCon );
167 IOFireWireUserClient::setAsyncReference64( fSkippedAsyncRef, (mach_port_t)async_ref[0], callback, refCon );
/macosx-10.10/IOFireWireSerialBusProtocolTransport-251.0.1/
H A DIOFireWireSerialBusProtocolTransport.cpp1400 void * refCon,
1403 ( ( IOFireWireSerialBusProtocolTransport * ) refCon )->StatusNotify ( params );
1755 void * refCon,
1758 ( ( IOFireWireSerialBusProtocolTransport * ) refCon )->LoginCompletion ( params );
1882 void * refCon,
1885 ( ( IOFireWireSerialBusProtocolTransport * ) refCon )->LogoutCompletion ( params );
1910 void * refCon,
1913 ( ( IOFireWireSerialBusProtocolTransport * ) refCon )->UnsolicitedStatusNotify ( params );
1942 void * refCon,
1945 ( ( IOFireWireSerialBusProtocolTransport * ) refCon )
1399 StatusNotifyStatic( void * refCon, FWSBP2NotifyParams * params ) argument
1754 LoginCompletionStatic( void * refCon, FWSBP2LoginCompleteParams * params ) argument
1881 LogoutCompletionStatic( void * refCon, FWSBP2LogoutCompleteParams * params ) argument
1909 UnsolicitedStatusNotifyStatic( void * refCon, FWSBP2NotifyParams * params ) argument
1941 FetchAgentResetCompleteStatic( void * refCon, IOReturn status ) argument
2012 LunResetCompleteStatic( void * refCon, IOReturn status, IOFireWireSBP2ManagementORB * orb ) argument
2057 ConnectToDeviceStatic( OSObject * refCon, void * val1, void * val2, void * val3, void * val4 ) argument
2129 CriticalOrbSubmissionStatic( OSObject * refCon, void * val1, void * val2, void * val3, void * val4 ) argument
[all...]
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDEventServiceUserClient.h87 UInt32 refCon );
/macosx-10.10/xnu-2782.1.97/iokit/Families/IOSystemManagement/
H A DIOWatchDogTimer.cpp35 static IOReturn IOWatchDogTimerSleepHandler(void *target, void *refCon,
100 static IOReturn IOWatchDogTimerSleepHandler(void *target, void */*refCon*/,

Completed in 485 milliseconds

12345678