Searched refs:fAsyncCmdPool (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/IOFireWireIP-226.2/KernelHeaders/IOKit/
H A DIOFWIPBusInterface.h100 IOCommandPool *fAsyncCmdPool; member in class:IOFWIPBusInterface
/macosx-10.10.1/IOFireWireIP-226.2/KernelSource/IOKit/
H A DIOFWIPBusInterface.cpp65 fAsyncCmdPool = 0;
702 if( (fAsyncCmdPool == NULL) )
703 fAsyncCmdPool = IOCommandPool::withWorkLoop(workLoop);
711 if( (fMbufCmdPool == NULL) or (fAsyncCmdPool == NULL) or (fRCBCmdPool == NULL) )
744 IOFWIPAsyncWriteCommand * cmd = (IOFWIPAsyncWriteCommand *)fAsyncCmdPool->getCommand(block);
790 if(fAsyncCmdPool != NULL)
791 fAsyncCmdPool->returnCommand(cmd);
854 if(fAsyncCmdPool == NULL)
860 cmd1 = (IOFWIPAsyncWriteCommand*)fAsyncCmdPool->getCommand(false);
869 fAsyncCmdPool
[all...]

Completed in 142 milliseconds