Searched refs:generationCount (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/iokit/IOKit/
H A DIOCatalogue.h90 @param generationCount Returns a reference to the generation count of the database. The generation count increases only when personalities are added to the database *and* IOService matching has been initiated.
93 OSOrderedSet * findDrivers( IOService * service, SInt32 * generationCount );
99 @param generationCount Returns a reference to the current generation of the database. The generation count increases only when personalities are added to the database *and* IOService matching has been initiated.
102 OSOrderedSet * findDrivers( OSDictionary * matching, SInt32 * generationCount );
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOCatalogue.cpp197 SInt32 * generationCount)
224 *generationCount = getGenerationCount();
237 SInt32 * generationCount)
271 *generationCount = getGenerationCount();
195 findDrivers( IOService * service, SInt32 * generationCount) argument
235 findDrivers( OSDictionary * matching, SInt32 * generationCount) argument
/darwin-on-arm/xnu/iokit/bsddev/
H A DIOKitBSDInit.cpp102 SInt32 generationCount = 0; local
111 set = gIOCatalogue->findDrivers( dict, &generationCount );

Completed in 13 milliseconds