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

/darwin-on-arm/xnu/iokit/IOKit/
H A DIOCatalogue.h190 @function startMatching
194 bool startMatching( OSDictionary * matching );
H A DIOService.h1258 void startMatching( IOOptionBits options = 0 );
/darwin-on-arm/xnu/libkern/libkern/c++/
H A DOSKext.h419 bool startMatching = false);
421 bool startMatching = false,
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOCatalogue.cpp509 startMatching(dict);
701 bool IOCatalogue::startMatching( OSDictionary * matching ) function in class:IOCatalogue
H A DIOService.cpp580 startMatching( options );
583 void IOService::startMatching( IOOptionBits options ) function in class:IOService
706 service->startMatching(kIOServiceAsynchronous);
H A DIOUserClient.cpp4021 if ( !gIOCatalogue->startMatching( dict ) ) {
/darwin-on-arm/xnu/libkern/c++/
H A DOSKext.cpp9021 OSKext::sendAllKextPersonalitiesToCatalog(bool startMatching) argument
9030 startMatching ? "and starting matching" : "but not starting matching");
9036 gIOCatalogue->addDrivers(personalities, startMatching);
9046 startMatching ? "matching started" : "matching not started");
9115 bool startMatching,
9181 startMatching ? " and starting matching" : " but not starting matching");
9182 gIOCatalogue->addDrivers(personalitiesToSend, startMatching);
9215 gIOCatalogue->removeDrivers(personality, /* startMatching */ true);
9114 sendPersonalitiesToCatalog( bool startMatching, OSArray * personalityNames) argument

Completed in 97 milliseconds