Searched refs:portChans (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/IOFireWireFamily-456/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibIsochChannel.cpp152 UInt64 portChans ; local
162 (**mTalker).GetSupported( mTalker, & portSpeed, & portChans);
165 allowedChans &= portChans;
173 (**listen).GetSupported( listen, & portSpeed, & portChans );
177 allowedChans &= portChans;
/macosx-10.10/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFWIsochChannel.cpp528 UInt64 portChans; local
545 fTalker->getSupported( portSpeed, portChans );
550 allowedChans &= portChans;
562 listen->getSupported( portSpeed, portChans );
567 allowedChans &= portChans;

Completed in 76 milliseconds