Home
last modified time | relevance | path

Searched refs:findDrivers (Results 1 – 4 of 4) sorted by relevance

/xnu-11215/iokit/IOKit/
H A DIOCatalogue.h98 OSPtr<OSOrderedSet> findDrivers( IOService * service, SInt32 * generationCount );
107 OSPtr<OSOrderedSet> findDrivers( OSDictionary * matching, SInt32 * generationCount );
/xnu-11215/iokit/Kernel/
H A DIOCatalogue.cpp215 IOCatalogue::findDrivers( in findDrivers() function in IOCatalogue
258 IOCatalogue::findDrivers( in findDrivers() function in IOCatalogue
H A DIOService.cpp5359 matches = gIOCatalogue->findDrivers( this, &catalogGeneration ); in doServiceMatch()
/xnu-11215/iokit/bsddev/
H A DIOKitBSDInit.cpp180 set = gIOCatalogue->findDrivers( dict, &generationCount ); in IOCatalogueMatchingDriversPresent()