Searched refs:allowedChans (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFWUserIsochChannel.h56 UInt64 allowedChans,
57 UInt32 * outChannel ) { return IOFWIsochChannel::allocateChannelBegin( speed, allowedChans, outChannel ) ; }
54 allocateChannelBegin( IOFWSpeed speed, UInt64 allowedChans, UInt32 * outChannel ) argument
H A DIOFWIsochChannel.h112 IOReturn allocateChannelBegin( IOFWSpeed speed, UInt64 allowedChans, UInt32 * channel = NULL ) ;
H A DIOFWIsochChannel.cpp530 UInt64 allowedChans; local
542 allowedChans = ~(UInt64)0;
550 allowedChans &= portChans;
567 allowedChans &= portChans;
577 status = allocateChannelBegin( speed, allowedChans );
H A DIOFireWireUserClient.cpp3575 UInt64 allowedChans = ((UInt64)chansHi << 32) | (UInt64)chansLo ; local
3576 error = channel->allocateChannelBegin( (IOFWSpeed)speed, allowedChans, outChannel ) ;
/macosx-10.10/IOFireWireFamily-456/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibIsochChannel.cpp159 UInt64 allowedChans = ~(UInt64)0 ; local
165 allowedChans &= portChans;
177 allowedChans &= portChans;
183 const uint64_t inputs[4] = {(const uint64_t)mKernChannelRef, (const uint64_t)mSpeed, (allowedChans >> 32),(0xFFFFFFFF & allowedChans)};

Completed in 188 milliseconds