Searched refs:destNodeID (Results 1 - 3 of 3) sorted by path

/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLib.h193 "Get the maximum transfer speed between nodes 'srcNodeID' and 'destNodeID'."
1666 @abstract Get the maximum transfer speed between nodes 'srcNodeID' and 'destNodeID'.
1674 @param destNodeID A FireWire node ID.
1675 @param outSpeed A pointer to an IOFWSpeed to hold the maximum transfer speed between node 'srcNodeID' and 'destNodeID'.
1678 IOReturn (*GetSpeedBetweenNodes)( IOFireWireLibDeviceRef self, UInt32 checkGeneration, UInt16 srcNodeID, UInt16 destNodeID, IOFWSpeed* outSpeed) ;
H A DIOFireWireLibDevice.cpp1594 Device::GetSpeedBetweenNodes( UInt32 checkGeneration, UInt16 srcNodeID, UInt16 destNodeID, IOFWSpeed* outSpeed) argument
1598 const uint64_t inputs[3] = {checkGeneration, srcNodeID, destNodeID};
2248 DeviceCOM::SGetSpeedBetweenNodes( IOFireWireLibDeviceRef self, UInt32 checkGeneration, UInt16 srcNodeID, UInt16 destNodeID, IOFWSpeed* outSpeed) argument
2250 return IOFireWireIUnknown::InterfaceMap<DeviceCOM>::GetThis(self)->GetSpeedBetweenNodes( checkGeneration, srcNodeID, destNodeID, outSpeed ) ;
H A DIOFireWireLibDevice.h381 IOReturn GetSpeedBetweenNodes( UInt32 checkGeneration, UInt16 srcNodeID, UInt16 destNodeID, IOFWSpeed* outSpeed) ;
770 static IOReturn SGetSpeedBetweenNodes( IOFireWireLibDeviceRef self, UInt32 checkGeneration, UInt16 srcNodeID, UInt16 destNodeID, IOFWSpeed* outSpeed) ;

Completed in 418 milliseconds