Lines Matching refs:OSSet

302 OSSet                         * gDriverKitLaunches;
690 gDriverKitLaunches = OSSet::withCapacity(0); in initialize()
1243 OSSet * set; in catalogNewDrivers()
1244 OSSet * allSet = NULL; in catalogNewDrivers()
1254 set = (OSSet *) copyExistingServices( table, in catalogNewDrivers()
1263 allSet->merge((const OSSet *) set); in catalogNewDrivers()
3171 OSSet * freeList; in terminateWorker()
3186 freeList = OSSet::withCapacity( 16 ); in terminateWorker()
3856 OSSet * kexts = NULL; in probeCandidates()
4011 kexts = OSSet::withCapacity(1); in probeCandidates()
5050 OSSet * set; in addNeededResource()
5065 set = OSDynamicCast( OSSet, resourcesProp ); in addNeededResource()
5067 set = OSSet::withCapacity( 1 ); in addNeededResource()
5122 OSSet * set; in checkResources()
5132 if ((set = OSDynamicCast( OSSet, resourcesProp ))) { in checkResources()
6081 ctx->result = OSSet::withObjects((const OSObject **) &service, 1, 1); in instanceMatch()
6083 ((OSSet *)ctx->result)->setObject(service); in instanceMatch()
6119 current = OSSet::withObjects((const OSObject **) &service, 1, 1 ); in copyExistingServices()
6149 OSSet * source = OSDynamicCast(OSSet, current); in copyExistingServices()
6159 ((OSSet *)current)->setObject( service ); in copyExistingServices()
6161 current = OSSet::withObjects( in copyExistingServices()
6190 ((OSSet *)_current)->setObject( service ); in copyExistingServices()
6192 _current = OSSet::withObjects( in copyExistingServices()
6222 iter = OSCollectionIterator::withCollection((OSSet *)current ); in copyExistingServices()