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

/macosx-10.10.1/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFireWireController.cpp645 fLocalAddresses = OSSet::withCapacity( 5 ); // Local ROM + CSR registers + SBP-2 ORBs + FCP + PCR
646 if( fLocalAddresses == NULL )
652 fSpaceIterator = OSCollectionIterator::withCollection( fLocalAddresses );
853 if( fLocalAddresses != NULL )
855 fLocalAddresses->release();
856 fLocalAddresses = NULL;
5640 if(!fLocalAddresses->setObject(space))
5659 fLocalAddresses->removeObject(space);
H A DIOFireWireController.h478 OSSet * fLocalAddresses; // Collection of local adress spaces member in class:IOFireWireController

Completed in 133 milliseconds