Searched refs:mBufCommand (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/IOFireWireIP-226.2/KernelHeaders/IOKit/
H A DIOFireWireIPCommand.h163 void* initPacketHeader(IOFWIPMBufCommand *mBufCommand, bool doCopy, FragmentType unfragmented, UInt32 headerSize, UInt32 offset);
/macosx-10.10/IOFireWireIP-226.2/KernelSource/IOKit/
H A DIOFWIPBusInterface.cpp719 IOFWIPMBufCommand * mBufCommand = NULL; local
722 mBufCommand = (IOFWIPMBufCommand *)fMbufCmdPool->getCommand(false);
724 if(mBufCommand == NULL)
728 mBufCommand = new IOFWIPMBufCommand;
729 if(not mBufCommand->init())
731 mBufCommand->release();
732 mBufCommand = NULL;
739 return mBufCommand;
1294 IOFWIPMBufCommand * mBufCommand = getMBufCommand(); local
1296 if( not mBufCommand )
1342 IOFWIPMBufCommand * mBufCommand = getMBufCommand(); local
[all...]
H A DIOFireWireIPCommand.cpp622 void* IOFWIPAsyncWriteCommand::initPacketHeader(IOFWIPMBufCommand *mBufCommand, bool doCopy, FragmentType unfragmented, UInt32 headerSize, UInt32 offset) argument
624 fMBufCommand = mBufCommand;

Completed in 188 milliseconds