Searched refs:fRefCon (Results 1 - 25 of 29) sorted by relevance

12

/macosx-10.10.1/IOSerialFamily-74/IOSerialFamily.kmodproj/
H A DIOSerialStreamSync.cpp81 fRefCon = refCon;
101 { return fProvider->acquirePort(sleep, fRefCon); }
105 { return fProvider->releasePort(fRefCon); }
109 { return fProvider->setState(state, mask, fRefCon); }
113 { return fProvider->getState(fRefCon); }
117 { return fProvider->watchState(state, mask, fRefCon); }
121 { return fProvider->nextEvent(fRefCon); }
125 { return fProvider->executeEvent(event, data, fRefCon); }
129 { return fProvider->requestEvent(event, data, fRefCon); }
133 { return fProvider->enqueueEvent(event, data, sleep, fRefCon); }
[all...]
H A DIOSerialStreamSync.h154 void *fRefCon; member in class:IOSerialStreamSync
253 void *getRefCon() const { return fRefCon; }
/macosx-10.10.1/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFWBusCommand.cpp53 fRefCon = refcon;
68 fRefCon = refcon;
82 (*fComplete)(fRefCon, state, fControl, this);
H A DIOFWPHYPacketListener.cpp135 (fCallback)( fRefCon, data1, data2 );
154 fRefCon = refcon;
163 return fRefCon;
H A DIOFWAsyncStreamListener.h89 @result fRefCon refcon passed during initialization. */
90 inline void* getRefCon() { return fRefCon; };
101 void *fRefCon; member in class:IOFWAsyncStreamListener
125 abstract Invokes client's callback function with fRefCon. */
H A DIOFWPHYPacketListener.h46 void * fRefCon; member in class:IOFWPHYPacketListener
H A DIOFWAsyncPHYCommand.cpp76 fRefCon = refcon;
118 fRefCon = refcon;
187 (*fComplete)( fRefCon, completion_status, fControl, this );
H A DIOFWAsyncStreamCommand.cpp87 fRefCon = refcon;
134 fRefCon = refcon;
212 (*fComplete)(fRefCon, completion_status, fControl, this);
H A DIOFWUserCommand.h83 { fRefCon = refcon; }
85 { return fRefCon; }
104 mach_vm_address_t fRefCon; member in class:IOFWUserCommand
H A DIOFWAsyncCommand.cpp99 fRefCon = refcon;
151 fRefCon = refcon;
251 fRefCon = refcon;
291 fRefCon = refcon;
482 (*fComplete)(fRefCon, completion_status, fDevice, this);
H A DIOFWPseudoAddressSpace.cpp423 fRefCon = refCon;
447 fRefCon = refCon;
511 return fReader(fRefCon, nodeID, speed, addr, len, buf, offset, refcon);
536 return fWriter(fRefCon, nodeID, speed, addr, len, buf, refcon);
H A DIOFWCommand.h237 void * fRefCon; member in class:IOFWBusCommand
311 void * fRefCon; member in class:IOFWAsyncCommand
784 void * fRefCon; member in class:IOFWAsyncStreamCommand
900 void * fRefCon; member in class:IOFWAsyncPHYCommand
H A DIOFWPseudoAddressSpace.h128 void * fRefCon; member in class:IOFWPseudoAddressSpace
/macosx-10.10.1/IOFireWireSBP2-425/IOFireWireSBP2Lib/
H A DIOFireWireSBP2LibMgmtORB.cpp102 fRefCon = 0;
305 fRefCon = refCon;
319 return fRefCon;
489 (fORBCallbackRoutine)( fORBCallbackRefCon, (IOReturn)args[0], (void*)fRefCon );
H A DIOFireWireSBP2LibMgmtORB.h68 void * fRefCon; member in class:IOFireWireSBP2LibMgmtORB
H A DIOFireWireSBP2LibLUN.h81 void * fRefCon; member in class:IOFireWireSBP2LibLUN
H A DIOFireWireSBP2LibORB.h71 void * fRefCon; member in class:IOFireWireSBP2LibORB
H A DIOFireWireSBP2LibLUN.cpp592 fRefCon = refCon;
606 return fRefCon;
702 params.refCon = (void*)fRefCon;
H A DIOFireWireSBP2LibORB.cpp106 fRefCon = 0;
262 fRefCon = refCon;
286 return fRefCon;
H A DIOFireWireSBP2LibLogin.cpp116 fRefCon = 0;
431 fRefCon = refCon;
445 return fRefCon;
704 params.refCon = (void*)fRefCon;
748 params.refCon = (void*)fRefCon;
792 params.refCon = (void*)fRefCon;
H A DIOFireWireSBP2LibLogin.h83 void * fRefCon; member in class:IOFireWireSBP2LibLogin
/macosx-10.10.1/IOFireWireIP-226.2/KernelSource/IOKit/
H A DIOFireWireIPCommand.cpp81 fRefCon = refcon;
156 fRefCon = refcon;
246 ((IOFWIPBusInterface*)fRefCon)->moveMbufWithOffset(tempOffset, &srcm, &src, &srcLen);
450 ((IOFWIPBusInterface*)fRefCon)->moveMbufWithOffset(tempOffset, &srcm, &src, &srcLen);
757 fRefCon = refcon;
830 fRefCon = refcon;
/macosx-10.10.1/IOFireWireSBP2-425/IOFireWireSBP2/
H A DIOFireWireSBP2ORB.cpp66 fRefCon = NULL;
1608 fRefCon = (UInt64)refCon;
1613 return (void*)fRefCon;
1620 fRefCon = refCon;
1625 return fRefCon;
H A DIOFireWireSBP2ORB.h173 UInt64 fRefCon; member in class:IOFireWireSBP2ORB
/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/
H A DIODMACommand.h469 /*! @var fRefCon Reference Constant, client defined publicly avialable */
470 void *fRefCon; member in class:IODMACommand

Completed in 198 milliseconds

12