Searched refs:outSpeed (Results 1 - 5 of 5) sorted by last modified time

/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireFamily.kmodproj/
H A DIOFireWireUserClient.cpp1187 UInt32 outSpeed; local
1194 &outSpeed,
1196 arguments->scalarOutput[0] = outSpeed;
1256 UInt32 outSpeed; local
1258 getSpeedToNode((UInt32)arguments->scalarInput[0],&outSpeed);
1259 arguments->scalarOutput[0] = outSpeed;
1265 UInt32 outSpeed; local
1270 &outSpeed);
1271 arguments->scalarOutput[0] = outSpeed;
3558 UInt32 * outSpeed,
3553 isochChannel_AllocateChannelBegin( UserObjectHandle channelRef, UInt32 speed, UInt32 chansHi, UInt32 chansLo, UInt32 * outSpeed, UInt32 * outChannel ) argument
[all...]
H A DIOFireWireUserClient.h579 UInt32 * outSpeed,
639 IOReturn getSpeedToNode( UInt32 generation, UInt32* outSpeed ) ;
640 IOReturn getSpeedBetweenNodes( UInt32 generation, UInt32 fromNode, UInt32 toNode, UInt32* outSpeed ) ;
/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLib.h1660 @param outSpeed A pointer to an IOFWSpeed to hold the maximum speed to the remote device.
1661 @result Returns kIOReturnSuccess if a valid speed has been returned in 'outSpeed'. Returns
1663 IOReturn (*GetSpeedToNode)( IOFireWireLibDeviceRef self, UInt32 checkGeneration, IOFWSpeed* outSpeed) ;
1675 @param outSpeed A pointer to an IOFWSpeed to hold the maximum transfer speed between node 'srcNodeID' and 'destNodeID'.
1676 @result Returns kIOReturnSuccess if a valid speed has been returned in 'outSpeed'. Returns
1678 IOReturn (*GetSpeedBetweenNodes)( IOFireWireLibDeviceRef self, UInt32 checkGeneration, UInt16 srcNodeID, UInt16 destNodeID, IOFWSpeed* outSpeed) ;
1719 @result Returns kIOReturnSuccess if a valid speed has been returned in 'outSpeed'. Returns
H A DIOFireWireLibDevice.cpp1582 Device::GetSpeedToNode( UInt32 checkGeneration, IOFWSpeed* outSpeed) argument
1589 *outSpeed = (IOFWSpeed)(outputVal & 0xFFFFFFFF);
1594 Device::GetSpeedBetweenNodes( UInt32 checkGeneration, UInt16 srcNodeID, UInt16 destNodeID, IOFWSpeed* outSpeed) argument
1600 *outSpeed = (IOFWSpeed)(outputVal & 0xFFFFFFFF);
2242 DeviceCOM::SGetSpeedToNode( IOFireWireLibDeviceRef self, UInt32 checkGeneration, IOFWSpeed* outSpeed) argument
2244 return IOFireWireIUnknown::InterfaceMap<DeviceCOM>::GetThis(self)->GetSpeedToNode( checkGeneration, outSpeed ) ;
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.h380 IOReturn GetSpeedToNode( UInt32 checkGeneration, IOFWSpeed* outSpeed) ;
381 IOReturn GetSpeedBetweenNodes( UInt32 checkGeneration, UInt16 srcNodeID, UInt16 destNodeID, IOFWSpeed* outSpeed) ;
769 static IOReturn SGetSpeedToNode( IOFireWireLibDeviceRef self, UInt32 checkGeneration, IOFWSpeed* outSpeed) ;
770 static IOReturn SGetSpeedBetweenNodes( IOFireWireLibDeviceRef self, UInt32 checkGeneration, UInt16 srcNodeID, UInt16 destNodeID, IOFWSpeed* outSpeed) ;

Completed in 261 milliseconds