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

/darwin-on-arm/xnu/iokit/IOKit/
H A DIOCatalogue.h87 @function findDrivers
93 OSOrderedSet * findDrivers( IOService * service, SInt32 * generationCount );
96 @function findDrivers
102 OSOrderedSet * findDrivers( OSDictionary * matching, SInt32 * generationCount );
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOCatalogue.cpp195 IOCatalogue::findDrivers( function in class:IOCatalogue
235 IOCatalogue::findDrivers( function in class:IOCatalogue
H A DIOService.cpp3108 matches = gIOCatalogue->findDrivers( this, &catalogGeneration );
3109 // the matches list should always be created by findDrivers()
/darwin-on-arm/xnu/iokit/bsddev/
H A DIOKitBSDInit.cpp111 set = gIOCatalogue->findDrivers( dict, &generationCount );

Completed in 88 milliseconds