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

/macosx-10.10/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFWUserIsochChannel.h43 bool doIRM,
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 DIOFWIsochChannel.h95 virtual bool init( IOFireWireController *control, bool doIRM, UInt32 packetSize,
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 DIOFireWireBus.h214 bool doIRM, UInt32 bandwidth, IOFWSpeed prefSpeed,
H A DIOFireWireController.h773 // doIRM = true => allocate channel and bandwith in Isochronous Resource Manager
776 bool doIRM, UInt32 packetSize, IOFWSpeed prefSpeed,
H A DIOFireWireController.cpp6116 IOFWIsochChannel *IOFireWireController::createIsochChannel( bool doIRM, argument
6132 if( !channel->init(this, doIRM, bandwidth, prefSpeed, stopProc, stopRefCon) )
/macosx-10.10/IOFireWireFamily-456/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 182 milliseconds