Searched refs:allocateChannelBegin (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireFamily.kmodproj/
H A DIOFWUserIsochChannel.h54 IOReturn allocateChannelBegin( function in class:IOFWUserIsochChannel
57 UInt32 * outChannel ) { return IOFWIsochChannel::allocateChannelBegin( speed, allowedChans, outChannel ) ; }
H A DIOFWIsochChannel.h112 IOReturn allocateChannelBegin( IOFWSpeed speed, UInt64 allowedChans, UInt32 * channel = NULL ) ;
H A DIOFWIsochChannel.cpp575 // allocateChannelBegin sets up fSpeed, fGeneration, fBandwidth, and fChannel
577 status = allocateChannelBegin( speed, allowedChans );
628 // allocateChannelBegin
632 IOReturn IOFWIsochChannel::allocateChannelBegin( IOFWSpeed inSpeed, function in class:IOFWIsochChannel
636 DebugLog( "IOFWIsochChannel<%p>::allocateChannelBegin() - entered, inSpeed = %d, fDoIRM = %d, inAllowedChans = 0x%016llx, fChannel=%d, fBandwidth=%d\n", this, inSpeed, fDoIRM, inAllowedChans, (uint32_t)fChannel, (uint32_t)fBandwidth );
669 DebugLog( "IOFWIsochChannel<%p>::allocateChannelBegin() - generation %d\n", this, (uint32_t)generation );
691 DebugLog( "IOFWIsochChannel<%p>::allocateChannelBegin() - delaying for %d msec\n", this, (uint32_t)delayInMSec);
718 DebugLog("IOFWIsochChannel<%p>::allocateChannelBegin() - timed out waiting for bus resets to end\n", this) ;
735 DebugLogCond( status, "IOFWIsochChannel<%p>::allocateChannelBegin() line %u - read command got error 0x%x\n", this, __LINE__, status ) ;
736 DebugLog("IOFWIsochChannel<%p>::allocateChannelBegin()
[all...]
H A DIOFireWireUserClient.cpp3576 error = channel->allocateChannelBegin( (IOFWSpeed)speed, allowedChans, outChannel ) ;

Completed in 125 milliseconds