Searched refs:doIRM (Results 1 - 8 of 8) sorted by path

/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireFamily.kmodproj/
H A DIOFWIsochChannel.cpp58 bool doIRM,
66 FWKLOG(( "IOFWIsochChannel::init - doIRM = %d\n", doIRM ));
75 fDoIRM = doIRM;
424 // the user requested doIRM, but we don't have an allocation..
57 init( IOFireWireController * control, bool doIRM, UInt32 packetSize, IOFWSpeed prefSpeed, ForceStopNotificationProc * stopProc, void * stopRefCon ) argument
H A DIOFWIsochChannel.h95 virtual bool init( IOFireWireController *control, bool doIRM, UInt32 packetSize,
H A DIOFWUserIsochChannel.cpp43 bool doIRM,
47 return super::init( control, doIRM, packetSize, prefSpeed, &IOFWUserIsochChannel::isochChannel_ForceStopHandler, this ) ;
41 init( IOFireWireController * control, bool doIRM, UInt32 packetSize, IOFWSpeed prefSpeed ) argument
H A DIOFWUserIsochChannel.h43 bool doIRM,
H A DIOFireWireBus.h214 bool doIRM, UInt32 bandwidth, IOFWSpeed prefSpeed,
H A DIOFireWireController.cpp6115 IOFWIsochChannel *IOFireWireController::createIsochChannel( bool doIRM, argument
6131 if( !channel->init(this, doIRM, bandwidth, prefSpeed, stopProc, stopRefCon) )
H A DIOFireWireController.h772 // doIRM = true => allocate channel and bandwith in Isochronous Resource Manager
775 bool doIRM, UInt32 packetSize, IOFWSpeed prefSpeed,
/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibDevice.cpp2436 DeviceCOM::SCreateIsochChannel( IOFireWireLibDeviceRef self, Boolean doIRM, UInt32 packetSize, argument
2441 IUnknownVTbl** iUnknown = reinterpret_cast<IUnknownVTbl**>(IsochChannelCOM::Alloc(*IOFireWireIUnknown::InterfaceMap<DeviceCOM>::GetThis(self), doIRM, packetSize, prefSpeed)) ;

Completed in 263 milliseconds