Home
last modified time | relevance | path

Searched refs:startMatching (Results 1 – 6 of 6) sorted by relevance

/xnu-11215/iokit/IOKit/
H A DIOCatalogue.h215 bool startMatching( const OSSymbol * identifier );
219 bool startMatching( OSDictionary * matching );
H A DIOService.h1733 void startMatching( IOOptionBits options = 0 );
/xnu-11215/iokit/Kernel/
H A DIOCatalogue.cpp673 startMatching(moduleName); in moduleHasLoaded()
1038 IOCatalogue::startMatching( OSDictionary * matching ) in startMatching() function in IOCatalogue
1084 IOCatalogue::startMatching( const OSSymbol * moduleName ) in startMatching() function in IOCatalogue
H A DIOService.cpp1092 startMatching( options ); in registerService()
1096 IOService::startMatching( IOOptionBits options ) in startMatching() function in IOService
1212 ((IOService *)obj)->startMatching(kIOServiceAsynchronous); in startDeferredMatches()
1280 service->startMatching(kIOServiceAsynchronous); in catalogNewDrivers()
4591 ((IOService *)obj)->startMatching(kIOServiceAsynchronous); in matchingEnd()
/xnu-11215/libkern/libkern/c++/
H A DOSKext.h595 bool startMatching = false);
597 bool startMatching = false,
/xnu-11215/libkern/c++/
H A DOSKext.cpp14893 OSKext::sendAllKextPersonalitiesToCatalog(bool startMatching) argument
14902 startMatching ? "and starting matching" : "but not starting matching");
14908 gIOCatalogue->addDrivers(personalities.get(), startMatching);
14917 startMatching ? "matching started" : "matching not started");
14985 bool startMatching, argument
15051 startMatching ? " and starting matching" : " but not starting matching");
15052 gIOCatalogue->addDrivers(personalitiesToSend.get(), startMatching);