Searched refs:createDCLPool (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFireWireBus.h92 virtual IOFWDCLPool * createDCLPool ( unsigned capacity ) const = 0 ;
309 inline IOFWDCLPool * createDCLPool ( UInt32 capacity = 0 ) { return fAuxiliary->createDCLPool ( capacity ) ; } function in class:IOFireWireBus
H A DIOFireWireLink.cpp135 IOFireWireLink::createDCLPool ( function in class:IOFireWireLink
H A DIOFireWireLink.h207 virtual IOFWDCLPool* createDCLPool ( UInt32 capacity ) ;
H A DIOFWUserIsochPort.cpp489 fDCLPool = fUserClient->getOwner()->getBus()->createDCLPool() ;
H A DIOFireWireController.h366 virtual IOFWDCLPool * createDCLPool ( unsigned capacity ) const ;
H A DIOFireWireController.cpp383 IOFireWireControllerAux::createDCLPool ( unsigned capacity ) const function in class:IOFireWireControllerAux
385 return fPrimary->getLink()->createDCLPool( capacity ) ;

Completed in 174 milliseconds