Searched refs:OSOrderedSet (Results 1 – 17 of 17) sorted by relevance
| /xnu-11215/libkern/c++/ |
| H A D | OSOrderedSet.cpp | 58 OSOrderedSet:: 86 OSSharedPtr<OSOrderedSet> 87 OSOrderedSet:: 111 OSSharedPtr<OSOrderedSet> 124 OSOrderedSet::free() in free() 138 OSOrderedSet::getCount() const in getCount() 188 OSOrderedSet::flushCollection() in flushCollection() 371 OSOrderedSet::getOrderingRef() in getOrderingRef() 377 OSOrderedSet::isEqualTo(const OSOrderedSet *anOrderedSet) const in isEqualTo() 401 OSOrderedSet *oSet; in isEqualTo() [all …]
|
| H A D | OSMetaClass.cpp | 112 OSOrderedSet * instances; 1052 reserved->instances = OSOrderedSet::withCapacity(16); in addInstance() 1090 OSMetaClass::applyToInstances(OSOrderedSet * set, in applyToInstances() 1096 OSOrderedSet * _sets[kLocalDepth]; in applyToInstances() 1098 OSOrderedSet ** sets = &_sets[0]; in applyToInstances() 1100 OSOrderedSet * childSet; in applyToInstances() 1116 if ((childSet = OSDynamicCast(OSOrderedSet, obj))) { in applyToInstances() 1163 OSOrderedSet * set = NULL; in applyToInstancesOfClassName()
|
| /xnu-11215/libkern/libkern/c++/ |
| H A D | OSOrderedSet.h | 37 class OSOrderedSet; variable 39 typedef OSOrderedSet* OSOrderedSetPtr; 99 class OSOrderedSet : public OSCollection 101 OSDeclareDefaultStructors(OSOrderedSet); 190 static OSPtr<OSOrderedSet> withCapacity( 195 static OSPtr<OSOrderedSet> withCapacity( 781 OSMetaClassDeclareReservedUnused(OSOrderedSet, 0); 782 OSMetaClassDeclareReservedUnused(OSOrderedSet, 1); 783 OSMetaClassDeclareReservedUnused(OSOrderedSet, 2); 784 OSMetaClassDeclareReservedUnused(OSOrderedSet, 3); [all …]
|
| H A D | Makefile | 30 OSOrderedSet.h \
|
| H A D | OSMetaClass.h | 141 class OSOrderedSet; variable 1808 static void applyToInstances(OSOrderedSet * set,
|
| /xnu-11215/iokit/Kernel/ |
| H A D | IOCatalogue.cpp | 214 OSPtr<OSOrderedSet> 220 OSSharedPtr<OSOrderedSet> set; in findDrivers() 257 OSPtr<OSOrderedSet> 264 OSSharedPtr<OSOrderedSet> set; in findDrivers() 307 OSSharedPtr<OSOrderedSet> set; in exchangeDrivers() 416 OSSharedPtr<OSOrderedSet> set; in addDrivers() 507 OSSharedPtr<OSOrderedSet> set; 514 set = OSOrderedSet::withCapacity(10, 1040 OSSharedPtr<OSOrderedSet> set; in startMatching() 1086 OSSharedPtr<OSOrderedSet> set; in startMatching() [all …]
|
| H A D | IOServicePrivate.h | 101 OSOrderedSet * whence;
|
| H A D | IOService.cpp | 249 static OSOrderedSet * gJobs; 646 gJobs = OSOrderedSet::withCapacity( 10 ); in initialize() 3855 OSOrderedSet * startList; in probeCandidates() 4129 startList = (OSOrderedSet *) in probeCandidates() 4157 OSOrderedSet *startList = OSDynamicCast(OSOrderedSet, value); in probeCandidates() 5347 OSOrderedSet * matches; in doServiceMatch() 5705 OSOrderedSet * set; in waitQuietWithOptions() 5706 OSOrderedSet * leaves; in waitQuietWithOptions() 5727 leaves = OSOrderedSet::withCapacity(4); in waitQuietWithOptions() 6284 OSOrderedSet * set; in setNotification() [all …]
|
| H A D | IORegistryEntry.cpp | 2269 OSOrderedSet * all; in detachAll() 2532 done = OSOrderedSet::withCapacity( 10 ); in getNextObjectRecursive() 2562 OSOrderedSet *
|
| H A D | IOKitDebug.cpp | 98 OSOrderedSet * all; in IOPrintPlane()
|
| /xnu-11215/iokit/IOKit/ |
| H A D | IOCatalogue.h | 98 OSPtr<OSOrderedSet> findDrivers( IOService * service, SInt32 * generationCount ); 107 OSPtr<OSOrderedSet> findDrivers( OSDictionary * matching, SInt32 * generationCount );
|
| H A D | IORegistryEntry.h | 1040 OSOrderedSet * done; 1135 virtual OSPtr<OSOrderedSet> iterateAll( void );
|
| H A D | IOService.h | 1664 static IOReturn catalogNewDrivers( OSOrderedSet * newTables ); 1714 void probeCandidates( LIBKERN_CONSUMED OSOrderedSet * matches );
|
| /xnu-11215/libkern/conf/ |
| H A D | Makefile.arm | 16 OSOrderedSet.cpo_CXXWARNFLAGS_ADD += -Wno-shorten-64-to-32
|
| H A D | files | 31 libkern/c++/OSOrderedSet.cpp optional libkerncpp
|
| /xnu-11215/iokit/DriverKit/ |
| H A D | OSObject.iig | 252 class IIG_SERIALIZABLE OSOrderedSet;
|
| /xnu-11215/iokit/bsddev/ |
| H A D | IOKitBSDInit.cpp | 170 OSOrderedSet * set = NULL; in IOCatalogueMatchingDriversPresent()
|