Searched refs:userRefCon (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/IOFWDVComponents-207.4.1/MacOS9Src/
H A DDVFamilyPriv.h164 void *userRefCon; member in struct:DVNotificationEntryStruct
170 void *userRefCon; member in struct:DVEventEntryStruct
H A DDVFamilyLib.c452 pEntry->userRefCon = userData;
1062 error = (*pEntry->notifyProc)( pEvent, pEntry->userRefCon );
1084 pEventEntry->userRefCon = pEntry->userRefCon;
1140 error = (*pEventEntry->notifyProc)( &(pEventEntry->eventRec), pEventEntry->userRefCon );
/macosx-10.9.5/IOFireWireAVC-422.4.0/IOFireWireAVC/
H A DIOFireWireAVCTargetSpace.h76 uint64_t userRefCon; member in class:AVCCommandHandlerInfo
103 uint64_t userRefCon; member in class:AVCSubunitInfo
238 uint64_t userRefCon);
247 uint64_t userRefCon,
H A DIOFireWireAVCTargetSpace.cpp654 uint64_t userRefCon)
671 cmdInfo->userRefCon = userRefCon;
700 uint64_t userRefCon,
735 subUnitInfo->userRefCon = userRefCon;
648 installAVCCommandHandler(IOFireWireAVCProtocolUserClient *userClient, IOFireWireAVCTargetCommandHandlerCallback callBack, OSAsyncReference64 asyncRef, UInt32 subUnitTypeAndID, UInt32 opCode, uint64_t userCallBack, uint64_t userRefCon) argument
693 addSubunit(IOFireWireAVCProtocolUserClient *userClient, IOFireWireAVCSubunitPlugHandlerCallback callBack, OSAsyncReference64 asyncRef, UInt32 subunitType, UInt32 numSourcePlugs, UInt32 numDestPlugs, uint64_t userCallBack, uint64_t userRefCon, UInt32 *subUnitID) argument
H A DIOFireWireAVCProtocolUserClient.cpp229 args[6] = pCmdInfo->userRefCon;
311 args[6] = pSubunitInfo->userRefCon;
/macosx-10.9.5/IOFWDVComponents-207.4.1/
H A DDVFamily.c65 void *userRefCon; member in struct:DVNotificationEntryStruct
85 note->notifyProc((DVEventRecordPtr)event, note->userRefCon);
172 sNotifications[i].userRefCon = userData;
209 sNotifications[id].userRefCon = NULL;
/macosx-10.9.5/IOFireWireAVC-422.4.0/IOFireWireAVCLib/
H A DIOFireWireAVCLibProtocol.c93 void *userRefCon; member in struct:_AVCProtocol
172 me->userRefCon = (void*) ((unsigned long)args[6]);
182 status = me->userCallBack(me->userRefCon, me->fCmdGeneration, me->fCmdSource, me->speed, me->fCommand , me->fCmdLen);
212 void *userRefCon; local
226 userRefCon = (void*) ((unsigned long)args[6]);
229 status = userCallBack(userRefCon,subunitTypeAndID,plugType,plugNum,plugMessage,msgParams);

Completed in 201 milliseconds