Home
last modified time | relevance | path

Searched refs:OSSet (Results 1 – 25 of 39) sorted by relevance

12

/xnu-11215/libkern/c++/
H A DOSSet.cpp115 OSSet::initWithSet(const OSSet *inSet, in initWithSet()
121 OSSharedPtr<OSSet>
124 OSSharedPtr<OSSet> me = OSMakeShared<OSSet>(); in withCapacity()
133 OSSharedPtr<OSSet>
138 OSSharedPtr<OSSet> me = OSMakeShared<OSSet>(); in withObjects()
151 OSSharedPtr<OSSet> me = OSMakeShared<OSSet>(); in withArray()
161 OSSet::withSet(const OSSet *set, in withSet()
164 OSSharedPtr<OSSet> me = OSMakeShared<OSSet>(); in withSet()
174 OSSet::free() in free()
259 OSSet::merge(const OSSet * set) in merge()
[all …]
H A DOSSerializeBinary.cpp213 OSSet * set; in binarySerializeInternal()
287 } else if ((set = OSDynamicCast(OSSet, o))) { in binarySerializeInternal()
363 OSSet * set; in OSUnserializeBinary()
366 OSSet * newSet; in OSUnserializeBinary()
443 o = newSet = OSSet::withCapacity(len); in OSUnserializeBinary()
615 ok = (NULL != (set = OSDynamicCast(OSSet, parent))); in OSUnserializeBinary()
H A DOSUnserialize.y590 OSSet *s = OSSet::withArray(a, a->getCapacity()); in buildOSSet()
H A DOSUnserializeXML.y1309 OSSet *set = OSSet::withArray(array, array->getCapacity()); in buildSet()
H A DOSUnserialize.cpp2240 OSSet *s = OSSet::withArray(a, a->getCapacity()); in buildOSSet()
/xnu-11215/libkern/libkern/c++/
H A DOSSet.h38 class OSSet; variable
40 typedef OSSet* OSSetPtr;
90 class OSSet : public OSCollection
94 OSDeclareDefaultStructors(OSSet);
177 static OSPtr<OSSet> withObjects(
215 static OSPtr<OSSet> withArray(
251 static OSPtr<OSSet> withSet(const OSSet * set,
389 virtual bool initWithSet(const OSSet *set,
602 virtual bool merge(const OSSet * set);
788 OSMetaClassDeclareReservedUnused(OSSet, 0);
[all …]
H A DMakefile35 OSSet.h \
H A DOSArray.h95 friend class OSSet; variable
H A DOSSerialize.h37 class OSSet; variable
H A DOSKext.h332 OSPtr<OSSet> metaClasses; // for C++/OSMetaClass kexts
644 virtual OSSet * getMetaClasses(void);
833 OSSet * kexts);
/xnu-11215/iokit/Tests/
H A DTestCollections.cpp298 OSSet *set1, *set2; in testSet()
302 set1 = OSSet::withCapacity(1); in testSet()
318 set1 = OSSet::withCapacity(1); in testSet()
388 set2 = OSSet::withCapacity(set1->getCount()); in testSet()
414 set2 = OSSet::withSet(set1, numStrCache - 1); in testSet()
416 set2 = OSSet::withSet(set1, set1->getCount()); in testSet()
440 set1 = OSSet::withCapacity(numStrCache); in testSet()
462 set2 = OSSet::withSet(set1, 2 * set1->getCount()); in testSet()
481 set1 = OSSet::withArray(array, numStrCache); in testSet()
749 OSSet *set; in testIterator()
[all …]
/xnu-11215/iokit/Kernel/
H A DIOStartIOKit.cpp54 OSSet * gIORemoveOnReadProperties;
148 gIORemoveOnReadProperties = OSSet::withObjects((const OSObject **) &gIOProgressBackbufferKey, 1); in InitIOKit()
H A DIOService.cpp1243 OSSet * set; in catalogNewDrivers()
1244 OSSet * allSet = NULL; in catalogNewDrivers()
1263 allSet->merge((const OSSet *) set); in catalogNewDrivers()
3171 OSSet * freeList; in terminateWorker()
4011 kexts = OSSet::withCapacity(1); in probeCandidates()
5050 OSSet * set; in addNeededResource()
5067 set = OSSet::withCapacity( 1 ); in addNeededResource()
5122 OSSet * set; in checkResources()
6149 OSSet * source = OSDynamicCast(OSSet, current); in copyExistingServices()
6161 current = OSSet::withObjects( in copyExistingServices()
[all …]
H A DIOKitKernelInternal.h213 extern OSSet * gIORemoveOnReadProperties;
H A DIOServicePMPrivate.h356 OSSet * InsertInterestSet;
357 OSSet * RemoveInterestSet;
H A DIOReporter.cpp50 IOReporter::configureAllReports(OSSet *reporters, in configureAllReports()
101 IOReporter::updateAllReports(OSSet *reporters, in updateAllReports()
H A DIOHibernateIO.cpp1186 MergeDeviceTree(const DeviceTreeNode * entry, IORegistryEntry * regEntry, OSSet * entriesToUpdate, … in MergeDeviceTree()
1354 OSSet * entriesToUpdate = NULL; in IOHibernateDone()
1362 OSSet * entriesToUpdate = OSSet::withCapacity(mergePathCount); in IOHibernateDone()
H A DIOPMrootDomain.cpp1734 preventIdleSleepList = OSSet::withCapacity(8); in start()
1735 preventSystemSleepList = OSSet::withCapacity(2); in start()
8160 _joinedCapabilityClients = OSSet::withCapacity(8);
10254 OSSet * inner;
10264 inner = (OSSet *)gPMHaltArray->getObject(me->depth);
10384 #define PLACEHOLDER ((OSSet *)gPMHaltArray.get())
10388 OSSet * inner;
10389 OSSharedPtr<OSSet> newInner;
10481 inner = (OSSet *)gPMHaltArray->getObject(depth);
10483 newInner = OSSet::withCapacity(40);
[all …]
/xnu-11215/iokit/IOKit/
H A DIOKernelReporters.h326 static IOReturn configureAllReports(OSSet *reporters,
352 static IOReturn updateAllReports(OSSet *reporters,
H A DIOUserServer.h347 OSSet * fHandlers;
H A DIOUserClient.h248 OSSet * mappings;
/xnu-11215/iokit/IOKit/pwr_mgt/
H A DRootDomain.h695 OSPtr<OSSet> _joinedCapabilityClients;
816 OSPtr<OSSet> preventIdleSleepList;
817 OSPtr<OSSet> preventSystemSleepList;
/xnu-11215/iokit/IOKit/perfcontrol/
H A DIOPerfControl.h324 OSSet *deviceRegistrationList;
/xnu-11215/libkern/conf/
H A DMakefile.template104 OSSet.cpo_CXXWARNFLAGS_ADD += -Wno-sign-conversion
H A Dfiles35 libkern/c++/OSSet.cpp optional libkerncpp

12