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

/macosx-10.10.1/xnu-2782.1.97/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 );
/macosx-10.10.1/IOAudioFamily-200.6/
H A DIOAudioEngineUserClient.cpp67 UInt32 generationCount; member in class:IOAudioClientBufferSet
86 static void watchdogTimerFired(IOAudioClientBufferSet *clientBufferSet, UInt32 generationCount);
113 generationCount = 0;
201 generationCount++;
209 result = thread_call_enter1_delayed(watchdogThreadCall, (thread_call_param_t)(uintptr_t)generationCount, outputTimeout);
237 void IOAudioClientBufferSet::watchdogTimerFired(IOAudioClientBufferSet *clientBufferSet, UInt32 generationCount) argument
252 (long int)generationCount,
260 (long int)generationCount,
277 userClient->performWatchdogOutput(clientBufferSet, generationCount);
292 (long int)generationCount,
2314 performWatchdogOutput(IOAudioClientBufferSet *clientBufferSet, UInt32 generationCount) argument
[all...]
H A DIOAudioEngineUserClient.h222 virtual void performWatchdogOutput(IOAudioClientBufferSet *clientBufferSet, UInt32 generationCount) AVAILABLE_MAC_OS_X_VERSION_10_4_AND_LATER_BUT_DEPRECATED_IN_MAC_OS_X_VERSION_10_10;
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOCatalogue.cpp201 SInt32 * generationCount)
228 *generationCount = getGenerationCount();
241 SInt32 * generationCount)
275 *generationCount = getGenerationCount();
199 findDrivers( IOService * service, SInt32 * generationCount) argument
239 findDrivers( OSDictionary * matching, SInt32 * generationCount) argument
/macosx-10.10.1/xnu-2782.1.97/iokit/bsddev/
H A DIOKitBSDInit.cpp103 SInt32 generationCount = 0; local
112 set = gIOCatalogue->findDrivers( dict, &generationCount );

Completed in 93 milliseconds