Lines Matching refs:OSOrderedSet
249 static OSOrderedSet * gJobs;
646 gJobs = OSOrderedSet::withCapacity( 10 ); in initialize()
1240 IOService::catalogNewDrivers( OSOrderedSet * newTables ) in catalogNewDrivers()
3845 IOService::probeCandidates( OSOrderedSet * matches ) in probeCandidates()
3854 OSOrderedSet * familyMatches = NULL; in probeCandidates()
3855 OSOrderedSet * startList; in probeCandidates()
4027 familyMatches = OSOrderedSet::withCapacity( 1, in probeCandidates()
4129 startList = (OSOrderedSet *) in probeCandidates()
4132 startList = OSOrderedSet::withCapacity( 1, in probeCandidates()
4157 OSOrderedSet *startList = OSDynamicCast(OSOrderedSet, value); in probeCandidates()
4180 startList = (OSOrderedSet *) startDict->getObject( category ); in probeCandidates()
5347 OSOrderedSet * matches; in doServiceMatch()
5385 iter = OSCollectionIterator::withCollection((OSOrderedSet *) in doServiceMatch()
5705 OSOrderedSet * set; in waitQuietWithOptions()
5706 OSOrderedSet * leaves; in waitQuietWithOptions()
5727 leaves = OSOrderedSet::withCapacity(4); in waitQuietWithOptions()
6284 OSOrderedSet * set; in setNotification()
6314 if (NULL == (set = (OSOrderedSet *) gNotifications->getObject( type ))) { in setNotification()
6315 set = OSOrderedSet::withCapacity( 1, in setNotification()
6717 iter = OSCollectionIterator::withCollection((OSOrderedSet *) in copyNotifiers()