Searched refs:fCommand (Results 1 - 16 of 16) sorted by relevance

/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireFamily.kmodproj/
H A DIOFWUserCommand.cpp33 if ( fCommand )
35 IOReturn cmdStatus = fCommand->getStatus() ;
38 DebugLog("cancelling cmd %p\n", fCommand) ;
39 fCommand->cancel( kIOReturnAborted ) ;
42 fCommand->release() ;
43 fCommand = NULL;
146 args[0] = cmd->fCommand->getBytesTransferred();
147 args[1] = cmd->fCommand->getAckCode();
148 args[2] = cmd->fCommand->getResponseCode();
169 cmd->fOutputArgs[0] = cmd->fCommand
[all...]
H A DIOFWUserCommand.h90 virtual IOFWAsyncCommand * getAsyncCommand( void ) { return fCommand; }
94 IOFWAsyncCommand* fCommand ; member in class:IOFWUserCommand
/macosx-10.9.5/Chess-310.5/Sources/
H A DMBCMoveAnimation.mm57 a->fPiece = move->fCommand == kCmdDrop
69 if (fMove->fCommand == kCmdDrop)
H A DMBCRemotePlayer.mm122 [fDocument updateMatchForEndOfGame:((MBCMove *)[n userInfo])->fCommand];
H A DMBCBoard.mm83 fCommand = command;
110 switch (fCommand) {
221 switch (fCommand) {
242 switch (fCommand) {
305 switch (fCommand) {
506 if (move->fCommand != kCmdMove && move->fCommand != kCmdDrop)
518 if (move->fCommand == kCmdMove) {
654 if (move->fCommand == kCmdMove
683 switch (move->fCommand) {
[all...]
H A DMBCEngine.mm261 if (move->fCommand == kCmdStartGame) {
270 switch (move->fCommand) {
536 switch (move->fCommand) {
H A DMBCBoard.h158 MBCMoveCode fCommand; // Command variable
H A DMBCInteractivePlayer.mm541 move->fCommand = kCmdDrop;
565 if (move->fCommand == kCmdUndo) {
H A DMBCBoardWin.mm484 if (move->fCommand == kCmdWhiteWins && SideIncludesWhite([[self document] humanSide]))
486 if (move->fCommand == kCmdBlackWins && SideIncludesBlack([[self document] humanSide]))
540 if (move->fCommand == kCmdMove && Piece(move->fPiece) == PAWN
567 if (move->fCommand == kCmdDrop)
H A DMBCGameInfo.mm322 switch (move->fCommand) {
/macosx-10.9.5/IOFireWireAVC-422.4.0/IOFireWireAVC/
H A DIOFireWireAVCCommand.cpp125 if (fCommand)
127 p = (UInt8*) fCommand;
247 ((IOFWWriteQuadCommand *)fWriteCmd)->reinit(addr,(UInt32 *)fCommand, fCmdLen/4, writeDone, this);
334 fCommand = command;
341 fCommand = NULL;
454 (UInt32 *)fCommand, fCmdLen/4, writeDone, this);
504 fCommand = command;
513 fCommand = NULL;
H A DIOFireWireAVCCommand.h36 const UInt8 *fCommand; member in class:IOFireWireAVCCommand
H A DIOFireWireAVCUnit.cpp646 if(me->fCommand)
649 res = me->fCommand->handleResponse(nodeID, len, buf);
651 res = me->fCommand->handleResponseWithSimpleMatching(nodeID, len, buf);
1175 fCommand = cmd;
1177 res = fCommand->submit();
1183 fCommand = NULL;
1214 fCommand = cmd;
1216 res = fCommand->submit();
1222 fCommand = NULL;
1532 if(fCommand !
[all...]
H A DIOFireWireAVCUnit.h175 IOFireWireAVCCommand *fCommand; member in class:IOFireWireAVCUnit
/macosx-10.9.5/IOFireWireIP-226.4/KernelHeaders/IOKit/
H A DIOFireWireIPCommand.h54 const UInt8 *fCommand; member in class:IOFWIPAsyncWriteCommand
205 const UInt8 *fCommand; member in class:IOFWIPAsyncStreamTxCommand
/macosx-10.9.5/IOFireWireAVC-422.4.0/IOFireWireAVCLib/
H A DIOFireWireAVCLibProtocol.c91 UInt8 fCommand[512]; member in struct:_AVCProtocol
178 bcopy(src, me->fCommand+pos, len);
182 status = me->userCallBack(me->userRefCon, me->fCmdGeneration, me->fCmdSource, me->speed, me->fCommand , me->fCmdLen);
198 me->fCommand,

Completed in 173 milliseconds