Searched refs:startMatching (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/xnu-2782.1.97/iokit/IOKit/
H A DIOCatalogue.h190 @function startMatching
194 bool startMatching( OSDictionary * matching );
H A DIOService.h1331 void startMatching( IOOptionBits options = 0 );
/macosx-10.10/xnu-2782.1.97/libkern/libkern/c++/
H A DOSKext.h400 bool startMatching = false);
402 bool startMatching = false,
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOCatalogue.cpp513 startMatching(dict);
705 bool IOCatalogue::startMatching( OSDictionary * matching ) function in class:IOCatalogue
H A DIOService.cpp699 startMatching( options );
702 void IOService::startMatching( IOOptionBits options ) function in class:IOService
825 service->startMatching(kIOServiceAsynchronous);
H A DIOUserClient.cpp4518 if ( !gIOCatalogue->startMatching( dict ) ) {
/macosx-10.10/xnu-2782.1.97/libkern/c++/
H A DOSKext.cpp8986 OSKext::sendAllKextPersonalitiesToCatalog(bool startMatching) argument
8995 startMatching ? "and starting matching" : "but not starting matching");
9001 gIOCatalogue->addDrivers(personalities, startMatching);
9011 startMatching ? "matching started" : "matching not started");
9080 bool startMatching,
9146 startMatching ? " and starting matching" : " but not starting matching");
9147 gIOCatalogue->addDrivers(personalitiesToSend, startMatching);
9180 gIOCatalogue->removeDrivers(personality, /* startMatching */ true);
9079 sendPersonalitiesToCatalog( bool startMatching, OSArray * personalityNames) argument

Completed in 279 milliseconds