Searched refs:fGeneration (Results 1 - 25 of 29) sorted by relevance

12

/macosx-10.10/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFWAsyncPHYCommand.cpp79 fGeneration = generation;
85 fGeneration = fControl->getGeneration();
125 fGeneration = generation;
131 fGeneration = fControl->getGeneration();
294 result = fControl->asyncPHYPacket( fGeneration, fData1, fData2, this);
H A DIOFWAsyncStreamCommand.cpp92 fGeneration = generation;
141 fGeneration = generation;
242 fGeneration = fControl->getGeneration();
249 result = fControl->asyncStreamWrite(fGeneration,
H A DIOFireWireIRM.h66 UInt32 fGeneration; member in class:IOFireWireIRM
H A DIOFWAsyncCommand.cpp106 device->getNodeIDGeneration(fGeneration, fNodeID);
158 fGeneration = generation;
261 fDevice->getNodeIDGeneration(fGeneration, fNodeID);
300 fGeneration = generation;
325 fDevice->getNodeIDGeneration(fGeneration, fNodeID);
339 fGeneration = generation;
H A DIOFireWireIRM.cpp95 fGeneration = 0;
187 fGeneration = generation;
241 fLockCmd->reinit( fGeneration, address, &fOldChannelsAvailable31_0, &fNewChannelsAvailable31_0, 1, IOFireWireIRM::lockCompleteStatic, this );
330 UInt32 fGeneration; member in struct:IRMAllocationThreadInfo
576 threadInfo->fGeneration = generation;
638 UInt32 generation = threadInfo->fGeneration;
H A DIOFWIsochChannel.cpp575 // allocateChannelBegin sets up fSpeed, fGeneration, fBandwidth, and fChannel
867 fGeneration = generation;
934 UInt32 fGeneration; member in struct:ChannelThreadInfo
950 threadInfo->fGeneration = fControl->getGeneration();
974 UInt32 generation = threadInfo->fGeneration;
1022 if( fGeneration == generation )
1161 fGeneration = generation;
1252 FWKLOG(( "IOFWIsochChannel::releaseChannelComplete - generation = %d allocated generation = %d\n", generation, fGeneration ));
1254 if( generation != fGeneration )
1373 fGeneration
[all...]
H A DIOFWReadCommand.cpp138 fDevice->getNodeIDGeneration(fGeneration, fNodeID);
170 result = fControl->asyncRead(fGeneration, fNodeID, fAddressHi,
H A DIOFWWriteCommand.cpp232 fDevice->getNodeIDGeneration( fGeneration, fNodeID );
277 result = fControl->asyncWrite( fGeneration,
H A DIOFWIsochChannel.h74 UInt32 fGeneration; // When bandwidth was allocated member in class:IOFWIsochChannel
H A DIOFireWireROMCache.h59 UInt32 fGeneration; member in class:IOFireWireROMCache
H A DIOFireWireUnit.cpp182 fDevice->getNodeIDGeneration(fGeneration, fNodeID, fLocalNodeID);
227 fDevice->getNodeIDGeneration(fGeneration, fNodeID, fLocalNodeID);
241 fDevice->getNodeIDGeneration(fGeneration, fNodeID, fLocalNodeID);
H A DIOFWCommand.h322 UInt32 fGeneration; // bus topology fNodeID is valid for. member in class:IOFWAsyncCommand
363 { fGeneration = generation; }
793 UInt32 fGeneration; // bus topology fNodeID is valid for. member in class:IOFWAsyncStreamCommand
839 { fGeneration = generation; }
903 UInt32 fGeneration; member in class:IOFWAsyncPHYCommand
950 { fGeneration = generation; }
H A DIOFWCompareAndSwapCommand.cpp352 fDevice->getNodeIDGeneration(fGeneration, fNodeID);
365 result = fControl->asyncLock( fGeneration,
H A DIOFWReadQuadCommand.cpp257 fDevice->getNodeIDGeneration(fGeneration, fNodeID);
296 result = fControl->asyncRead(fGeneration, fNodeID, fAddressHi,
H A DIOFWWriteQuadCommand.cpp400 fDevice->getNodeIDGeneration( fGeneration, fNodeID );
441 result = fControl->asyncWrite( fGeneration,
H A DIOFireWireROMCache.cpp369 generation = fGeneration;
468 fGeneration = generation;
H A DIOFireWireNub.cpp268 generation = fGeneration;
280 generation = fGeneration;
H A DIOFireWireLocalNode.cpp200 fGeneration = gen;
H A DIOFireWireNub.h142 UInt32 fGeneration; // ID Of bus topology that fNodeID is valid for. member in class:IOFireWireNub
H A DIOFireWireDevice.cpp665 fGeneration = gen;
742 fDeviceROM->setROMState( IOFireWireROMCache::kROMStateResumed, fGeneration );
789 rom = IOFireWireROMCache::withOwnerAndBytes( this, info->fBuf, newROMSize, fGeneration );
/macosx-10.10/IOFireWireAVC-422.4.0/IOFireWireAVCLib/
H A DIOFireWireAVCLibConsumer.cpp190 fGeneration = 0;
843 fGeneration = generation;
923 status = (*me->fAVCUnit)->AVCCommandInGeneration( me->fAVCUnit, me->fGeneration, (UInt8*)&cmd, sizeof(cmd), (UInt8*)&response, &responseLength );
1163 if( generation == fGeneration )
1259 fGeneration = generation;
1852 status = me->updateProducerRegister( newVal, me->fGeneration );
1886 status = me->updateProducerRegister( newVal, me->fGeneration );
1956 status = me->updateProducerRegister( newVal, me->fGeneration );
2019 status = me->updateProducerRegister( newVal, me->fGeneration );
H A DIOFireWireAVCLibConsumer.h67 UInt32 fGeneration; member in class:IOFireWireAVCLibConsumer
/macosx-10.10/IOFireWireIP-226.2/KernelSource/IOKit/
H A DIOFireWireIPCommand.cpp90 device->getNodeIDGeneration(fGeneration, fNodeID);
162 device->getNodeIDGeneration(fGeneration, fNodeID);
763 fGeneration = generation;
837 fGeneration = generation;
/macosx-10.10/IOFireWireSBP2-425/IOFireWireSBP2/
H A DIOFireWireSBP2ORB.h172 UInt32 fGeneration; member in class:IOFireWireSBP2ORB
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDLibUserClient.h188 uint64_t fGeneration; member in class:IOHIDLibUserClient

Completed in 219 milliseconds

12