Searched refs:doNubMatching (Results 1 – 2 of 2) sorted by relevance
116 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);
305 bool doNubMatching) in exchangeDrivers() argument387 if (doNubMatching && (set->getCount() > 0)) { in exchangeDrivers()413 bool doNubMatching) in addDrivers() argument493 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() argument560 return removeDrivers(doNubMatching, ^(OSDictionary *dict) { in removeDrivers()1210 IOCatalogue::resetAndAddDrivers(OSArray * drivers, bool doNubMatching) in resetAndAddDrivers() argument1321 if (result && doNubMatching && (matchSet->getCount() > 0)) { in resetAndAddDrivers()