Home
last modified time | relevance | path

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

/xnu-11215/iokit/IOKit/
H A DIOCatalogue.h116 bool addDrivers( OSArray * array, bool doNubMatching = true );
125 bool removeDrivers( OSDictionary * matching, bool doNubMatching = true );
128 bool removeDrivers(bool doNubMatching, bool (^shouldRemove)(OSDictionary *personality));
139 …Drivers(OSDictionary * matchingForRemove, OSArray * personalitiesToAdd, bool doNubMatching = true);
236 bool resetAndAddDrivers(OSArray * drivers, bool doNubMatching = true);
/xnu-11215/iokit/Kernel/
H A DIOCatalogue.cpp305 bool doNubMatching) in exchangeDrivers() argument
387 if (doNubMatching && (set->getCount() > 0)) { in exchangeDrivers()
413 bool doNubMatching) in addDrivers() argument
493 if (result && doNubMatching && (set->getCount() > 0)) { in addDrivers()
505 IOCatalogue::removeDrivers(bool doNubMatching, bool (^shouldRemove)(OSDictionary *personality))
538 if (doNubMatching && (set->getCount() > 0)) {
555 bool doNubMatching) in removeDrivers() argument
560 return removeDrivers(doNubMatching, ^(OSDictionary *dict) { in removeDrivers()
1210 IOCatalogue::resetAndAddDrivers(OSArray * drivers, bool doNubMatching) in resetAndAddDrivers() argument
1321 if (result && doNubMatching && (matchSet->getCount() > 0)) { in resetAndAddDrivers()