Searched refs:refcon (Results 51 - 75 of 189) sorted by relevance

12345678

/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDLib/
H A DIOHIDQueueClass.h75 static IOReturn _setEventCallback ( void * self, IOHIDCallback callback, void * refcon);
98 virtual IOReturn setEventCallback (IOHIDCallback callback, void * refcon);
116 static void _eventCallback(void * refcon, IOReturn result, void * sender);
132 static IOReturn _setEventCallout (void * self, IOHIDCallbackFunction callback, void * target, void * refcon);
152 virtual IOReturn setEventCallout (IOHIDCallbackFunction callback, void * target, void * refcon);
H A DIOHIDUPSClass.h126 void * refcon);
139 void * refcon,
191 void * refcon);
H A DIOHIDEventServiceClass.h85 static void _setEventCallback(void *self, IOHIDServiceEventCallback callback, void * target, void * refcon);
113 virtual void setEventCallback(IOHIDServiceEventCallback callback, void * target, void * refcon);
/macosx-10.9.5/IOFireWireSBP2-426.4.1/IOFireWireSBP2/
H A DIOFireWireSBP2ManagementORB.h199 static void writeCompleteStatic( void *refcon,
208 static void handleTimeoutStatic( void *refcon,
215 static UInt32 statusBlockWriteStatic( void *refcon,
H A DIOFWSBP2PseudoAddressSpace.cpp132 void * refcon )
142 if( !space->initAll( control, addr, len, reader, writer, refcon ) )
H A DIOFireWireSBP2ManagementORB.cpp82 // set completion routine and refcon
592 void IOFireWireSBP2ManagementORB::writeCompleteStatic( void *refcon, IOReturn status, IOFireWireNub *device, IOFWCommand *fwCmd ) argument
594 ((IOFireWireSBP2ManagementORB*)refcon)->writeComplete( status, device, fwCmd );
617 void IOFireWireSBP2ManagementORB::handleTimeoutStatic( void *refcon, IOReturn status, IOFireWireBus *bus, IOFWBusCommand *fwCmd ) argument
619 ((IOFireWireSBP2ManagementORB*)refcon)->handleTimeout( status, bus, fwCmd );
637 UInt32 IOFireWireSBP2ManagementORB::statusBlockWriteStatic( void *refcon, UInt16 nodeID, IOFWSpeed &speed, FWAddress addr, argument
640 return ((IOFireWireSBP2ManagementORB*)refcon)->statusBlockWrite( nodeID, addr, len, buf, lockRead );
H A DIOFireWireSBP2Login.cpp1442 void IOFireWireSBP2Login::loginWriteCompleteStatic( void *refcon, IOReturn status, IOFireWireNub *device, argument
1445 ((IOFireWireSBP2Login*)refcon)->loginWriteComplete( status, device, fwCmd );
1479 void IOFireWireSBP2Login::loginTimeoutStatic( void *refcon, IOReturn status, argument
1482 ((IOFireWireSBP2Login*)refcon)->loginTimeout( status, bus, fwCmd );
1518 void IOFireWireSBP2Login::loginRetryTimeoutStatic( void *refcon, IOReturn status, argument
1521 ((IOFireWireSBP2Login*)refcon)->loginRetryTimeout( status, bus, fwCmd );
1609 UInt32 IOFireWireSBP2Login::statusBlockWriteStatic(void *refcon, UInt16 nodeID, IOFWSpeed &speed, argument
1612 return ((IOFireWireSBP2Login*)refcon)->statusBlockWrite( nodeID, speed, addr, len, buf, lockRead );
2218 void IOFireWireSBP2Login::reconnectWriteCompleteStatic( void *refcon, IOReturn status, IOFireWireNub *device, argument
2221 ((IOFireWireSBP2Login*)refcon)
2246 reconnectTimeoutStatic( void *refcon, IOReturn status, IOFireWireBus *bus, IOFWBusCommand *fwCmd ) argument
2293 reconnectStatusBlockWriteStatic(void *refcon, UInt16 nodeID, IOFWSpeed &speed, FWAddress addr, UInt32 len, const void *buf, IOFWRequestRefCon lockRead) argument
2414 reconnectRetryTimeoutStatic( void *refcon, IOReturn status, IOFireWireBus *bus, IOFWBusCommand *fwCmd) argument
2581 logoutWriteCompleteStatic( void *refcon, IOReturn status, IOFireWireNub *device, IOFWCommand *fwCmd ) argument
2611 logoutTimeoutStatic( void *refcon, IOReturn status, IOFireWireBus *bus, IOFWBusCommand *fwCmd ) argument
3052 fetchAgentWriteCompleteStatic( void *refcon, IOReturn status, IOFireWireNub *device, IOFWCommand *fwCmd ) argument
3209 fetchAgentRetryTimerStatic( void *refcon, IOReturn status, IOFireWireBus *bus, IOFWBusCommand *fwCmd ) argument
3291 fetchAgentResetCompleteStatic( void *refcon, IOReturn status, IOFireWireNub *device, IOFWCommand *fwCmd ) argument
3358 doorbellCompleteStatic( void *refcon, IOReturn status, IOFireWireNub *device, IOFWCommand *fwCmd ) argument
3429 unsolicitedStatusEnableCompleteStatic( void *refcon, IOReturn status, IOFireWireNub *device, IOFWCommand *fwCmd ) argument
3472 setBusyTimeoutCompleteStatic( void *refcon, IOReturn status, IOFireWireNub *device, IOFWCommand *fwCmd ) argument
[all...]
/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibAsyncStreamListener.cpp283 AsyncStreamListener::Listener( AsyncStreamListenerRef refcon, IOReturn result, void** args, int numArgs) argument
285 AsyncStreamListener* me = IOFireWireIUnknown::InterfaceMap<AsyncStreamListener>::GetThis(refcon) ;
289 me->ClientCommandIsComplete( (AsyncStreamListenerRef) refcon, args[0] ) ;
295 (AsyncStreamListenerRef) refcon,
299 (void*) me->mUserRefCon) ; // refcon
304 AsyncStreamListener::SkippedPacket( AsyncStreamListenerRef refcon, IOReturn result, FWClientCommandID commandID, UInt32 packetCount) argument
306 AsyncStreamListener* me = IOFireWireIUnknown::InterfaceMap<AsyncStreamListener>::GetThis(refcon) ;
309 (me->mSkippedPacketHandler)( refcon, commandID, packetCount) ;
311 me->ClientCommandIsComplete( refcon, commandID ) ;
H A DIOFireWireLibPseudoAddressSpace.h101 static void Writer( AddressSpaceRef refcon, IOReturn result, void** args,
103 static void Reader( AddressSpaceRef refcon, IOReturn result, void** args,
H A DIOFireWireLibCommand.cpp659 void* refcon,
664 Cmd* me = (Cmd*)refcon ;
846 UInt32 generation, void* refcon )
848 failOnReset, generation, refcon,
945 void* refcon)
947 failOnReset, generation, refcon,
960 CommandCallback callback, Boolean failOnReset, UInt32 generation, void* refcon)
962 ReadQuadCmd* me = new ReadQuadCmd(inUserClient, device, addr, quads, numQuads, callback, failOnReset, generation, refcon) ;
1039 void* refcon,
1048 ReadQuadCmd* me = (ReadQuadCmd*)refcon ;
658 CommandCompletionHandler( void* refcon, IOReturn result, void* quads[], UInt32 numQuads ) argument
937 ReadQuadCmd( Device& userclient, io_object_t device, const FWAddress & addr, UInt32 quads[], UInt32 numQuads, CommandCallback callback, Boolean failOnReset, UInt32 generation, void* refcon) argument
959 Alloc( Device& inUserClient, io_object_t device, const FWAddress& addr, UInt32 quads[], UInt32 numQuads, CommandCallback callback, Boolean failOnReset, UInt32 generation, void* refcon) argument
1038 CommandCompletionHandler( void* refcon, IOReturn result, void* quads[], UInt32 numQuads) argument
1107 Alloc( Device& userclient, io_object_t device, const FWAddress& addr, void* buf, UInt32 size, CommandCallback callback, bool failOnReset, UInt32 generation, void* refcon) argument
1184 Alloc( Device& userclient, UInt32 data1, UInt32 data2, CommandCallback callback, bool failOnReset, UInt32 generation, void* refcon) argument
1298 Alloc( Device& userclient, io_object_t device, const FWAddress & addr, UInt32 quads[], UInt32 numQuads, CommandCallback callback, bool failOnReset, UInt32 generation, void* refcon) argument
1425 Alloc( Device& userclient, io_object_t device, const FWAddress & addr, UInt64 cmpVal, UInt64 newVal, unsigned int quads, CommandCallback callback, bool failOnReset, UInt32 generation, void* refcon) argument
1633 CommandCompletionHandler( void* refcon, IOReturn result, io_user_reference_t quads[], UInt32 numQuads) argument
[all...]
/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireFamily.kmodproj/
H A DIOFWUserCommand.cpp131 void * refcon,
136 IOFWUserCommand* cmd = (IOFWUserCommand*) refcon ;
141 cmd->fVectorCommand->asyncCompletion( refcon, status, device, fwCmd );
143 else if ( refcon && cmd->fAsyncRef[0] )
160 void * refcon,
165 IOFWUserCommand* cmd = (IOFWUserCommand*)refcon ;
167 if (refcon && cmd->fAsyncRef[0] )
781 void * refcon,
786 IOFWUserPHYCommand* cmd = (IOFWUserPHYCommand*) refcon ;
791 cmd->fVectorCommand->asyncPHYCompletion( refcon, statu
130 asyncReadWriteCommandCompletion( void * refcon, IOReturn status, IOFireWireNub * device, IOFWCommand * fwCmd) argument
159 asyncReadQuadletCommandCompletion( void * refcon, IOReturn status, IOFireWireNub * device, IOFWCommand * fwCmd) argument
780 asyncPHYCommandCompletion( void * refcon, IOReturn status, IOFireWireBus * bus, IOFWAsyncPHYCommand * fwCmd ) argument
943 asyncCompletion( void * refcon, IOReturn status, IOFireWireNub * device, IOFWCommand * fwCmd) argument
1163 asyncStreamCommandCompletion(void *refcon, IOReturn status, IOFireWireBus *bus, IOFWAsyncStreamCommand *fwCmd ) argument
[all...]
H A DIOFWAsyncStreamListener.h51 bool initAll( IOFireWireController *control, UInt32 channel, FWAsyncStreamReceiveCallback proc, void *refcon );
87 @abstract get the refcon specific to this listener.
89 @result fRefCon refcon passed during initialization. */
H A DIOFWUserVectorCommand.cpp282 void * refcon,
291 IOFWUserCommand * cmd = (IOFWUserCommand*)refcon;
327 void * refcon,
336 IOFWUserPHYCommand * cmd = (IOFWUserPHYCommand*)refcon;
281 asyncCompletion( void * refcon, IOReturn status, IOFireWireNub * device, IOFWCommand * fwCmd ) argument
326 asyncPHYCompletion( void * refcon, IOReturn status, IOFireWireBus * bus, IOFWAsyncPHYCommand * fwCmd ) argument
H A DIOFireWireMultiIsochReceive.h30 typedef IOReturn (*FWMultiIsochReceiveListenerCallback)(void *refcon, IOFireWireMultiIsochReceivePacket *pPacket);
74 // Call this to modify the callback/refcon pointers. Only call this when not activated!
H A DIOFireWireUnit.cpp412 void IOFireWireUnit::terminateUnitThreadFunc( void * refcon )
414 IOFireWireUnit *me = (IOFireWireUnit *)refcon;
554 void * refcon )
556 IOFWPseudoAddressSpace * space = fControl->createPseudoAddressSpace(addr, len, reader, writer, refcon);
H A DIOFWPhysicalAddressSpace.h150 @param refcon Can be queried for extra info about the request.
154 IOFWRequestRefCon refcon);
166 const void *buf, IOFWRequestRefCon refcon);
H A DIOFireWireDevice.h149 static void readROMDirGlue(void *refcon, IOReturn status,
226 @param refcon Client's callback object returned during reader/writer callbacks.
230 FWReadCallback reader, FWWriteCallback writer, void *refcon);
H A DIOFireWireUserClient.h457 void * refcon,
602 void * refcon ) const ;
609 void * refcon ) const ;
615 void* refcon ) const ;
622 void * refcon ) const ;
632 void * refcon ) const ;
722 mach_vm_address_t callback, io_user_reference_t refcon)
726 IOUserClient::setAsyncReference64( asyncRef, wakePort, callback, refcon );
720 setAsyncReference64(OSAsyncReference64 asyncRef, mach_port_t wakePort, mach_vm_address_t callback, io_user_reference_t refcon) argument
/macosx-10.9.5/kext_tools-326.95.1/
H A Dbootroot.h95 int32_t BRBLLogFunc(void *refcon, int32_t level, const char *string);
/macosx-10.9.5/securityd-55199.3/securityd_service/KeyStore/
H A DKeyStoreEvents.c13 static void aksNotificationCallback(void *refcon,io_service_t service, natural_t messageType, void *messageArgument) argument
/macosx-10.9.5/IOFireWireAVC-422.4.0/IOFireWireAVCLib/
H A DIOFireWireAVCLib.h81 @param refcon refcon supplied when a client is registered
88 typedef void (*IOFWAVCPCRCallback)(void *refcon, UInt32 generation, UInt16 nodeID, UInt32 plug,
94 @param refCon The refcon supplied when a client is registered
107 @param refCon The refcon supplied when a client is registered
448 @param refcon Arbitrary value passed back as first argument of callback.
452 IOReturn (*allocateInputPlug)( void *self, void *refcon, IOFWAVCPCRCallback func, UInt32 *plug);
480 @param refcon Arbitrary value passed back as first argument of callback.
484 IOReturn (*allocateOutputPlug)( void *self, void *refcon, IOFWAVCPCRCallback func, UInt32 *plug);
691 typedef void (*IOFireWireAVCPortStateHandler)( void * refcon, UInt3
[all...]
/macosx-10.9.5/IOHIDFamily-503.215.2/tools/
H A DIOHIDEventSystemMonitor.c37 static boolean_t eventCallback(void * target, void * refcon, void * sender, IOHIDEventRef event) argument
56 static void serviceClientCallback(void * target, void * refcon, IOHIDServiceClientRef service) argument
60 if ( refcon == kServiceAdded ) {
64 printf("SERVICE %s:\n", (char *)refcon);
100 void serviceRemovalCallback(void * target, void * refcon, IOHIDServiceRef service) argument
115 static void servicesAddedCallback(void * target, void * refcon, void * sender, CFArrayRef services) argument
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDFamily/
H A DIOHIDInterface.h53 @param refcon void * pointer to more data.
61 void * refcon);
67 @param refcon
74 void * refcon,
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDSystem/IOKit/hidsystem/
H A DIOHIDSystem.h457 void * refcon);
469 void * refcon);
485 void * refcon);
491 void * refcon);
497 void * refcon);
511 void * refcon);
522 void * refcon);
527 void * refcon); /* Does not generate events */
/macosx-10.9.5/IOKitUser-907.100.13/pwr_mgt.subproj/
H A DIOPMLib.h120 io_connect_t IORegisterApp( void * refcon,
169 @param refcon Caller may provide data to receive as an argument to 'callback' on power state changes.
179 io_connect_t IORegisterForSystemPower ( void * refcon,

Completed in 180 milliseconds

12345678