| /xnu-11215/libkern/c++/ |
| H A D | OSSet.cpp | 115 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 D | OSSerializeBinary.cpp | 213 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 D | OSUnserialize.y | 590 OSSet *s = OSSet::withArray(a, a->getCapacity()); in buildOSSet()
|
| H A D | OSUnserializeXML.y | 1309 OSSet *set = OSSet::withArray(array, array->getCapacity()); in buildSet()
|
| H A D | OSUnserialize.cpp | 2240 OSSet *s = OSSet::withArray(a, a->getCapacity()); in buildOSSet()
|
| /xnu-11215/libkern/libkern/c++/ |
| H A D | OSSet.h | 38 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 D | Makefile | 35 OSSet.h \
|
| H A D | OSArray.h | 95 friend class OSSet; variable
|
| H A D | OSSerialize.h | 37 class OSSet; variable
|
| H A D | OSKext.h | 332 OSPtr<OSSet> metaClasses; // for C++/OSMetaClass kexts 644 virtual OSSet * getMetaClasses(void); 833 OSSet * kexts);
|
| /xnu-11215/iokit/Tests/ |
| H A D | TestCollections.cpp | 298 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 D | IOStartIOKit.cpp | 54 OSSet * gIORemoveOnReadProperties; 148 gIORemoveOnReadProperties = OSSet::withObjects((const OSObject **) &gIOProgressBackbufferKey, 1); in InitIOKit()
|
| H A D | IOService.cpp | 1243 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 D | IOKitKernelInternal.h | 213 extern OSSet * gIORemoveOnReadProperties;
|
| H A D | IOServicePMPrivate.h | 356 OSSet * InsertInterestSet; 357 OSSet * RemoveInterestSet;
|
| H A D | IOReporter.cpp | 50 IOReporter::configureAllReports(OSSet *reporters, in configureAllReports() 101 IOReporter::updateAllReports(OSSet *reporters, in updateAllReports()
|
| H A D | IOHibernateIO.cpp | 1186 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 D | IOPMrootDomain.cpp | 1734 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 D | IOKernelReporters.h | 326 static IOReturn configureAllReports(OSSet *reporters, 352 static IOReturn updateAllReports(OSSet *reporters,
|
| H A D | IOUserServer.h | 347 OSSet * fHandlers;
|
| H A D | IOUserClient.h | 248 OSSet * mappings;
|
| /xnu-11215/iokit/IOKit/pwr_mgt/ |
| H A D | RootDomain.h | 695 OSPtr<OSSet> _joinedCapabilityClients; 816 OSPtr<OSSet> preventIdleSleepList; 817 OSPtr<OSSet> preventSystemSleepList;
|
| /xnu-11215/iokit/IOKit/perfcontrol/ |
| H A D | IOPerfControl.h | 324 OSSet *deviceRegistrationList;
|
| /xnu-11215/libkern/conf/ |
| H A D | Makefile.template | 104 OSSet.cpo_CXXWARNFLAGS_ADD += -Wno-sign-conversion
|
| H A D | files | 35 libkern/c++/OSSet.cpp optional libkerncpp
|