Searched refs:fWriteNodeID (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/IOFireWireAVC-422.4.0/IOFireWireAVC/
H A DIOFireWireAVCCommand.cpp70 Not submitted: fTimeout = 0, fWriteNodeID = kFWBadNodeID, fStatus != Busy().
71 Write submitted: fTimeout = 0, fWriteNodeID = kFWBadNodeID, fStatus = kIOReturnBusy
72 Write complete: fTimeout = 250000, fWriteNodeID = device node, fStatus = kIOReturnBusy
73 Interim received: fTimeout = kInterimTimeout, fWriteNodeID = device node, fStatus = kIOReturnBusy
86 device->getNodeIDGeneration(me->fWriteGen, me->fWriteNodeID);
118 if(fTimeout && nodeID == fWriteNodeID) {
185 //IOLog("nodeID: %d-%d\n", nodeID, fWriteNodeID);
229 if(state == kIOFireWireBusReset && fWriteNodeID == kFWBadNodeID)
318 fWriteNodeID = kFWBadNodeID;
447 addr.nodeID = fWriteNodeID;
[all...]
H A DIOFireWireAVCCommand.h45 UInt16 fWriteNodeID; member in class:IOFireWireAVCCommand
H A DIOFireWireAVCUnit.cpp106 fWriteNodeID = kIOFWAVCAsyncCmdFreed; // Special flag to indicate this command was cancled in this unit's free routine.
190 fWriteNodeID = kFWBadNodeID;
210 // If fWriteNodeID is kIOFWAVCAsyncCmdFreed, this command was cancled in the AVCUnit's free routine,
212 if (fWriteNodeID == kIOFWAVCAsyncCmdFreed)
332 // If fWriteNodeID is kIOFWAVCAsyncCmdFreed, this command was cancled in the AVCUnit's free routine,
334 if (fWriteNodeID == kIOFWAVCAsyncCmdFreed)
379 fWriteNodeID = kFWBadNodeID;
495 pCmd->fWriteNodeID,
502 if (pCmd->fWriteNodeID == nodeID)
537 if (pCmd->fWriteNodeID
[all...]
H A DIOFireWireAVCUnit.h91 UInt16 fWriteNodeID; member in class:IOFireWireAVCAsynchronousCommand

Completed in 120 milliseconds