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

/macosx-10.10.1/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFireWireController.cpp708 fIRMAllocationsAllocated = OSSet::withCapacity(1);
709 if( fIRMAllocationsAllocated == NULL )
902 if( fIRMAllocationsAllocated != NULL )
904 fIRMAllocationsAllocated->release();
905 fIRMAllocationsAllocated = NULL;
6206 fIRMAllocationsAllocated->setObject(anObject);
6215 fIRMAllocationsAllocated->removeObject(anObject);
6228 if( fIRMAllocationsAllocated->containsObject(irmAllocation) )
H A DIOFireWireController.h486 OSSet * fIRMAllocationsAllocated; // Need to be informed of bus resets member in class:IOFireWireController

Completed in 80 milliseconds