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

12345678

/macosx-10.10/IOSerialFamily-74/IOSerialFamily.kmodproj/
H A DIOSerialDriverSync.h44 virtual IOReturn acquirePort(bool sleep, void *refCon) = 0;
46 virtual IOReturn releasePort(void *refCon) = 0;
48 virtual IOReturn setState(UInt32 state, UInt32 mask, void *refCon) = 0;
50 virtual UInt32 getState(void *refCon) = 0;
52 virtual IOReturn watchState(UInt32 *state, UInt32 mask, void *refCon) = 0;
54 virtual UInt32 nextEvent(void *refCon) = 0;
56 virtual IOReturn executeEvent(UInt32 event, UInt32 data, void *refCon) = 0;
58 virtual IOReturn requestEvent(UInt32 event, UInt32 *data, void *refCon) = 0;
61 bool sleep, void *refCon) = 0;
64 bool sleep, void *refCon)
[all...]
/macosx-10.10/xnu-2782.1.97/pexpert/i386/
H A Dpe_interrupt.c43 void *refCon; member in struct:i386_interrupt_handler
62 void *, vector->refCon);
70 void *, vector->refCon);
78 void *refCon)
88 vector->refCon = refCon;
74 PE_install_interrupt_handler(void *nub, __unused int source, void *target, IOInterruptHandler handler, void *refCon) argument
/macosx-10.10/SmartCardServices-55111/src/PCSC/
H A Dxiodevices.h50 virtual void ioServiceChange(void *refCon, io_service_t service, //IOServiceInterestCallback
60 static void ioDeviceNotification(void *refCon, io_service_t service,
62 static void ioNotify(void *refCon, io_iterator_t iterator);
H A Dxiodevices.cpp97 void XNotificationPort::ioNotify(void *refCon, io_iterator_t iterator) argument
101 reinterpret_cast<XReceiver *>(refCon)->ioChange(it);
104 void XNotificationPort::ioDeviceNotification(void *refCon, io_service_t service, argument
134 reinterpret_cast<XReceiver *>(refCon)->ioServiceChange(refCon, service, messageType, messageArgument);
/macosx-10.10/IOFireWireSBP2-425/IOFireWireSBP2Lib/
H A DIOFireWireSBP2Lib.h181 @param refCon refCon set on login object.
191 void * refCon; // refCon from login object member in struct:__anon1664
203 @param refCon refCon set on login object.
212 void * refCon; // refCon from login object member in struct:__anon1665
223 @param refCon refCon se
232 void * refCon; // refCon from lun object member in struct:__anon1666
252 void * refCon; // refCon from ORB object member in struct:__anon1667
[all...]
H A DIOFireWireSBP2LibLogin.h109 static void staticSetLoginCallback( void * self, void * refCon, IOFWSBP2LoginCallback callback );
110 virtual void setLoginCallback( void * refCon, IOFWSBP2LoginCallback callback );
112 static void staticSetLogoutCallback( void * self, void * refCon, IOFWSBP2LogoutCallback callback );
113 virtual void setLogoutCallback( void * refCon, IOFWSBP2LogoutCallback callback );
115 static void staticSetRefCon( void * self, void * refCon );
116 virtual void setRefCon( void * refCon );
139 static void staticSetUnsolicitedStatusNotify( void * self, void * refCon, IOFWSBP2NotifyCallback callback );
140 virtual void setUnsolicitedStatusNotify( void * refCon, IOFWSBP2NotifyCallback callback );
142 static void staticSetStatusNotify( void * self, void * refCon, IOFWSBP2NotifyCallback callback );
143 virtual void setStatusNotify( void * refCon, IOFWSBP2NotifyCallbac
[all...]
H A DIOFireWireSBP2LibMgmtORB.h91 static void staticSetORBCallback( void * self, void * refCon,
93 virtual void setORBCallback( void * refCon, IOFWSBP2ORBAppendCallback callback );
95 static void staticSetRefCon( void * self, void * refCon );
96 virtual void setRefCon( void * refCon );
H A DIOFireWireSBP2LibLUN.h134 static void staticSetMessageCallback( void * self, void * refCon,
136 virtual void setMessageCallback( void * refCon, IOFWSBP2MessageCallback callback );
141 static void staticSetRefCon( void * self, void * refCon );
142 virtual void setRefCon( void * refCon );
H A DIOFireWireSBP2LibLogin.cpp390 void IOFireWireSBP2LibLogin::staticSetLoginCallback( void * self, void * refCon, argument
393 getThis(self)->setLoginCallback( refCon, callback );
396 void IOFireWireSBP2LibLogin::setLoginCallback( void * refCon, argument
400 fLoginCallbackRefCon = refCon;
407 void IOFireWireSBP2LibLogin::staticSetLogoutCallback( void * self, void * refCon, argument
410 getThis(self)->setLogoutCallback( refCon, callback );
413 void IOFireWireSBP2LibLogin::setLogoutCallback( void * refCon, argument
417 fLogoutCallbackRefCon = refCon;
424 void IOFireWireSBP2LibLogin::staticSetRefCon( void * self, void * refCon )
426 getThis(self)->setRefCon( refCon );
620 staticSetUnsolicitedStatusNotify( void * self, void * refCon, IOFWSBP2NotifyCallback callback ) argument
626 setUnsolicitedStatusNotify( void * refCon, IOFWSBP2NotifyCallback callback ) argument
636 staticSetStatusNotify( void * self, void * refCon, IOFWSBP2NotifyCallback callback ) argument
642 setStatusNotify( void * refCon, IOFWSBP2NotifyCallback callback ) argument
873 staticSetFetchAgentResetCallback( void * self, void * refCon, IOFWSBP2StatusCallback callback ) argument
878 setFetchAgentResetCallback( void * refCon, IOFWSBP2StatusCallback callback ) argument
935 staticSetFetchAgentWriteCallback( void * self, void * refCon, IOFWSBP2FetchAgentWriteCallback callback ) argument
940 setFetchAgentWriteCallback( void * refCon, IOFWSBP2FetchAgentWriteCallback callback ) argument
[all...]
/macosx-10.10/IOSCSIParallelFamily-300.0.2/TestTools/SCSITargetProber/Cocoa/
H A DSCSITargetProberAppDelegate.h71 AppearedNotificationHandler ( void * refCon, io_iterator_t iterator );
74 DisappearedNotificationHandler ( void * refCon, io_iterator_t iterator )
/macosx-10.10/xnu-2782.1.97/iokit/IOKit/
H A DIOInterrupts.h55 typedef void (*IOInterruptHandler)(void *target, void *refCon,
H A DIOInterruptController.h56 void * refCon; member in struct:IOInterruptVector
83 void *refCon);
94 virtual IOReturn handleInterrupt(void *refCon, IOService *nub,
136 void *refCon);
146 virtual IOReturn handleInterrupt(void *refCon, IOService *nub, int source);
/macosx-10.10/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
45 #pragma unused (target, refCon, provider, messageArgument, argSize)
/macosx-10.10/IOFireWireSerialBusProtocolTransport-251.0.1/
H A DIOFireWireSerialBusProtocolTransport.h77 StatusNotifyStatic ( void * refCon, FWSBP2NotifyParamsPtr params );
80 UnsolicitedStatusNotifyStatic ( void * refCon,
84 LunResetCompleteStatic ( void * refCon,
93 ConnectToDeviceStatic ( OSObject * refCon, void *, void *, void *, void * );
98 static void LoginCompletionStatic ( void * refCon, FWSBP2LoginCompleteParams * params );
101 LogoutCompletionStatic ( void * refCon, FWSBP2LogoutCompleteParams * params );
411 OSObject * refCon,
/macosx-10.10/AppleUSBIrDA-145.2.4/AppleUSBIrDA/
H A DAppleUSBIrDA.h251 virtual IOReturn acquirePort( bool sleep, void *refCon );
252 virtual IOReturn releasePort( void *refCon );
253 virtual IOReturn setState( UInt32 state, UInt32 mask, void *refCon );
254 virtual UInt32 getState( void *refCon );
255 virtual IOReturn watchState( UInt32 *state, UInt32 mask, void *refCon );
256 virtual UInt32 nextEvent( void *refCon );
257 virtual IOReturn executeEvent( UInt32 event, UInt32 data, void *refCon );
258 virtual IOReturn requestEvent( UInt32 event, UInt32 *data, void *refCon );
259 virtual IOReturn enqueueEvent( UInt32 event, UInt32 data, bool sleep, void *refCon );
260 virtual IOReturn dequeueEvent( UInt32 *event, UInt32 *data, bool sleep, void *refCon );
[all...]
/macosx-10.10/IOFireWireSBP2-425/IOFireWireSBP2/
H A DIOFireWireSBP2LUN.h145 void * refCon,
149 virtual IOReturn createManagementORBAction( void * refCon,
165 void * refCon,
223 the supplied completion routine will be called with the supplied refcon. Usually this refCon
225 @param refCon The refcon passed to the completion routine.
230 virtual IOFireWireSBP2ManagementORB * createManagementORB( void * refCon, FWSBP2ManagementCallback completion );
H A DIOFireWireSBP2UserClient.h117 static void staticLoginCallback( void * refCon, FWSBP2LoginCompleteParamsPtr params );
120 static void staticLogoutCallback( void * refCon, FWSBP2LogoutCompleteParamsPtr params );
123 static void staticStatusNotify( void * refCon, FWSBP2NotifyParams * params );
126 static void staticUnsolicitedNotify( void * refCon, FWSBP2NotifyParams * params );
129 static void staticFetchAgentWriteComplete( void * refCon, IOReturn status, IOFireWireSBP2ORB * orb );
132 static void staticFetchAgentResetComplete( void * refCon, IOReturn status );
169 static void staticMgmtORBCallback( void * refCon, IOReturn status, IOFireWireSBP2ManagementORB * orb );
/macosx-10.10/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFireWireIRMAllocation.h45 typedef IOReturn (*AllocationLostNotificationProc)(void* refCon, class IOFireWireIRMAllocation* allocation);
68 virtual void SetRefCon(void* refCon);
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDEventSystem.h55 void * refCon,
59 void * refCon,
/macosx-10.10/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCACM/DataDriver/Headers/
H A DAppleUSBCDCACMData.h278 virtual IOReturn acquirePort(bool sleep, void *refCon);
279 virtual IOReturn releasePort(void *refCon);
280 virtual UInt32 getState(void *refCon);
281 virtual IOReturn setState(UInt32 state, UInt32 mask, void *refCon);
282 virtual IOReturn watchState(UInt32 *state, UInt32 mask, void *refCon);
283 virtual UInt32 nextEvent(void *refCon);
284 virtual IOReturn executeEvent(UInt32 event, UInt32 data, void *refCon);
285 virtual IOReturn requestEvent(UInt32 event, UInt32 *data, void *refCon);
286 virtual IOReturn enqueueEvent(UInt32 event, UInt32 data, bool sleep, void *refCon);
287 virtual IOReturn dequeueEvent(UInt32 *event, UInt32 *data, bool sleep, void *refCon);
[all...]
/macosx-10.10/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCDMM/Headers/
H A DAppleUSBCDCDMM.h296 virtual IOReturn acquirePort(bool sleep, void *refCon);
297 virtual IOReturn releasePort(void *refCon);
298 virtual UInt32 getState(void *refCon);
299 virtual IOReturn setState(UInt32 state, UInt32 mask, void *refCon);
300 virtual IOReturn watchState(UInt32 *state, UInt32 mask, void *refCon);
301 virtual UInt32 nextEvent(void *refCon);
302 virtual IOReturn executeEvent(UInt32 event, UInt32 data, void *refCon);
303 virtual IOReturn requestEvent(UInt32 event, UInt32 *data, void *refCon);
304 virtual IOReturn enqueueEvent(UInt32 event, UInt32 data, bool sleep, void *refCon);
305 virtual IOReturn dequeueEvent(UInt32 *event, UInt32 *data, bool sleep, void *refCon);
[all...]
/macosx-10.10/IOFireWireFamily-456/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibVectorCommand.h58 void * refCon );
75 static IOReturn SSubmitWithRefconAndCallback( IOFireWireLibVectorCommandRef self, void* refCon, IOFireWireLibCommandCallback inCallback );
90 static void SSetRefCon( IOFireWireLibVectorCommandRef self, void* refCon );
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIDUserClient.h55 mach_port_t port, UInt32 type, UInt32 refCon );
119 UInt32 refCon );
153 virtual IOReturn registerNotificationPort(mach_port_t port, UInt32 type, UInt32 refCon );
/macosx-10.10/Security-57031.1.35/Security/include/security_utilities/
H A Diodevices.h134 virtual void ioServiceChange(void *refCon, io_service_t service, //IOServiceInterestCallback argument
144 static void ioNotify(void *refCon, io_iterator_t iterator);
145 static void ioDeviceNotification(void *refCon, io_service_t service,
/macosx-10.10/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Diodevices.h134 virtual void ioServiceChange(void *refCon, io_service_t service, //IOServiceInterestCallback argument
144 static void ioNotify(void *refCon, io_iterator_t iterator);
145 static void ioDeviceNotification(void *refCon, io_service_t service,

Completed in 157 milliseconds

12345678