Searched refs:fAllocatedChannels (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFireWireController.cpp680 fAllocatedChannels = OSSet::withCapacity(1); // DV channel.
681 if( fAllocatedChannels == NULL )
687 fAllocChannelIterator = OSCollectionIterator::withCollection(fAllocatedChannels);
884 if( fAllocatedChannels != NULL )
886 fAllocatedChannels->release();
887 fAllocatedChannels = NULL;
6183 fAllocatedChannels->setObject(channel);
6196 fAllocatedChannels->removeObject(channel);
H A DIOFireWireController.h481 OSSet * fAllocatedChannels; // Need to be informed of bus resets member in class:IOFireWireController

Completed in 122 milliseconds