Searched refs:getCommand (Results 1 - 11 of 11) sorted by path

/macosx-10.9.5/AppleRAID-4.0.6/
H A DAppleRAIDSet.cpp41 storageRequest = (AppleRAIDStorageRequest *)arStorageRequestPool->getCommand(false);
610 storageRequest = (AppleRAIDStorageRequest *)arStorageRequestPool->getCommand(false);
622 // XXX fix this? looks like the code always calls getCommand with false
1971 *storageRequest = (AppleRAIDStorageRequest *)arStorageRequestPool->getCommand(false);
/macosx-10.9.5/IOATAFamily-252.0.3/
H A DIOATACommand.cpp866 IOExtendedLBA::getCommand( void ) function in class:IOExtendedLBA
H A DIOATACommand.h421 /*!@function getCommand
424 virtual UInt8 getCommand( void );
H A DIOATAController.cpp1850 *_tfStatusCmdReg = extLBA->getCommand();
/macosx-10.9.5/IOATAPIProtocolTransport-350.0.3/
H A DIOATAPIProtocolTransport.cpp1621 cmd = ( IOATACommand * ) fCommandPool->getCommand ( false );
1640 cmd = ( IOATACommand * ) fCommandPool->getCommand ( false );
1680 cmd = ( IOATACommand * ) fCommandPool->getCommand ( blockForCommand );
/macosx-10.9.5/IOFireWireIP-226.4/KernelSource/IOKit/
H A DIOFWIPBusInterface.cpp376 cmd = (IOFWIPMBufCommand*)fMbufCmdPool->getCommand(false);
391 cmd = (RCB*)fRCBCmdPool->getCommand(false);
722 mBufCommand = (IOFWIPMBufCommand *)fMbufCmdPool->getCommand(false);
744 IOFWIPAsyncWriteCommand * cmd = (IOFWIPAsyncWriteCommand *)fAsyncCmdPool->getCommand(block);
860 cmd1 = (IOFWIPAsyncWriteCommand*)fAsyncCmdPool->getCommand(false);
889 cmd2 = (IOFWIPAsyncStreamTxCommand*)fAsyncStreamTxCmdPool->getCommand(false);
1129 IOFWIPAsyncStreamTxCommand *cmd = (IOFWIPAsyncStreamTxCommand*)fAsyncStreamTxCmdPool->getCommand(false);
1226 IOFWIPAsyncStreamTxCommand *asyncStreamCmd = (IOFWIPAsyncStreamTxCommand*)fAsyncStreamTxCmdPool->getCommand(false);
1525 IOFWIPAsyncStreamTxCommand *asyncStreamCmd = (IOFWIPAsyncStreamTxCommand*)fAsyncStreamTxCmdPool->getCommand(false);
3181 RCB * cmd = (RCB *)fRCBCmdPool->getCommand(fals
[all...]
/macosx-10.9.5/IOFireWireSerialBusProtocolTransport-251.0.1/
H A DIOFireWireSerialBusProtocolTransport.cpp851 } while ( ( orb = ( IOFireWireSBP2ORB * ) reserved->fSubmitQueue->getCommand ( false ) ) );
918 orb = ( IOFireWireSBP2ORB * ) reserved->fCommandPool->getCommand ( false );
2202 fORB = ( IOFireWireSBP2ORB * ) reserved->fSubmitQueue->getCommand ( false );
2332 while ( ( orb = ( IOFireWireSBP2ORB * ) reserved->fCommandPool->getCommand ( false ) ) )
/macosx-10.9.5/IOSCSIParallelFamily-300.0.2/
H A DIOSCSIParallelInterfaceController.cpp1011 parallelTask = ( SCSIParallelTask * ) fParallelTaskPool->getCommand ( blockForCommand );
1236 parallelTask = ( SCSIParallelTask * ) fParallelTaskPool->getCommand ( false );
1241 parallelTask = ( SCSIParallelTask * ) fParallelTaskPool->getCommand ( false );
/macosx-10.9.5/vim-53/src/
H A Dintegration.c127 getCommand(void) function
168 cmd = getCommand();
/macosx-10.9.5/xnu-2422.115.4/iokit/IOKit/
H A DIOCommandPool.h160 * @function getCommand
161 * @discussion The getCommand method is used to get a pointer to an object of type IOCommand from the pool.
166 * If the caller passes true in blockForCommand, getCommand guarantees that
172 virtual IOCommand *getCommand(bool blockForCommand = true);
191 * command from the pool behind a command gate, runAction-ed by getCommand.
/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIOCommandPool.cpp139 // getCommand - Gets a command from the pool. Pass true in
145 IOCommandPool::getCommand(bool blockForCommand) function in class:IOCommandPool

Completed in 276 milliseconds