• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireFamily.kmodproj/

Lines Matching defs:asyncRef

2494 	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) ;
2568 OSAsyncReference64 asyncRef,
2594 super::setAsyncReference64 ( asyncRef, (mach_port_t) asyncRef[0], inCallback, inUserRefCon ) ;
2596 asyncRef[0] = 0 ;
2598 me->setAsyncRef_Read(asyncRef) ;
2608 OSAsyncReference64 asyncRef,
2616 super::setAsyncReference64 ( asyncRef, (mach_port_t) asyncRef[0], (mach_vm_address_t)inCallback, (io_user_reference_t)inRefCon ) ;
2618 bcopy(asyncRef, fBusResetAsyncNotificationRef, sizeof(OSAsyncReference64)) ;
3491 OSAsyncReference64 asyncRef,
3509 IOReturn error = port->setAsyncRef_DCLCallProc( asyncRef ) ;
3610 io_user_reference_t * asyncRef = NULL;
3613 asyncRef = new io_user_reference_t[ kOSAsyncRefCount ] ;
3615 if ( !asyncRef )
3623 bcopy( inAsyncRef, asyncRef, sizeof( OSAsyncReference64 ) ) ;
3627 channel->setUserAsyncRef( asyncRef ) ;
3648 IOFireWireUserClient::createAsyncCommand( OSAsyncReference64 asyncRef,
3674 setAsyncReference64( asyncRef, (mach_port_t) asyncRef[0], (mach_vm_address_t)params->callback, (io_user_reference_t)params->refCon);
3676 cmd->setAsyncReference64( asyncRef );
3691 OSAsyncReference64 asyncRef,
3736 super::setAsyncReference64( asyncRef, (mach_port_t) asyncRef[0], (mach_vm_address_t)params->callback, (io_user_reference_t)params->refCon) ;
3738 cmd->setAsyncReference64( asyncRef ) ;
4091 OSAsyncReference64 asyncRef,
4116 super::setAsyncReference64 ( asyncRef, (mach_port_t) asyncRef[0], inCallback, inUserRefCon ) ;
4118 asyncRef[0] = 0 ;
4120 me->setAsyncStreamRef_Packet(asyncRef) ;
4128 OSAsyncReference64 asyncRef,
4156 super::setAsyncReference64 ( asyncRef, (mach_port_t) asyncRef[0], inCallback, inUserRefCon ) ;
4158 asyncRef[0] = 0 ;
4160 me->setAsyncStreamRef_SkippedPacket(asyncRef) ;
4385 io_user_reference_t asyncRef[kOSAsyncRef64Count];
4402 pUserIRMAllocationParams->pUserClient->sendAsyncResult64(pUserIRMAllocationParams->asyncRef, kIOReturnSuccess, NULL, 0) ;
4537 IOFireWireUserClient::irmAllocation_setRef(OSAsyncReference64 asyncRef,
4560 pUserIRMAllocationParams->asyncRef[i] = asyncRef[i];
4561 pUserIRMAllocationParams->asyncRef[ kIOAsyncCalloutFuncIndex ] = (mach_vm_address_t)inCallback ;
4562 pUserIRMAllocationParams->asyncRef[ kIOAsyncCalloutRefconIndex ] = inUserRefCon ;