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

/macosx-10.10.1/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFireWireController.cpp694 fIRMAllocations = OSSet::withCapacity(1);
695 if( fIRMAllocations == NULL )
701 fIRMAllocationsIterator = OSCollectionIterator::withCollection(fIRMAllocations);
896 if( fIRMAllocations != NULL )
898 fIRMAllocations->release();
899 fIRMAllocations = NULL;
6230 fIRMAllocations->setObject(irmAllocation);
6244 fIRMAllocations->removeObject(irmAllocation);
H A DIOFireWireController.h484 OSSet * fIRMAllocations; // Need to be informed of bus resets member in class:IOFireWireController

Completed in 107 milliseconds