Searched refs:asyncRef (Results 1 - 25 of 28) sorted by relevance

12

/macosx-10.10.1/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFWUserIsochChannel.h64 inline void setUserAsyncRef( OSAsyncReference64 asyncRef ) { fAsyncRef = asyncRef ; }
H A DIOFWDCL.cpp263 uint64_t * asyncRef = (uint64_t*)getRefcon() ; local
264 FIRELOG_MSG(( " callback (USER) callback=%p refcon=%p\n", asyncRef[ kIOAsyncCalloutFuncIndex ], asyncRef[ kIOAsyncCalloutRefconIndex ] )) ;
432 uint64_t * asyncRef = (uint64_t *) getRefcon() ; local
434 if ( !asyncRef )
436 asyncRef = new uint64_t[ kOSAsyncRef64Count ] ;
439 if ( !asyncRef )
445 asyncRef[ kIOAsyncCalloutFuncIndex ] = (uint64_t)sharedData->callback ;
446 asyncRef[ kIOAsyncCalloutRefconIndex ] = (uint64_t)sharedData->refcon ;
448 setRefcon( asyncRef ) ;
789 uint64_t * asyncRef = (uint64_t *) getSkipRefcon() ; local
[all...]
H A DIOFireWireUserClient.h376 OSAsyncReference64 asyncRef,
385 OSAsyncReference64 asyncRef,
394 OSAsyncReference64 asyncRef,
403 OSAsyncReference64 asyncRef,
411 OSAsyncReference64 asyncRef,
419 OSAsyncReference64 asyncRef,
427 OSAsyncReference64 asyncRef,
451 OSAsyncReference64 asyncRef,
560 OSAsyncReference64 asyncRef,
582 OSAsyncReference64 asyncRef,
720 setAsyncReference64(OSAsyncReference64 asyncRef, mach_port_t wakePort, mach_vm_address_t callback, io_user_reference_t refcon) argument
[all...]
H A DIOFWUserIsochPort.cpp54 io_user_reference_t * asyncRef ;
905 DebugLog("+IOFWUserLocalIsochPort::s_dclCallProcHandler, holder=%p, (holder->asyncRef)[0]=0x%x\n", holder, (holder->asyncRef)[0]) ;
916 IOFireWireUserClient::sendAsyncResult64( (io_user_reference_t*)debugThing->asyncRef, kIOReturnSuccess, NULL, 0 ) ;
927 io_user_reference_t * asyncRef = (io_user_reference_t *)refcon ; local
929 IOFireWireUserClient::sendAsyncResult64( asyncRef, kIOReturnSuccess, NULL, 0 ) ;
933 IOFWUserLocalIsochPort::setAsyncRef_DCLCallProc( OSAsyncReference64 asyncRef )
936 bcopy( asyncRef, fStopTokenAsyncRef, sizeof( OSAsyncReference64 ) ) ;
949 if ( asyncRef )
951 bcopy( asyncRef, dclAsyncRe
1110 io_user_reference_t * asyncRef = (io_user_reference_t *)(dcl + 1 ) ; local
[all...]
H A DIOFWUserAsyncStreamListener.cpp413 OSAsyncReference64 asyncRef)
415 bcopy(asyncRef, fPacketAsyncNotificationRef, sizeof(OSAsyncReference64)) ;
420 OSAsyncReference64 asyncRef)
422 bcopy(asyncRef, fSkippedPacketAsyncNotificationRef, sizeof(OSAsyncReference64)) ;
412 setAsyncStreamRef_Packet( OSAsyncReference64 asyncRef) argument
419 setAsyncStreamRef_SkippedPacket( OSAsyncReference64 asyncRef) argument
H A DIOFireWireUserClient.cpp2494 OSAsyncReference64 asyncRef,
2516 super::setAsyncReference64 ( asyncRef, (mach_port_t) asyncRef[0], inCallback, inUserRefCon ) ;
2518 asyncRef[0] = 0 ;
2520 me->setAsyncRef_Packet(asyncRef) ;
2528 OSAsyncReference64 asyncRef,
2554 super::setAsyncReference64 ( asyncRef, (mach_port_t) asyncRef[0], (mach_vm_address_t) inCallback, (io_user_reference_t)inUserRefCon ) ;
2556 asyncRef[0] = 0 ;
2558 me->setAsyncRef_SkippedPacket(asyncRef) ;
2493 setAsyncRef_Packet( OSAsyncReference64 asyncRef, UserObjectHandle addressSpaceHandle, mach_vm_address_t inCallback, io_user_reference_t inUserRefCon, void*, void*, void*) argument
2527 setAsyncRef_SkippedPacket( OSAsyncReference64 asyncRef, UserObjectHandle inAddrSpaceRef, mach_vm_address_t inCallback, io_user_reference_t inUserRefCon, void*, void*, void*) argument
2567 setAsyncRef_Read( OSAsyncReference64 asyncRef, UserObjectHandle inAddrSpaceRef, mach_vm_address_t inCallback, io_user_reference_t inUserRefCon, void*, void*, void*) argument
2607 setAsyncRef_BusReset( OSAsyncReference64 asyncRef, mach_vm_address_t inCallback, io_user_reference_t inRefCon, void*, void*, void*, void*) argument
3490 setAsyncRef_DCLCallProc( OSAsyncReference64 asyncRef, UserObjectHandle portHandle ) argument
3610 io_user_reference_t * asyncRef = NULL; local
3648 createAsyncCommand( OSAsyncReference64 asyncRef, CommandSubmitParams * params, UserObjectHandle * kernel_ref ) argument
3690 userAsyncCommand_Submit( OSAsyncReference64 asyncRef, CommandSubmitParams * params, CommandSubmitResult * outResult, IOByteCount paramsSize, IOByteCount * outResultSize) argument
4090 setAsyncStreamRef_Packet( OSAsyncReference64 asyncRef, UserObjectHandle asyncStreamListenerHandle, mach_vm_address_t inCallback, io_user_reference_t inUserRefCon, void*, void*, void* ) argument
4127 setAsyncStreamRef_SkippedPacket( OSAsyncReference64 asyncRef, UserObjectHandle inAsyncStreamListenerRef, mach_vm_address_t inCallback, io_user_reference_t inUserRefCon, void*, void*, void*) argument
4385 io_user_reference_t asyncRef[kOSAsyncRef64Count]; member in struct:UserIRMAllocationParamsStruct
4537 irmAllocation_setRef(OSAsyncReference64 asyncRef, UserObjectHandle irmAllocationHandle, io_user_reference_t inCallback, io_user_reference_t inUserRefCon) argument
[all...]
H A DIOFWUserIsochPort.h93 OSAsyncReference64 asyncRef ) ;
H A DIOFWUserPseudoAddressSpace.cpp822 OSAsyncReference64 asyncRef)
824 bcopy(asyncRef, fPacketAsyncNotificationRef, sizeof(OSAsyncReference64)) ;
829 OSAsyncReference64 asyncRef)
831 bcopy(asyncRef, fSkippedPacketAsyncNotificationRef, sizeof(OSAsyncReference64)) ;
836 OSAsyncReference64 asyncRef)
838 bcopy(asyncRef, fReadAsyncNotificationRef, sizeof(OSAsyncReference64)) ;
821 setAsyncRef_Packet( OSAsyncReference64 asyncRef) argument
828 setAsyncRef_SkippedPacket( OSAsyncReference64 asyncRef) argument
835 setAsyncRef_Read( OSAsyncReference64 asyncRef) argument
/macosx-10.10.1/IOFireWireAVC-422.4.0/IOFireWireAVC/
H A DIOFireWireAVCProtocolUserClient.cpp212 OSAsyncReference64 asyncRef; local
222 bcopy(pCmdInfo->asyncRef, asyncRef, sizeof(OSAsyncReference64));
255 pCmdInfo->userClient->sendAsyncResult64( asyncRef, kIOReturnSuccess,
284 pCmdInfo->userClient->sendAsyncResult64( asyncRef, kIOReturnSuccess,
299 OSAsyncReference64 asyncRef; local
303 bcopy(pSubunitInfo->asyncRef, asyncRef, sizeof(OSAsyncReference64));
315 pSubunitInfo->userClient->sendAsyncResult64( asyncRef, kIOReturnSuccess,
505 IOFireWireAVCProtocolUserClient::allocateInputPlug(io_user_reference_t *asyncRef, uint64_ argument
542 allocateOutputPlug(io_user_reference_t *asyncRef, uint64_t userRefcon, uint64_t *plugPtr) argument
701 installAVCCommandHandler(io_user_reference_t *asyncRef, uint64_t subUnitTypeAndID, uint64_t opCode, uint64_t callback, uint64_t refCon) argument
708 addSubunit(io_user_reference_t *asyncRef, uint64_t subunitType, uint64_t numSourcePlugs, uint64_t numDestPlugs, uint64_t callBack, uint64_t refCon, uint64_t *subUnitTypeAndID) argument
[all...]
H A DIOFireWireAVCProtocolUserClient.h69 virtual IOReturn allocateInputPlug(io_user_reference_t *asyncRef, uint64_t userRefcon, uint64_t *plug);
73 virtual IOReturn allocateOutputPlug(io_user_reference_t *asyncRef, uint64_t userRefcon, uint64_t *plug);
82 virtual IOReturn installAVCCommandHandler(io_user_reference_t *asyncRef, uint64_t subUnitTypeAndID, uint64_t opCode, uint64_t callback, uint64_t refCon);
83 virtual IOReturn addSubunit(io_user_reference_t *asyncRef,
H A DIOFireWireAVCTargetSpace.h72 OSAsyncReference64 asyncRef; member in class:AVCCommandHandlerInfo
98 OSAsyncReference64 asyncRef; member in class:AVCSubunitInfo
234 OSAsyncReference64 asyncRef,
242 OSAsyncReference64 asyncRef,
H A DIOFireWireAVCUserClient.h123 virtual IOReturn installUserLibAsyncAVCCommandCallback(io_user_reference_t *asyncRef, uint64_t userRefcon, uint64_t *returnParam);
H A DIOFireWireAVCUserClient.cpp808 IOReturn IOFireWireAVCUserClient::installUserLibAsyncAVCCommandCallback(io_user_reference_t *asyncRef, uint64_t userRefcon, uint64_t *returnParam) argument
812 bcopy(asyncRef,fAsyncAVCCmdCallbackInfo,sizeof(OSAsyncReference64));
1046 OSAsyncReference64 asyncRef; local
1050 bcopy(fAsyncAVCCmdCallbackInfo, asyncRef, kOSAsyncRef64Size);
1086 sendAsyncResult64(asyncRef, kIOReturnSuccess, args, 3);
H A DIOFireWireAVCTargetSpace.cpp650 OSAsyncReference64 asyncRef,
667 bcopy(asyncRef, cmdInfo->asyncRef, sizeof(OSAsyncReference64));
695 OSAsyncReference64 asyncRef,
731 bcopy(asyncRef, subUnitInfo->asyncRef, sizeof(OSAsyncReference64));
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
/macosx-10.10.1/IOFireWireSBP2-425/IOFireWireSBP2Lib/
H A DIOFireWireSBP2LibLogin.cpp170 io_async_ref64_t asyncRef; local
173 asyncRef[kIOAsyncCalloutFuncIndex] = (uint64_t)&IOFireWireSBP2LibLogin::staticLoginCompletion;
174 asyncRef[kIOAsyncCalloutRefconIndex] = (uint64_t)this;
176 status = IOConnectCallAsyncScalarMethod( fConnection, kIOFWSBP2UserClientSetLoginCallback, fAsyncPort, asyncRef, kOSAsyncRef64Count, NULL, 0, NULL, &size );
181 io_async_ref64_t asyncRef; local
184 asyncRef[kIOAsyncCalloutFuncIndex] = (uint64_t)&IOFireWireSBP2LibLogin::staticLogoutCompletion;
185 asyncRef[kIOAsyncCalloutRefconIndex] = (uint64_t)this;
187 status = IOConnectCallAsyncScalarMethod( fConnection, kIOFWSBP2UserClientSetLogoutCallback, fAsyncPort, asyncRef, kOSAsyncRef64Count, NULL, 0, NULL, &size );
192 io_async_ref64_t asyncRef; local
195 asyncRef[kIOAsyncCalloutFuncInde
203 io_async_ref64_t asyncRef; local
214 io_async_ref64_t asyncRef; local
899 io_async_ref64_t asyncRef; local
[all...]
H A DIOFireWireSBP2LibMgmtORB.cpp148 io_async_ref64_t asyncRef; local
151 asyncRef[kIOAsyncCalloutFuncIndex] = (uint64_t)&IOFireWireSBP2LibMgmtORB::staticORBCompletion;
152 asyncRef[kIOAsyncCalloutRefconIndex] = (uint64_t)this;
157 status = IOConnectCallAsyncScalarMethod( fConnection, kIOFWSBP2UserClientSetMgmtORBCallback, fAsyncPort, asyncRef, 3, params, 1, NULL, &size );
H A DIOFireWireSBP2LibLUN.cpp477 io_async_ref64_t asyncRef; local
480 asyncRef[kIOAsyncCalloutFuncIndex] = (uint64_t)&IOFireWireSBP2LibLUN::staticMessageCallback;
481 asyncRef[kIOAsyncCalloutRefconIndex] = (uint64_t)this;
483 status = IOConnectCallAsyncScalarMethod( fConnection, kIOFWSBP2UserClientSetMessageCallback, fAsyncPort, asyncRef, kOSAsyncRef64Count, NULL, 0, NULL, &size );
/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/
H A DIOUserClient.h68 typedef IOReturn (IOService::*IOAsyncMethod)(OSAsyncReference asyncRef,
257 static void setAsyncReference(OSAsyncReference asyncRef,
275 static void setAsyncReference64(OSAsyncReference64 asyncRef,
279 static void setAsyncReference64(OSAsyncReference64 asyncRef,
/macosx-10.10.1/IOFireWireSBP2-425/IOFireWireSBP2/
H A DIOFireWireSBP2ManagementORB.h132 virtual void setAsyncCallbackReference( void * asyncRef );
133 virtual void getAsyncCallbackReference( void * asyncRef );
H A DIOFireWireSBP2ManagementORB.cpp716 void IOFireWireSBP2ManagementORB::setAsyncCallbackReference( void * asyncRef )
718 bcopy( asyncRef, fCallbackAsyncRef, sizeof(OSAsyncReference64) );
721 void IOFireWireSBP2ManagementORB::getAsyncCallbackReference( void * asyncRef )
723 bcopy( fCallbackAsyncRef, asyncRef, sizeof(OSAsyncReference64) );
H A DIOFireWireSBP2UserClient.h173 virtual void setMgmtORBAsyncCallbackReference( IOFireWireSBP2ManagementORB * orb, void * asyncRef );
174 virtual void getMgmtORBAsyncCallbackReference( IOFireWireSBP2ManagementORB * orb, void * asyncRef );
H A DIOFireWireSBP2UserClient.cpp2160 OSAsyncReference64 asyncRef; local
2161 bcopy( arguments->asyncReference, asyncRef, sizeof(OSAsyncReference64) );
2162 setMgmtORBAsyncCallbackReference( orb, asyncRef );
2443 OSAsyncReference64 asyncRef; local
2446 getMgmtORBAsyncCallbackReference( orb, asyncRef );
2448 if( asyncRef[0] != 0 )
2452 sendAsyncResult64( asyncRef, kIOReturnSuccess, args, 3 );
2466 void IOFireWireSBP2UserClient::setMgmtORBAsyncCallbackReference( IOFireWireSBP2ManagementORB * orb, void * asyncRef )
2468 orb->setAsyncCallbackReference( asyncRef );
2471 void IOFireWireSBP2UserClient::getMgmtORBAsyncCallbackReference( IOFireWireSBP2ManagementORB * orb, void * asyncRef )
[all...]
/macosx-10.10.1/IOKitUser-1050.1.21/hid.subproj/
H A DIOHIDUserDevice.c584 uint64_t asyncRef[kOSAsyncRef64Count]; local
588 asyncRef[kIOAsyncCalloutFuncIndex] = (uint64_t)(uintptr_t)__IOHIDUserDeviceHandleReportAsyncCallback;
589 asyncRef[kIOAsyncCalloutRefconIndex] = (uint64_t)(uintptr_t)pContext;
591 return IOConnectCallAsyncMethod(device->connect, kIOHIDResourceDeviceUserClientMethodHandleReport, wakePort, asyncRef, kOSAsyncRef64Count, &timestamp, 1, report, reportLength, NULL, NULL, NULL, NULL);
/macosx-10.10.1/IOKitUser-1050.1.21/
H A DIOKitLib.c589 io_async_ref_t asyncRef,
622 wakePort, asyncRef, referenceCnt,
634 wakePort, asyncRef, referenceCnt,
645 wakePort, asyncRef, referenceCnt,
681 io_user_reference_t asyncRef[kIOMatchingCalloutCount]; local
683 asyncRef[kIOMatchingCalloutFuncIndex] = (io_user_reference_t) callback;
684 asyncRef[kIOMatchingCalloutRefconIndex] = (io_user_reference_t) refcon;
688 &asyncRef[0], kIOMatchingCalloutCount,
701 io_user_reference_t asyncRef[kIOInterestCalloutCount]; local
704 asyncRef[kIOInterestCalloutFuncInde
584 InternalIOServiceAddNotification( mach_port_t _masterPort, const io_name_t notificationType, CFDictionaryRef matching, mach_port_t wakePort, io_async_ref_t asyncRef, mach_msg_type_number_t referenceCnt, io_iterator_t * notification ) argument
[all...]
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOUserClient.cpp879 void IOUserClient::setAsyncReference(OSAsyncReference asyncRef, argument
883 asyncRef[kIOAsyncReservedIndex] = ((uintptr_t) wakePort)
884 | (kIOUCAsync0Flags & asyncRef[kIOAsyncReservedIndex]);
885 asyncRef[kIOAsyncCalloutFuncIndex] = (uintptr_t) callback;
886 asyncRef[kIOAsyncCalloutRefconIndex] = (uintptr_t) refcon;
889 void IOUserClient::setAsyncReference64(OSAsyncReference64 asyncRef, argument
893 asyncRef[kIOAsyncReservedIndex] = ((io_user_reference_t) wakePort)
894 | (kIOUCAsync0Flags & asyncRef[kIOAsyncReservedIndex]);
895 asyncRef[kIOAsyncCalloutFuncIndex] = (io_user_reference_t) callback;
896 asyncRef[kIOAsyncCalloutRefconInde
899 setAsyncReference64(OSAsyncReference64 asyncRef, mach_port_t wakePort, mach_vm_address_t callback, io_user_reference_t refcon, task_t task) argument
[all...]

Completed in 153 milliseconds

12