Searched refs:fRefcon (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFWDCL.cpp104 fRefcon = refcon ;
110 return fRefcon ;
321 if ( fRefcon )
323 FIRELOG_MSG(( " refcon 0x%x\n", fRefcon )) ;
341 delete [] (uint64_t*)fRefcon ;
H A DIOFWDCL.h133 void* fRefcon ; member in class:IOFWDCL
/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDLib/
H A DIOHIDQueueClass.cpp712 fRefcon = NULL;
830 if (pRefcon) *pRefcon = fRefcon;
839 fRefcon = refcon;
851 (*self->fCallback)(self->fTarget, result, self->fRefcon, sender);
H A DIOHIDQueueClass.h114 void * fRefcon; member in class:IOHIDObsoleteQueueClass
H A DIOHIDTransactionClass.h107 void * fRefcon; member in class:IOHIDOutputTransactionClass
H A DIOHIDTransactionClass.cpp593 fRefcon = NULL;
762 fRefcon = refcon;
782 (transaction->fCallback)(transaction->fTarget, kIOReturnSuccess, transaction->fRefcon, sender);

Completed in 129 milliseconds