Searched refs:getGenerationCount (Results 1 - 6 of 6) sorted by relevance

/darwin-on-arm/xnu/iokit/IOKit/
H A DIOCatalogue.h123 @function getGenerationCount
126 SInt32 getGenerationCount( void ) const;
H A DIORegistryEntry.h236 /*! @function getGenerationCount
241 static SInt32 getGenerationCount( void );
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOCatalogue.cpp224 *generationCount = getGenerationCount();
271 *generationCount = getGenerationCount();
447 SInt32 IOCatalogue::getGenerationCount(void) const function in class:IOCatalogue
H A DIORegistryEntry.cpp180 SInt32 IORegistryEntry::getGenerationCount( void ) function in class:IORegistryEntry
H A DIOService.cpp774 generation = getGenerationCount();
3154 gIOCatalogue->getGenerationCount()))
H A DIOUserClient.cpp4190 *genCount = gIOCatalogue->getGenerationCount();

Completed in 96 milliseconds