Searched refs:doNubMatching (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/iokit/IOKit/
H A DIOCatalogue.h111 bool addDrivers( OSArray * array, bool doNubMatching = true );
120 bool removeDrivers( OSDictionary * matching, bool doNubMatching = true );
210 bool resetAndAddDrivers(OSArray * drivers, bool doNubMatching = true);
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOCatalogue.cpp292 bool doNubMatching)
373 if (result && doNubMatching && (set->getCount() > 0)) {
393 bool doNubMatching)
433 if ( doNubMatching && (set->getCount() > 0) ) {
762 bool IOCatalogue::resetAndAddDrivers(OSArray * drivers, bool doNubMatching) argument
850 if (result && doNubMatching && (matchSet->getCount() > 0)) {
290 addDrivers( OSArray * drivers, bool doNubMatching) argument
391 removeDrivers( OSDictionary * matching, bool doNubMatching) argument

Completed in 75 milliseconds