Searched refs:clientSet (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFireWireDevice.cpp1611 OSSet * clientSet = NULL; local
1620 clientSet = OSSet::withCapacity(2);
1621 if( clientSet == NULL )
1637 clientSet->setObject( client );
1644 clientIterator = OSCollectionIterator::withCollection( clientSet );
1716 clientSet->removeObject( found );
1784 if( clientSet != NULL )
1786 clientSet->release();
/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDDevice.cpp220 #define _clientSet _reserved->clientSet
672 static inline bool ShouldPostDisplayActivityTickles(IOService *device, OSSet * clientSet, bool isSeized) argument
676 if (!clientSet->getCount() || !primaryUsagePage || !OSDynamicCast(OSNumber, primaryUsagePage) ||
692 if ( !isSeized && (iterator = OSCollectionIterator::withCollection(clientSet)) )
714 IOService *device, OSSet * clientSet, bool isSeized)
723 if (!clientSet->getCount() ||
736 if ( !isSeized && (iterator = OSCollectionIterator::withCollection(clientSet)) )
713 ShouldPostDisplayActivityTicklesForWakeDevice( IOService *device, OSSet * clientSet, bool isSeized) argument
H A DIOHIDDevice.h123 OSSet * clientSet; member in struct:IOHIDDevice::ExpansionData

Completed in 200 milliseconds