Searched refs:OSSet (Results 1 - 23 of 23) sorted by relevance

/darwin-on-arm/xnu/libkern/c++/
H A DOSSet.cpp33 #include <libkern/c++/OSSet.h>
37 OSDefineMetaClassAndStructors(OSSet, OSCollection)
38 OSMetaClassDefineReservedUnused(OSSet, 0);
39 OSMetaClassDefineReservedUnused(OSSet, 1);
40 OSMetaClassDefineReservedUnused(OSSet, 2);
41 OSMetaClassDefineReservedUnused(OSSet, 3);
42 OSMetaClassDefineReservedUnused(OSSet, 4);
43 OSMetaClassDefineReservedUnused(OSSet, 5);
44 OSMetaClassDefineReservedUnused(OSSet, 6);
45 OSMetaClassDefineReservedUnused(OSSet,
[all...]
H A DOSUnserializeXML.cpp2637 OSSet *set = OSSet::withArray(array, array->getCapacity());
H A DOSUnserializeXML.y1025 OSSet *set = OSSet::withArray(array, array->getCapacity());
H A DOSKext.cpp239 static OSSet * sPostedKextLoadIdentifiers = NULL;
243 static OSSet * sAllKextLoadIdentifiers = NULL;
598 sPostedKextLoadIdentifiers = OSSet::withCapacity(0);
599 sAllKextLoadIdentifiers = OSSet::withCapacity(kOSKextTypicalLoadCount);
956 OSSet * prelinkedKexts = NULL; // must release
976 prelinkedKexts = OSSet::withCapacity(0);
7107 metaClasses = OSSet::withCapacity(numClasses);
7221 OSSet *
H A DOSMetaClass.cpp41 #include <libkern/c++/OSSet.h>
/darwin-on-arm/xnu/libkern/libkern/c++/
H A DOSSet.h42 * This header declares the OSSet collection class.
47 * @class OSSet
50 * OSSet provides an unordered set store of objects.
53 * OSSet is a container for Libkern C++ objects
65 * OSSet retains objects added to it,
67 * An OSSet also grows as necessary to accommodate new objects,
78 * OSSet provides no concurrency protection;
85 class OSSet : public OSCollection class in inherits:OSCollection
87 OSDeclareDefaultStructors(OSSet)
112 * Creates and initializes an empty OSSet
[all...]
H A DOSContainers.h41 #include <libkern/c++/OSSet.h>
H A DMakefile41 OSSet.h \
H A DOSSerialize.h35 class OSSet;
H A DOSArray.h90 friend class OSSet;
H A DOSKext.h221 OSSet * metaClasses; // for C++/OSMetaClass kexts
457 virtual OSSet * getMetaClasses(void);
/darwin-on-arm/xnu/iokit/Tests/
H A DTestCollections.cpp32 #include <libkern/c++/OSSet.h>
282 OSSet *set1, *set2;
286 set1 = OSSet::withCapacity(1);
299 set1 = OSSet::withCapacity(1);
328 // Check the creation of a sizable OSSet from an set of IOObjects
333 set1 = OSSet::withObjects(cache, numStrCache, numStrCache);
358 set1 = OSSet::withObjects(cache, numStrCache, numStrCache);
364 set2 = OSSet::withCapacity(set1->getCount());
390 set2 = OSSet::withSet(set1, numStrCache - 1);
392 set2 = OSSet
[all...]
/darwin-on-arm/xnu/iokit/IOKit/pwr_mgt/
H A DRootDomain.h549 OSSet * _joinedCapabilityClients;
646 OSSet * preventIdleSleepList;
647 OSSet * preventSystemSleepList;
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOService.cpp668 OSSet * set;
669 OSSet * allSet = 0;
680 set = (OSSet *) copyExistingServices( table,
690 allSet->merge((const OSSet *) set);
2100 OSSet * freeList;
2114 freeList = OSSet::withCapacity( 16 );
2978 OSSet * set;
2988 set = OSDynamicCast( OSSet, resourcesProp );
2990 set = OSSet::withCapacity( 1 );
3040 OSSet * se
[all...]
H A DIOServicePMPrivate.h337 OSSet * InsertInterestSet;
338 OSSet * RemoveInterestSet;
H A DIOPMrootDomain.cpp954 preventIdleSleepList = OSSet::withCapacity(8);
955 preventSystemSleepList = OSSet::withCapacity(2);
5640 _joinedCapabilityClients = OSSet::withCapacity(8);
6963 OSSet * inner;
6975 inner = (OSSet *)gPMHaltArray->getObject(me->depth);
7102 #define PLACEHOLDER ((OSSet *)gPMHaltArray)
7106 OSSet * inner;
7193 inner = (OSSet *)gPMHaltArray->getObject(depth);
7196 inner = OSSet::withCapacity(40);
7205 // the same depth, OSSet wil
[all...]
H A DIOPlatformExpert.cpp150 OSSet * topLevel;
154 topLevel = OSDynamicCast( OSSet, getProperty("top-level"));
H A DIODeviceTreeSupport.cpp859 OSSet *result = 0;
874 result = OSSet::withCapacity( 3 );
H A DIOUserClient.cpp2589 OSSet * mappings;
2590 if ((mappings = OSDynamicCast(OSSet, connection)))
2684 client->mappings = OSSet::withCapacity(2);
H A DIOServicePM.cpp1366 fInsertInterestSet = OSSet::withCapacity(4);
1408 fRemoveInterestSet = OSSet::withCapacity(4);
H A DIOMemoryDescriptor.cpp3938 _mappings = OSSet::withCapacity(1);
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOUserClient.h202 OSSet * mappings;
H A DIOMemoryDescriptor.h165 OSSet * _mappings;

Completed in 283 milliseconds