Home
last modified time | relevance | path

Searched refs:OSOrderedSet (Results 1 – 17 of 17) sorted by relevance

/xnu-11215/libkern/c++/
H A DOSOrderedSet.cpp58 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 DOSMetaClass.cpp112 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 DOSOrderedSet.h37 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 DMakefile30 OSOrderedSet.h \
H A DOSMetaClass.h141 class OSOrderedSet; variable
1808 static void applyToInstances(OSOrderedSet * set,
/xnu-11215/iokit/Kernel/
H A DIOCatalogue.cpp214 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 DIOServicePrivate.h101 OSOrderedSet * whence;
H A DIOService.cpp249 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 DIORegistryEntry.cpp2269 OSOrderedSet * all; in detachAll()
2532 done = OSOrderedSet::withCapacity( 10 ); in getNextObjectRecursive()
2562 OSOrderedSet *
H A DIOKitDebug.cpp98 OSOrderedSet * all; in IOPrintPlane()
/xnu-11215/iokit/IOKit/
H A DIOCatalogue.h98 OSPtr<OSOrderedSet> findDrivers( IOService * service, SInt32 * generationCount );
107 OSPtr<OSOrderedSet> findDrivers( OSDictionary * matching, SInt32 * generationCount );
H A DIORegistryEntry.h1040 OSOrderedSet * done;
1135 virtual OSPtr<OSOrderedSet> iterateAll( void );
H A DIOService.h1664 static IOReturn catalogNewDrivers( OSOrderedSet * newTables );
1714 void probeCandidates( LIBKERN_CONSUMED OSOrderedSet * matches );
/xnu-11215/libkern/conf/
H A DMakefile.arm16 OSOrderedSet.cpo_CXXWARNFLAGS_ADD += -Wno-shorten-64-to-32
H A Dfiles31 libkern/c++/OSOrderedSet.cpp optional libkerncpp
/xnu-11215/iokit/DriverKit/
H A DOSObject.iig252 class IIG_SERIALIZABLE OSOrderedSet;
/xnu-11215/iokit/bsddev/
H A DIOKitBSDInit.cpp170 OSOrderedSet * set = NULL; in IOCatalogueMatchingDriversPresent()